make_nodes_known_hosts: Add the SLURM nodes to the list of known hosts

Description Usage Arguments Value Examples

Description

Add the SLURM nodes to the list of known hosts

Usage

1

Arguments

ips

IPs of the nodes of the SLURM job

Value

None This function is used for its side effects.

Examples

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

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