cluster {doMPI} | R Documentation |
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. |
[Package doMPI version 0.2.2 Index]