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
- Host: GitHub
- URL: https://github.com/astrobarker/slurm_tools
- Owner: AstroBarker
- License: mit
- Created: 2023-07-17T08:10:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T22:36:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T10:56:38.405Z (over 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.