Hi there,
I'd like to use DeinoMPI as middleware to enable the Rmpi-package (MPI computation with the statistical software R) to work.
I successfully installed DeinoMPI on two Windows 2000 computers. I can access and start jobs from locally and remote using the DeinoMPI-interface from both computers.
However, using
>mpi.spawn.Rslaves()
in R (2.9.0, Rmpi 0.5-7, DeinoMPI-variant) only spawns one local slave.
>mpi.universe.size()
and
>mpichhosts()
also only detect the local machine.
How can I start remote slaves, too? Does R have to be started on the slave(s) before spawing?
Any help is appreciated,
Melwin