search for: rsocknode

Displaying 4 results from an estimated 4 matches for "rsocknode".

Did you mean: socknode
2013 Sep 27
1
snow::makeCluster on Windows hangs
...ng there is a simple explanation, but I searched on-line and 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 &quo...
2009 Apr 09
0
Connecting to "heterogenous" cluster using makeSOCKcluster of SNOW-package
When trying to create (a very simple) cluster using makeSOCKcluster or makeCluster I get the following error message: > library(snow) > cl <- makeSOCKcluster("localhost") Fatal error: kann Datei '~/R/i686-suse-linux-gnu-library/2.8/snow/RSOCKnode.R' nicht ?ffnen: Datei oder Verzeichnis nicht gefunden (translation: could not open file [...]: File or directory not found) The R-prompt does not re-appear until CTRL-C has been pressed. RSCOKnode.R is definitely there with all access right: ls -l ~/R/i686-suse-linux-gnu-library/2.8/snow/R...
2007 Aug 14
1
makeSOCKcluster
...are all NFS. Rgui commands: >library(snow) >cl<-makeCluster(c("ip.path.to.node1","ip.path.to.node2"),type="SOCK") Result: R becomes unresponsive and has to be forcibly closed. Sometimes before that happens message stating env: C:\pathToR\library\snow\RSOCKnode.sh no file found appears (if I make R redraw the interface screen) Troubleshooting step1: Interspersed print commands within C:\localRinstall\library\snow\R\snow file. Result of troubleshooting step1: It appears that this snow file hangs on line: system(paste(rshcmd, "-l",...
2010 Mar 03
0
parallel computing--help
...r I am doing > > newSOCKnode("localhost") Its working fine > > But whenever I do newSOCKnode("ip to another computer on the network ") > It throws up the following error > Fatal error: cannot open file > '/home/t136/R/i486-pc-linux-gnu-library/2.9/snow/RSOCKnode.R': No such file > or directory > R is stuck I have to force quit it with CTRL C . Now t136 is the machine I > am working on and manually I have checked that there exists a file > RSOCKnode.R on the specified directory > > SSH is working fine as I have checked system("...