Closed kpamnany closed 4 years ago
Should we print the hostnames of all MPI tasks? e.g. srun -l hostname
?
FYI, you can also get the node list afterward from sacct
via
sacct --allocations -o nodelist -j $JOBID
Ah! Right now we're running everything in a single node so there will only be one node name I think.
I knew about the sacct
way, but it's yet another step.
To know the node name when we see ECC errors etc.