Displaying 1 result from an estimated 1 matches for "escalante_65835".
2006 Apr 20
1
Parallel computing with the snow package: external file I/O possible?
...intern=T))
this.rnd <- sample(1:1e6, 1)
test.file <- paste(sep="", base.dir, this.host, "_", this.rnd)
file.create(test.file)
} # end my.test()
clusterCall(cl, my.test, base.dir)
stopCluster(cl)
# End code
For example, the files "moab_65835" and "escalante_65835" are created.
Regards,
Scott Waichler
Pacific Northwest National Laboratory
scott.waichler at pnl.gov