View | Details | Raw Unified | Return to ticket 4154
Collapse All | Expand All

(-)a/doc/html/accounting.shtml (+2 lines)
Lines 667-672 is specified when a job is submitted. (Only used when tracking wckeys.)</li> Link Here
667
667
668
<li><b>Name=</b> User name</li>
668
<li><b>Name=</b> User name</li>
669
669
670
<li><b>NewName=</b> Use to rename a user in the accounting database</li>
671
670
<li><b>Partition=</b> Name of Slurm partition this association applies to</li>
672
<li><b>Partition=</b> Name of Slurm partition this association applies to</li>
671
673
672
</ul>
674
</ul>
(-)a/doc/man/man1/sacctmgr.1 (+4 lines)
Lines 1500-1505 Identify the default Workload Characterization Key. Link Here
1500
Name of user.
1500
Name of user.
1501
1501
1502
.TP
1502
.TP
1503
\fINewName\fP=<newname>
1504
Use to rename a user in the accounting database
1505
1506
.TP
1503
\fIPartition\fP=<name>
1507
\fIPartition\fP=<name>
1504
Partition name.
1508
Partition name.
1505
1509
(-)a/src/sacctmgr/sacctmgr.c (-3 / +3 lines)
Lines 1042-1049 sacctmgr [<OPTION>] [<COMMAND>] \n\ Link Here
1042
                            Names=, Partitions=, and QosLevel=             \n\
1042
                            Names=, Partitions=, and QosLevel=             \n\
1043
       modify user        - (set options) AdminLevel=, DefaultAccount=,    \n\
1043
       modify user        - (set options) AdminLevel=, DefaultAccount=,    \n\
1044
                            DefaultQOS=, DefaultWCKey=, Fairshare=,        \n\
1044
                            DefaultQOS=, DefaultWCKey=, Fairshare=,        \n\
1045
                            MaxTRESMins=, MaxTRES=, MaxJobs=, MaxNodes=,    \n\
1045
                            MaxTRESMins=, MaxTRES=, MaxJobs=, MaxNodes=,   \n\
1046
                            MaxSubmitJobs=, MaxWall=, and QosLevel=,       \n\
1046
                            MaxSubmitJobs=, MaxWall=, NewName=,            \n\
1047
                            and QosLevel=,                                 \n\
1047
                            RawUsage= (with admin privileges only)         \n\
1048
                            RawUsage= (with admin privileges only)         \n\
1048
                            (where options) Accounts=, AdminLevel=,        \n\
1049
                            (where options) Accounts=, AdminLevel=,        \n\
1049
                            Clusters=, DefaultAccount=, Names=,            \n\
1050
                            Clusters=, DefaultAccount=, Names=,            \n\
1050
- 

Return to ticket 4154