getCluster {StabPerf} | R Documentation |
Returns the cluster object, via which the SNOW cluster can be managed.
getCluster()
The cluster object is stored in the option edaglobal.cluster
.
cluster |
Handle to cluster object (instance of MPIcluster ), NA on failure |
snow.cluster
, makeCluster
, options
clusterCall(getCluster(), Sys.info) clusterApply(getCluster, 1:10, print)