In my development, I'm attempting to parallelize some code. However, the bottleneck is a call to numpy.linalg.lapack_lite.zgesv, that is the point where numpy calls LAPACK to solve my complex system of linear equations. Ideally I'd like to parallelize this, and I know the ScaLAPACK has a parallel version, pzgesv. Is ScaLAPACK supported by Sage, or are there any plans to support it in the future? If not, I'll have to look for workarounds.
Thanks, Ethan Van Andel -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
