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>
Yon can use the SLURM sacct command with the following options:
$ sacct --format=user,jobid%10,nodelist%50 -X -j <jobid>