Update Slurm

2024-06-10 10:57:04 +02:00
parent 0cb4f27e55
commit a935f4cbbc

@ -36,3 +36,11 @@ To check how "busy" the the cluster currently is, do:
`squeue -u $USER` only your jobs
`squeue --cluster=gmerlin6` shows all jobs of gmerlin6
`scontrol show job <job_id> --cluster=gmerlin6` shows details for this specific job on this cluster
`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.
### Submitting/Cancelling jobs
`sbatch myscript.sh ` submit a script