On Fri, Mar 4, 2011 at 17:17, Calcpage <[email protected]> wrote: > put together our cluster (aka Shadowfax)
I don't know anything about that cluster, what management software does it run? For example, when you update ipython you can submit your engines [1] to the cluster nodes via the oracle grid engine [2] [1] still called SGE: http://ipython.scipy.org/doc/stable/html/parallel/parallel_process.html#using-ipcluster-in-sge-mode [2] http://www.oracle.com/technetwork/oem/grid-engine-166852.html I don't know if Sage's documentation about mpi is really working for you - you can install openmpi as an optional package. But then, you still have to start your instances and manage them. Also, IPython provides a python wrapper around mpi via mpi4py [3]. [3] http://mpi4py.scipy.org/ 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
