generated from mhausenblas/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e630a3d
commit 2803d0d
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,12 +86,16 @@ $ sacctmgr show qos format="name,priority,usagefactor,mintres%20,maxtrespu,maxjo | |
highprio 1 2.000000 cpu=1,mem=512M cpu=512 2000 | ||
``` | ||
|
||
See all account associations for your user and the QOS's you are allowed to use: | ||
See details about account associations, allowed QOS's, and more, for your user: | ||
``` | ||
$ sacctmgr list association user=$USER format=account%10s,user%20s,qos%20s | ||
Account User QOS | ||
---------- -------------------- -------------------- | ||
root [email protected] highprio,normal | ||
# your user | ||
$ sacctmgr show user withassoc where name=$USER | ||
User Def Acct Admin Cluster Account Partition Share Priority MaxJobs MaxNodes MaxCPUs MaxSubmit MaxWall MaxCPUMins QOS Def QOS | ||
---------- ---------- --------- ---------- ---------- ---------- --------- ---------- ------- -------- -------- --------- ----------- ----------- -------------------- --------- | ||
[email protected]+ root None biocloud root 1 1 highprio,normal normal | ||
# all users | ||
$ sacctmgr show user withassoc | less | ||
``` | ||
|
||
### Undergraduate students | ||
|
This file contains 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
This file contains 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