cluster_add_nodes: Add Nodes to a Cluster

Description Usage Arguments Note

View source: R/interface.R

Description

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

Usage

1
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.


rdpeng/threadpool documentation built on Nov. 20, 2019, 2 p.m.