Skip to content
Prev 68 / 2152 Next

simple question on R/Rmpi/snow/slurm configuration

Thanks, Martin.

I am able to load the Rmpi package when I run the command you suggest.
However, when I call makeMPIcluster, the object returned is always
null:

[warmstrong at linuxsvr ~]$ salloc -n 8 orterun -np 1 R --vanilla
salloc: Granted job allocation 84

R version 2.8.0 (2008-10-20)
Copyright (C) 2008 The R Foundation for Statistical Computing
...
...
library(Rmpi)
[linuxsvr.kls.corp:09097] mca: base: component_find: unable to open
osc pt2pt: file not found (ignored)
library(snow)
cl <- getMPIcluster()
cl
NULL
mpi.universe.size()
[1] 8
Any suggestions?

Thanks,
Whit
On Mon, Jan 5, 2009 at 3:46 PM, Martin Morgan <mtmorgan at fhcrc.org> wrote: