Created
August 7, 2024 06:31
-
-
Save singularitti/3ab1d8ebc7bfdda7530d725af478f112 to your computer and use it in GitHub Desktop.
Slurm commands #Shell #Slurm #HPC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://docs.e3sm.org/polaris/main/users_guide/machines/chicoma.html | |
| sacctmgr list user $USER # Which is my default account? | |
| # https://hpc-unibe-ch.github.io/slurm/partitions.html | |
| # Within these partitions, QoS are used to distinguish different job limits. In each partition there is a default QoS. Each QoS has specific limits that can be viewed directly on the cluster: | |
| sacctmgr show qos format=name%20,maxwall,maxsubmitpu,maxtrespu%80 | |
| # Note, that you might not have access to all of the QoS shown in the output. To see for which QoS your account has valid associations you can use: | |
| sacctmgr show assoc where user=$USER format=account,partition,qos%80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment