start_h2o_workers: Start an h2o worker on each node of the SLURM cluster

Description Usage Arguments Value Examples

Description

Start an h2o worker on each node of the SLURM cluster

Usage

1
2
start_h2o_workers(ips = NULL, memory = 2,
  path = "/n/home03/cchoirat/apps/R/h2o/java/h2o.jar", port = NULL)

Arguments

ips

IPs of the nodes of the SLURM job

memory

The amount of memory per node in GB

path

Path of h2o.jar

port

Port of the h2o cluster

Value

None This function is used for its side effects.

Examples

1
2
3
node_list <- detect_nodes()
ips <- get_ips(node_list)
start_h2o_workers(ips)

NSAPH/h2odyssey documentation built on May 20, 2019, 9:59 a.m.