get_ips: Detect the IPs of the nodes of a SLURM job

Description Usage Arguments Value Examples

Description

Detect the IPs of the nodes of a SLURM job

Usage

1
get_ips(node_list = NULL)

Arguments

node_list

Nodes of the SLURM jobs

Value

List of SLURM IPs

Examples

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

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