getDoMpiCluster {doMPI} | R Documentation |
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.
getDoMpiCluster()