MPI4Py, MPI in Sage

asked 2013-02-16 15:50:55 +0200

jquigley gravatar image

We've tried following the directions at http://www.sagemath.org/doc/numerical_sage/mpi4py.html and checked the forum at http://ask.sagemath.org/question/14/what-are-my-best-options-for-taking-advantage-of, but we're still having trouble implementing MPI in Sage.

Ideally, we'd prefer to implement MPI from a notebook instead of the command line, but that doesn't seem to be an option with MPI4Py. When we tried to use the command line, we had trouble importing the packages from the first link.

So, we were wondering:

  1. Is there an alternative to MPI which allows us to exploit multiple cores (or a cluster) from notebook form?
  2. Does anybody have an easier-to-understand set of instructions than the ones listed above for using MPI4Py?
edit retag flag offensive close merge delete

Comments

1

Regarding 2: Unfortunately not, apparently. You might want to actually open a ticket getting the packages to work, since they are optional packages and thus (in theory) supported on our usual platform. Or edit your post here with the error. I think for something like this, actually the sage-support Google group is most effective; there is no obvious "answer" for a long give-and-take on env variables...

kcrisman gravatar imagekcrisman ( 2013-02-19 09:21:03 +0200 )edit