Skip to content
Prev 29454 / 63424 Next

experinental revision of the 'snow' package

Hello Luke,

at our windows cluster everything is working very well. We have 8 nodes, 
WindowsServer2003 and mpich2 (1.0.7).
Attached a small testcode and sessionInfo()

I did some bigger tests using my "afyPara" package. There were no problems.
There was an other discussion at the Rd list. Giuseppe confirmed, that 
DeinoMPI & Rmpi & the new version of snow is working very well.

See you in Seattle at the BioC2008 or Developer Day? I will fly to 
Seattle tomorrow.

Best regards
Markus



 > library(Rmpi)
 > library(snow)
 > c1<-makeCluster(3)
        3 slaves are spawned successfully. 0 failed.
 > clusterEvalQ(c1, Sys.info()["nodename"])
[[1]]
nodename
   "CL1"

[[2]]
nodename
   "CL2"

[[3]]
nodename
   "CL3"

 > stopCluster(c1)
[1] 1
 >
 > sessionInfo()
R version 2.7.1 (2008-06-23)
i386-pc-mingw32

locale:
LC_COLLATE=German_Germany.1252;LC_CTYPE=German_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base    

other attached packages:
[1] snow_0.3-3 Rmpi_0.5-5




Luke Tierney schrieb: