slurm tips

This commit is contained in:
G.J.C. Strikwerda 2018-04-26 10:12:31 +02:00
parent e2f5caa305
commit 2699680fd3
1 changed files with 5 additions and 0 deletions

5
slurm.tips Normal file
View File

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