docs/slurm.tips

6 lines
122 B
Plaintext
Raw Permalink Normal View History

2018-04-26 10:12:31 +02:00
slurm tips/tricks:
howto see all jobs that are on /scratch:
$ squeue -O jobid,workdir | grep scratch | awk '{print $1}'