getDoMpiCluster {doMPI} | R Documentation |
Get the registered doMPI cluster object
Description
The getDoMpiCluster
function is used to get the cluster object
that was registered using the registerDoMPI
function.
This can be useful when you want to get the communicator object
for performing MPI operations in a foreach
program.
Usage
getDoMpiCluster()
[Package doMPI version 0.2.2 Index]