On 11/22/10 1:48 PM, Ethan Van Andel wrote:
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.


I would definitely start by asking on the numpy list about this. It sounds interesting.

Jason

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to