create_java_call: Create a Java call to start the h2o worker

Description Usage Arguments Value Examples

Description

Create a Java call to start the h2o worker

Usage

1
create_java_call(network = NULL, memory = 2, path = NULL, port = NULL)

Arguments

network

Network information 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

A vector of strings to start the h2o workers

Examples

1
2
3
4
node_list <- detect_nodes()
ips <- get_ips(node_list)
network <- get_network(ips)
args <- create_java_call(network)

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