Translations:R/64/en

From Alliance Doc
Jump to navigation Jump to search
  1. Export the nodes names.
  2. If all processes are allocated on the same node, NODESLIST contains : node1 node1 node1 node1
  3. Cut the domain name and keep only the node name

export NODESLIST=$(echo $(srun hostname | cut -f 1 -d '.')) R -f test_makecluster.R }}