Displaying 1 result from an estimated 1 matches for "inhomgenous".
Did you mean:
inhomogenous
2009 Apr 09
0
Connecting to "heterogenous" cluster using makeSOCKcluster of SNOW-package
...Apr 14:51
/home/GEOECOLOGY/francke/R/i686-suse-linux-gnu-library/2.8/snow/RSOCKnode.R
In contrast, creating explicitly "homogenous" cluster works:
> setDefaultClusterOptions(homogeneous = TRUE)
> cl <- makeSOCKcluster("localhost")
Since I intend to use really "inhomgenous" clusters, I followed the
respective instructions given on
http://www.stat.uiowa.edu/~luke/R/cluster/cluster.html#Section:InhomogeneousSystems.
I also tried the modifications to RSOCKnode.sh proposed in
http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf - no different
behaviour.
I...