Re: [R] makeCluster help needed

2013-10-10 Thread Carl Witthoft
Jeffrey Flint wrote > Good news. I installed 3.0.2, and the parallel package examples ran > successfully. This time a firewall window popped up. Probably the > firewall was the problem with the snow package too, but for some reason > the > window didn't pop up with the snow package. > > Thanks f

Re: [R] makeCluster help needed

2013-10-10 Thread Uwe Ligges
On 10.10.2013 04:04, Jeffrey Flint wrote: Uwe, Good news. I installed 3.0.2, and the parallel package examples ran successfully. This time a firewall window popped up. Probably the firewall was the problem with the snow package too, but for some reason the window didn't pop up with the snow

Re: [R] makeCluster help needed

2013-10-09 Thread Jeffrey Flint
Uwe, Good news. I installed 3.0.2, and the parallel package examples ran successfully. This time a firewall window popped up. Probably the firewall was the problem with the snow package too, but for some reason the window didn't pop up with the snow package. Thanks for the suggestion to use "pa

Re: [R] makeCluster help needed

2013-09-28 Thread Uwe Ligges
Can you please upgrade R to R-3.0.2 and use the parallel package? And can you please explain why you want to start the workers manually? I'd be happy to look into the details if you can reproduce the problem with a recent version of R and the parallel package. Best, Uwe Ligges On 28.09.20

[R] makeCluster help needed

2013-09-27 Thread Jeffrey Flint
This is in regards to the SNOW library. I'm using Windows. The problem is that makeSOCKcluster hangs in R as well as the DOS command line. Below I've shown that it completes the Rscript until it reaches the line "slaveLoop(master)" , at which point it hangs. = In R: