rxGetAvailableNodes: Gets a list of operational nodes on a cluster.

Description

Gets a list of operational nodes on a cluster. Note that this function will attempt to connect to the cluster when executed.

Usage

  rxGetAvailableNodes(computeContext,  makeRNodeNames = FALSE)

Arguments

computeContext

A distributed compute context (preferred, see RxComputeContext) or a jobInfo object

makeRNodeNames

logical. If TRUE, names of the nodes will be normalized for use as R variables. See rxMakeRNodeNames for details on name mangling.

Value

a character vector of node names, or NULL.

Author(s)

Microsoft Corporation Microsoft Technical Support

See Also

rxGetNodeInfo RxComputeContext rxGetJobs rxMakeRNodeNames

Examples


 ## Not run:

rxGetAvailableNodes( myCluster )
## End(Not run)