From 042cb2d0fb47c9a97055e48bc11ffe4a3e93b15d Mon Sep 17 00:00:00 2001 From: assman_g Date: Mon, 10 Jun 2024 16:11:13 +0200 Subject: [PATCH] Update Slurm --- Slurm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Slurm.md b/Slurm.md index 07eabec..a604be0 100644 --- a/Slurm.md +++ b/Slurm.md @@ -41,6 +41,9 @@ To check how "busy" the the cluster currently is, do: `sacct -M gmerlin6 --format="JobName,JobID%16,User%12,State%16,partition%20,time%12,ReqMem,MaxVMSize" -u $USER -S 2024-05-01 ` shows the submitted jobs of the past since a specific timepoint +Example: +![image](uploads/bd8a192c4b7fab578f96b8dc72dfa622/image.png) + Find more Variables to be displayed at: https://slurm.schedmd.com/sacct.html ### Submitting jobs