add Rmpi to snow example

master
glmdev 5 years ago
parent 0b9fc2ab1c
commit a0d1602033

@ -14,7 +14,7 @@ p <- rnorm(123, m = 33)
## Sub script asks for 18 cores, here cluster must
## be one smaller
CLUSTERSIZE <- mpi.universe.size()-1
CLUSTERSIZE <- Rmpi::mpi.universe.size()-1
cl <- makeCluster(CLUSTERSIZE, type = "MPI")

Loading…
Cancel
Save