On Wednesday, December 22, 2010 4:23:56 PM UTC+1, Brunetto Marco Ziosi wrote: > > Do you have any suggest please??? >
Since you cannot recompile sage on the server (and and undefined symbol looks like there is no mpi library anyways), there seems to be no way. I suggest you to look into ipython's parallel processing capabilities. There, you can do scatter/gather like operations or task oriented scheduling without mpi. And btw, the variable "id" in the remote environment equals MPI's "rank". http://ipython.scipy.org/doc/stable/html/parallel/parallel_multiengine.html h -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
