docs/slurm.tips
2018-04-26 10:12:31 +02:00

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}'