Skip to content
Prev 504 / 2152 Next

Plain: Problem with Rmpi

mpi.spawn.Rslaves is not needed since orterun is used to create 1 master
and 3 slaves.

I assume Rprofile in Rmpi is used. Then all slaves are in infinite loop
waiting for master instructions. They will not take any R scripts through
BATCH mode (only master will process them).

You may use mpi.remote.exec to get what you want or modify slave.hostinfo.

Hao
Stephen Weston wrote: