For an already-running cluster, add more nodes to execute tasks.

cluster_add_nodes(cl_name, ncores = 1L)

Arguments

cl_name

name of the cluster

ncores

the number of nodes to add

Note

This function will only work on macOS and Unix-alikes as it uses the forking mechanism to launch the new nodes.