Displaying 1 result from an estimated 1 matches for "cheaha".
Did you mean:
cheah
2006 Apr 04
1
Mpirun with R CMD scripts
...king with R and Rmpi and have
run into the following issue. R is able to load the Rmpi and snow
libraries and is able to run simple commands both interactively and
batch as follows:
-------------------------------------------------------------------------------------------------------
[srividya at cheaha ~]$ R
R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.2.0 (2005-10-06 r35749)
ISBN 3-900051-07-0
> library(snow)
> c1<-makeCluster(3, type="MPI")
Loading required package: Rmpi
3 slaves are spawned successfully. 0 failed.
>
>
>
> clus...