Guys,
Is anyone using snowfall? It seems that the last version is broken. sfinit
contains test code:
data("config", package = "snowfall")
configM <- as.matrix(t(config))
config <- as.list(configM)
names(config) <- dimnames(configM)[[2]]
.sfOption$SERVER <<- as.character(confi
Guys,
I'm running R on both Windows & Linux. I'm looking at a number of packages
for parallel execution. It seems that the most used packages are "snow" and
"Rmpi".
snow seems more user friendly, but it doesn't run on windows. I see from
searching the mailing list that I'm not the first one to t
<[EMAIL PROTECTED] To
uni-muenchen.de> Martin Morgan <[EMAIL PROTECTED]>,
Giuseppe1 MILICIA/IBEU/[EMAIL PROTECTED]
16/07/2008 15:44 cc
Mail Size:
To
Giuseppe1 MILICIA/IBEU/[EMAIL PROTECTED]
17/07/2008 16:44 cc
Mail Size: 5648 r-devel@r-project.org
Guys,
I'm having troubles with Rmpi on Linux. I got it to work on windows, but on
Linux (SuSE 64 bit), using OpenMPI, I can't seem to get it to work :(
When I do library(Rmpi) I get the warning:
mca: base: component_find: unable to open osc pt2pt: file not found
(ignored)
Interestingly enough