Displaying 4 results from an estimated 4 matches for "snowlib".
Did you mean:
newlib
2013 Sep 27
1
snow::makeCluster on Windows hangs
...nothing jumped out.
> cl <- makeCluster(type="SOCK",c("localhost"),manual=TRUE)
Manually start worker on localhost with
C:/PROGRA~1/R/R-214~1.2/bin/Rscript.exe "C:/Program
Files/R/R-2.14.2/library/snow/RSOCKnode.R" MASTER=localhost PORT=11944
OUT=/dev/null SNOWLIB=C:/Program Files/R/R-2.14.2/library
[HANGS]
> cl <- makeCluster(type="SOCK",c("localhost","localhost"),manual=TRUE)
Manually start worker on localhost with
C:/PROGRA~1/R/R-214~1.2/bin/Rscript.exe "C:/Program
Files/R/R-2.14.2/library/snow/RSOCKnode.R&quo...
2016 Apr 28
0
Snowfall - Error in checkForRemoteErrors(val) with sfClusterApplyLB()
...ts, :
Unknown option on commandline: PORT
4: In searchCommandline(parallel, cpus = cpus, type = type, socketHosts = socketHosts, :
Unknown option on commandline: OUT
5: In searchCommandline(parallel, cpus = cpus, type = type, socketHosts = socketHosts, :
Unknown option on commandline: SNOWLIB
socketHosts, :
Unknown option on commandline: SNOWLIB
tion on commandline: SNOWLIB
The code works when I use a simple loop for(k in 1:10) {} instead of sfClusterApplyLB(1:10, function(k) {}.
Why do I obtain this error message ? I am completely novice in using snowfall package. So any ad...
2009 Jun 16
0
Connecting to "heterogenous" cluster using makeSOCKcluster of SNOW-package
...for home directory, instead specify the full path. Example:
PATH=$PATH:/home/johnson/R/x86_64-unknown-linux-gnu-library/2.8/snow
export PATH
R_SNOW_LIB="/home/johnson/R/x86_64-unknown-linux-gnu-library/2.8"
export R_SNOW_LIB
- when creating a cluster, as in the example below, the "snowlib" argument
seems ignored, so use the environment variable as stated above:
lnxOptions <- list(host = "GEOECOLOGY\\\\johnson at geco01",snowlib =
"/home/GEOECOLOGY/johnson/R/i686-suse-linux-gnu-library/2.8")
cl <- makeCluster(rep(list(lnxOptions), 2), type = "...
2009 Jan 09
1
snow and different R versions
...R_LIBS
"/usr/lib64/R/library:/usr/share/R/library"
$rprog
[1] "/home/gabor/software/lib64/R/bin/R"
$rscript
[1] "/home/gabor/software/lib64/R/bin/Rscript"
$rshcmd
[1] "ssh"
$scriptdir
[1] "/home/gabor/.R/library/snow"
$snowlib
[1] "/home/gabor/.R/library"
$timeout
[1] 31536000
$type
[1] "MPI"
$user
user
"gabor"
$useRscript
[1] TRUE
but snow still starts a different version, the one in /usr/bin/R. Is
this a bug? If not, how can I tell snow to start the same version, the
one that is li...