cluster_add_nodes.Rd
For an already-running cluster, add more nodes to execute tasks.
cluster_add_nodes(cl_name, ncores = 1L)
cl_name | name of the cluster |
---|---|
ncores | the number of nodes to add |
This function will only work on macOS and Unix-alikes as it uses the forking mechanism to launch the new nodes.