I submitted several jobs via SLURM to our school\'s HPC cluster. Because the shell scripts all have the same name, so the job names appear exactly the same. It looks like
The latest version of Slurm now offers that information through squeue with :
squeue
squeue --format "%Z"
that displays, according to the man page,
%Z The job’s working directory.