diff options
author | Pjotr Prins | 2024-02-11 11:50:38 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-02-11 11:50:38 +0100 |
commit | dedd064fadafa9081d21dbe3d2c7491d6286ebdf (patch) | |
tree | 45f166f0020212f34144824d81dab2cef41c9ada /topics/hpc | |
parent | 9922cf9538bfaa901cb476efb42dbbb0401dfc01 (diff) | |
download | gn-gemtext-dedd064fadafa9081d21dbe3d2c7491d6286ebdf.tar.gz |
on squeue
Diffstat (limited to 'topics/hpc')
-rw-r--r-- | topics/hpc/octopus/slurm-user-guide.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/topics/hpc/octopus/slurm-user-guide.gmi b/topics/hpc/octopus/slurm-user-guide.gmi index 227f95c..feda19f 100644 --- a/topics/hpc/octopus/slurm-user-guide.gmi +++ b/topics/hpc/octopus/slurm-user-guide.gmi @@ -18,6 +18,12 @@ sinfo tells you about the slurm nodes: sinfo -i ``` +squeue gives info about the job queue + +``` +squeue -l +``` + sbatch allows you to submit a batch job ``` |