[prev in list] [next in list] [prev in thread] [next in thread] 

List:       r-sig-geo
Subject:    [R-sig-Geo] rgeo cannot be loaded on clusters (Redhat enterprise 5.8)
From:       "maogui.hu" <maogui.hu () gmail ! com>
Date:       2015-12-10 10:42:55
Message-ID: 2015121018425158014214 () gmail ! com
[Download RAW message or body]

Dear all,
When I tried to load rgeos  on a cluster environment (redhat enterprise 5.8; R 3.1), \
it succeeded when I makeCluster() on local node, but failed when makeCluster() on \
different nodes: 

library(parallel)
cl1 <- makeCluster(2)                    # login node
clusterEvalQ(cl1, library(rgeos))    # success

cl2 <- makeCluster(rep("b01n02.cluster.com",2)) 
clusterEvalQ(cl2, library(rgeos))    # failed: "Error in \
checkForRemoteErrors(lapply(cl, recvResult)): 2 nodes produced errors; first error: \
package or namespace load failed for geos".

I'm not sure whether it is a bug.



Maogui Hu

	[[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic