[IPython-user] Unable to get MPI examples to work
Victor Hwang
psycovic@gmail....
Tue Nov 17 13:09:28 CST 2009
Hi,
I have a network of 16 computation nodes set up with one main supervisor
node. I've installed mpi4py and iPython on all of them. Here are the steps
I run to get things going:
on supervisor:
$ ipcontroller
then I get the ipcontroller-engine.furl to all the nodes. Then, on each
nodes, I run:
mpiexec -n 1 ipengine --mpi=mpi4py --furl-file=/location/of/file
I can control all of these engines from the supervisor on iPython, but when
I run the psum example (
http://ipython.scipy.org/doc/manual/html/parallel/parallel_mpi.html#actually-using-mpi),
the returned results I get from each node don't agree with each other.
I
followed the listed commands exactly. Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/ipython-user/attachments/20091117/e275de59/attachment.html
More information about the IPython-user
mailing list