Skip to content

SNOW: Error in socketSelect(socklist) : not a socket connection

2 messages · Ubuntu Diego, Luke Tierney

#
I'm trying to use snow in my dual-core (hopefully later this is going to
run in a cluster). So, at this moment I create a cluster using SOCK
connection (MPI in the future). However when I try to use
clusterApplyLB I got "Error in socketSelect(socklist) : not a socket
connection". Any ideas ? Do you know if that is going to be an isuue too
when I swith from SOCK to MPI ?

Sample code is attached.

Thanks.



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ParallelLikelihood.R
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090401/57b580f9/attachment-0002.pl>
#
Your R version seems to be out of date.  This would happen in older
versions of R, prior to 2.8.0 I believe, due to a bug in socketSelect
that was fixed last August.

luke
On Wed, 1 Apr 2009, Ubuntu Diego wrote: