docs/slurm.tips

6 lines
122 B
Plaintext

slurm tips/tricks:
howto see all jobs that are on /scratch:
$ squeue -O jobid,workdir | grep scratch | awk '{print $1}'