An open API service indexing awesome lists of open source software.

https://github.com/astrobarker/slurm_tools

some things for use on SLURM systems
https://github.com/astrobarker/slurm_tools

Last synced: over 1 year ago
JSON representation

some things for use on SLURM systems

Awesome Lists containing this project

README

          

# SLURM Tools
Collection of useful things for running on a SLURM system.

TOC:
- `slurm_aliases`
- Define aliases useful for checking your queue. Notably, `q` to list your jobs and `njobs` to list the number of sunning jobs.
- overtime.bash and udnertime.bash
- scripts for self restarting jobs. based on [this](https://tinyurl.com/selfrestart)
- run.parth
- restart aware SLURM submission script for [Parthenon](https://parthenon-hpc-lab.github.io/parthenon/develop/index.html) codes.