Learn R Programming

doMPI (version 0.2.2)

cluster: Cluster Management Functions

Description

clusterSize returns the number of workers in a cluster. closeCluster shuts down and cleans up a cluster.

Usage

clusterSize(cl, ...)
closeCluster(cl, ...)

Arguments

cl
The cluster object.
Currently unused.