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

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

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 "
```