Re: [R] parallel computing--help

2010-03-02 Thread Adam D. I. Kramer
Hi Sayan, Just stumbled upon this email, three months old, since I was having the same problem, and noticed you hadn't been answered. I was able to solve this problem by noting that the "snow" library was not installed on the nodes--it has to be installed everywhere. So, you need to ssh

[R] parallel computing--help

2009-12-30 Thread sayan dasgupta
Hey R Users I am trying to to implement a linux snow sockets parallelism in R, I am pretty new to parallel computing Here is the problem I am facing Whenever I am doing newSOCKnode("localhost") Its working fine But whenever I do newSOCKnode("ip to another computer on the network ") It throws