Displaying 1 result from an estimated 1 matches for "erinstoy".
2008 Jul 01
2
problem with mpiexec and Rmpi
...ike to be able to pass in the number of "children" via the
mpiexec command (from the command line).
this is in SUSE10.1, with R-2.7.1
Here are my files:
cat eb.R
library(Rmpi)
mpi.remote.exec(paste("i am",mpi.comm.rank(),"of",mpi.comm.size()))
mpi.quit()
hodgesse at erinstoy:~/Desktop/R-2.7.1/bin> cat e.in
source("eb.R")
hodgesse at erinstoy:~/Desktop/R-2.7.1/bin> mpiexec -n 3 ./R --no-save -q
-f e.in >e.out
Error in mpi.remote.exec(paste("i am", mpi.comm.rank(), "of",
mpi.comm.size())) :
It seems no slaves running.
Calls: sour...