Description Usage Arguments Examples
View source: R/dompiWorkerLoop.R
The dompiWorkerLoop
function is used from a cluster worker to run
the worker loop in order to execute worker tasks. This is intended
to be used from a doMPI
script that is executed in
“non-spawn” mode.
1 | dompiWorkerLoop(cl, cores=1, verbose=FALSE)
|
cl |
a |
cores |
Maximum number of cores for workers to use.
Defaults to |
verbose |
Indicates if verbose messages should be enabled.
Defaults to |
1 2 3 4 5 | ## Not run:
cl <- openMPIcluster()
dompiWorkerLoop(cl)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.