View source: R/initParallelRun.R
initParallelRun | R Documentation |
This function prepares a cluster using Rmpi
package. The initialization
is paired with closing of the cluster using the finishParallelRun
function.
initParallelRun(cpus)
cpus |
Number of cores to use (optional). If given, only that number of CPUs will be used. By default (if not set), the Rmpi will check how many CPUs are available in the system and take the maximum number. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.