Re: [R] makeSOCKcluster

2007-08-14 Thread Luke Tierney
Try using the option homogenoeus=FALSE and make sure the appropriate environment variables are set on the worker nodes. Best, luke On Tue, 14 Aug 2007, Michael Janis wrote: > Hi, > > > > I am attempting to implement a mixed (windows/linux) snow sockets > parallelism in R, but am running into di

[R] makeSOCKcluster

2007-08-14 Thread Michael Janis
Hi, I am attempting to implement a mixed (windows/linux) snow sockets parallelism in R, but am running into difficulties similar to a post made Aug 31, 2006 under the same subject heading. I feel like I may be one or two non-obvious steps away from getting it all working, but I'm stuck. If an

Re: [R] makeSOCKcluster

2006-09-01 Thread Luke Tierney
On Fri, 1 Sep 2006, Prof Brian Ripley wrote: > On Fri, 1 Sep 2006, Hrishikesh Rajpathak wrote: > >> Hi, >> >> I am a newbie to R and trying to implement parallelism in R. I am >> currently using R-2.3.1, and Cygwin to run R on Windows xp. > > Did you build R under Cygwin (which is not a suppor

Re: [R] makeSOCKcluster

2006-08-31 Thread Prof Brian Ripley
On Fri, 1 Sep 2006, Hrishikesh Rajpathak wrote: > Hi, > > I am a newbie to R and trying to implement parallelism in R. I am > currently using R-2.3.1, and Cygwin to run R on Windows xp. Did you build R under Cygwin (which is not a supported platform), or are you running a native Windows

[R] makeSOCKcluster

2006-08-31 Thread Hrishikesh Rajpathak
Hi, I am a newbie to R and trying to implement parallelism in R. I am currently using R-2.3.1, and Cygwin to run R on Windows xp. ssh and all are working fine, When I try to create a socket connection as makeSOCKcluster(c("localhost","localhost")), it just waits for the