https://github.com/williamfalcon/slurm-cheatsheet
Useful slurm commands
https://github.com/williamfalcon/slurm-cheatsheet
Last synced: 5 months ago
JSON representation
Useful slurm commands
- Host: GitHub
- URL: https://github.com/williamfalcon/slurm-cheatsheet
- Owner: williamFalcon
- License: mit
- Created: 2019-06-06T18:15:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T18:16:57.000Z (about 7 years ago)
- Last Synced: 2025-01-22T11:47:41.833Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slurm-cheatsheet
Useful slurm commands
#### View cluster information.
[This page](https://slurm.schedmd.com/sinfo.html) has a list of useful flags to view cluster information.
```
sinfo -o "%20N %10c %10m %25f %10G "
```