Skip to content
Snippets Groups Projects
Verified Commit 9befdf18 authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

MNT SLURM: use job_id column containing array information

parent 221da4a9
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
if [ -f "$(which squeue 2>/dev/null)" ]; then
if [ "$#" == "0" ]; then
squeue -u $(whoami) -o "%.18A %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R"
squeue -u "$(whoami)" -o "%.18i %.9P %.25j %.2t %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R"
else
squeue -o "%.18A %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" "$@"
squeue -o "%.18i %.9P %.25j %.2t %.10u %.10g %.7c %.7m %.5D %.6q %.10f %.10b %.11M %.30R" "$@"
fi
elif [ -f "$(which bjobs 2>/dev/null)" ]; then
bjobs "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment