How can I see on which nodes my job was running?#
Yon can use the SLURM sacct
command with the following options:
$ sacct --format=user,jobid%10,nodelist%50 -X -j <jobid>
How can I run a short MPI job using up to 4 nodes?
How to Write a shell alias or function for quick login to a node managed by SLURM