This is a repository with shell scripts, manuals and documentation about slurm.
bin/spart : show information about all partitions (queue), or a specific only
bin/sterm : load an interactive bash on a node
bin/sjob : show information about a job (wrap 'scontrol show job -d [ID]') in tabular format
examples/* : example scripts for different tasks
- Tobias Jakobi
- Sven E. Templer
- Others/Unknown
bin/sterm is installed on the cluster and available via 'module'.
bin/spart:
./spart
./spart hugemem
./spart blade
bin/sterm:
module load slurm_scripts
sterm
sterm -p himem
bin/sjob:
./sjob
./sjob 123
./sjob 123 | grep JobState
examples/*:
script templates with short examples
examples/benchmark:
script templates to run repeated stuff useful for benchmarking
example/poppy:
scripts with a pipeline
example/silly:
more examples, but rather silly ones
GNU GENERAL PUBLIC LICENSE Version 3