Displaying 1 result from an estimated 1 matches for "testsnow".
Did you mean:
testsnom
2006 Apr 04
1
Mpirun with R CMD scripts
..."x86_64"
> stopCluster(c1)
[1] 1
> q()
--------------------------------------
But on running the same script with mpirun i get the following error.
*****************************************************************8
[srividya at cheaha ~]$ mpirun -np 3 R -slave R CMD BATCH TestSnow.R
/home/srividya/R/library/snow/RMPInode.sh: line 9: 19431 Segmentation
fault ${RPROG:-R} --vanilla >${OUT:-/dev/null} 2>&1 <<EOF
library(Rmpi)
library(snow)
runMPIslave()
EOF
**************************************
I am not sure about what the error could be and any help is...