slurm tips

This commit is contained in:
2018-04-26 10:12:31 +02:00
parent e2f5caa305
commit 2699680fd3
+5
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}'