File size: 570 Bytes
2955ecc | 1 2 3 4 5 6 7 8 9 10 11 12 | # TRACE study node list. Copy this file to nodes.conf and edit, then use the same file on every node.
#
# One line per node, <rank> <address>. Ranks are 0..N-1 and node 0 hosts the coordination port. The address is the hostname or IP of that node as reachable from the other nodes. A management or Ethernet address is fine, the jobs still put their collective traffic on the fast fabric.
#
# The nodes connect to each other on TCP ports port_base to port_base+100 plus the NCCL data connections, and to nowhere else.
0 10.0.0.1
1 10.0.0.2
2 10.0.0.3
# port_base 29400
|