Description Usage Arguments Value Examples
Start an h2o worker on each node of the SLURM cluster
1 2  | start_h2o_workers(ips = NULL, memory = 2,
  path = "/n/home03/cchoirat/apps/R/h2o/java/h2o.jar", port = NULL)
 | 
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  | 
None This function is used for its side effects.
1 2 3  | node_list <- detect_nodes()
ips <- get_ips(node_list)
start_h2o_workers(ips)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.