setup parallel backend for a given number of cores.
Usage
setup_parallel(used_cores, cluster_type)
Arguments
- used_cores
number of cores to be designated to the cluster
- cluster_type
either PSOCK or FORK. Generally FORK is recommended above PSOCK, however it is not available on all systems. See note below
Note
On Windows, only the PSOCK-cluster type is available.