Re: [R] Problem with mpi.close.Rslaves()

2008-07-17 Thread Lyman, Mark
I have found a solution that appears to work. Instead of calling mpi.close.Rslaves() to shut down the slaves, I use mpi.bcast.cmd(q("no")) and rely on the scheduler/mpirun to shut down anything else. However, because I really don't know what I am doing, I would appreciate it if anyone who sees some

[R] Problem with mpi.close.Rslaves()

2008-07-16 Thread Lyman, Mark
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler dispatching jobs and openmpi-1.0.1. I have tried running one of the examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi and they seem to be working, except mpi.close.Rslaves() hangs. The slaves are closed, bu