Skip to content
Prev 111 / 2152 Next

Rmpi working with OpenMPI and PBSPro but snow fails

On Wed, 4 Mar 2009, Huw Lynes wrote:

            
I don't know what "Moving to snow" means exactly as you don't give
details of you you are starting things up so I have to guess.  If you
are using mpiexec then you need to run snow via the RMPISNOW shell
script, which for NPROCS sets up a master and a cluster with NPROCS -
1 workers, and then use

cl <- makeCluster()

to access the already running cluster.

luke