getCluster {StabPerf}R Documentation

Fetches a handle to a running (SNOW) cluster

Description

Returns the cluster object, via which the SNOW cluster can be managed.

Usage

getCluster()

Details

The cluster object is stored in the option edaglobal.cluster.

Value

cluster Handle to cluster object (instance of MPIcluster), NA on failure

See Also

snow.cluster, makeCluster, options

Examples

clusterCall(getCluster(), Sys.info)
clusterApply(getCluster, 1:10, print)

[Package StabPerf version 0.5 Index]