diff --git a/bash/bash_slurm b/bash/bash_slurm index eb6a987..072edbb 100755 --- a/bash/bash_slurm +++ b/bash/bash_slurm @@ -27,5 +27,5 @@ alias sd=' sinfo -d' alias i=' srun -p interactive --qos qos-interactive --time=5:0 --pty bash -i' alias ix=' srun -p interactive --qos qos-interactive --time=5:0 --x11 --pty bash -i' scol() { - sinfo -o "%E|%T|%N" -p all $* | grep -e '\(drain\|down\)' | column -t -s'|' | sort + sinfo -o "%E|%T|%N" -p all $* | grep -e '\(drain\|down\|boot\)' | column -t -s'|' | sort }