Skip to content
Prev 503 / 2152 Next

Plain: Problem with Rmpi

Why are you calling mpi.close.Rslaves?  I believe that you should
only do that if you've started the slaves via mpi.spawn.Rslaves.

I'm not sure if that has any bearing on your problem, however.
But I wouldn't draw too many conclusions based on not seeing
messages to stdout from the slaves right before quitting,
especially messages that are produced on different machines.
To improve the chances of it working, I suggest that you
add a call to flush(stdout()) after the cat.  But you might want
to do something else to prove whether the slaves are really
running.

- Steve
On Mon, Jan 18, 2010 at 8:42 AM, <sebastian.rohrer at basf.com> wrote: