Some shortcuts for slurm Sep 29, 2021 Here’s the table of contents: To be added Get remaining time (time limit) of a job Sort jobs by id To be added sinfo Get remaining time (time limit) of a job squeue -h -j jodid -o %L Sort jobs by id squeue -a | sort -t, -nk1 See!