File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -496,19 +496,18 @@ enum ModifyField {
496
496
Partition = 0 ;
497
497
Qos = 1 ;
498
498
DefaultQos = 2 ;
499
- // account and qos
500
- Description = 10 ;
499
+ Description = 3 ; // account and qos
501
500
// user
502
- AdminLevel = 20 ;
503
- DefaultAccount = 21 ;
501
+ AdminLevel = 4 ;
502
+ DefaultAccount = 5 ;
504
503
// qos
505
- Priority = 30 ;
506
- MaxJobsPerUser = 31 ;
507
- MaxCpusPerUser = 32 ;
508
- MaxTimeLimitPerTask = 33 ;
509
- MaxJobsPerAccount = 34 ;
510
- MaxSubmitJobsPerUser = 35 ;
511
- MaxSubmitJobsPerAccount = 36 ;
504
+ Priority = 6 ;
505
+ MaxJobsPerUser = 7 ;
506
+ MaxCpusPerUser = 8 ;
507
+ MaxTimeLimitPerTask = 9 ;
508
+ MaxJobsPerAccount = 10 ;
509
+ MaxSubmitJobsPerUser = 11 ;
510
+ MaxSubmitJobsPerAccount = 12 ;
512
511
}
513
512
514
513
message AccountInfo {
You can’t perform that action at this time.
0 commit comments