search for: emsspir

Displaying 1 result from an estimated 1 matches for "emsspir".

Did you mean: emsspam
2006 Nov 23
2
loading libraries on MPI cluster
...> library(snow) # making cluster with 3 nodes > cl <- makeCluster(3, type = "MPI") Loading required package: Rmpi 3 slaves are spawned successfully. 0 failed. #loading library abind on each node > clusterEvalQ(cl,library(abind)) [[1]] [1] "abind" "EMsspir" "mvtnorm" "MASS" "snow" "Rmpi" [7] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [13] "base" [[2]] [1] "abind" "EMsspir&qu...