|
Lines 428-433
static print_field_t *_get_print_field(char *object)
Link Here
|
| 428 |
field->print_routine = sacctmgr_print_tres; |
428 |
field->print_routine = sacctmgr_print_tres; |
| 429 |
} else if (!strncasecmp("MaxTRESRunMinsPerAccount", object, |
429 |
} else if (!strncasecmp("MaxTRESRunMinsPerAccount", object, |
| 430 |
MAX(command_len, 18)) || |
430 |
MAX(command_len, 18)) || |
|
|
431 |
!strncasecmp("MaxTRESRunMinsPerAcct", object, |
| 432 |
MAX(command_len, 18)) || |
| 431 |
!strncasecmp("MaxTRESRunMinsPA", object, |
433 |
!strncasecmp("MaxTRESRunMinsPA", object, |
| 432 |
MAX(command_len, 15))) { |
434 |
MAX(command_len, 15))) { |
| 433 |
field->type = PRINT_MAXTRMA; |
435 |
field->type = PRINT_MAXTRMA; |
|
Lines 444-449
static print_field_t *_get_print_field(char *object)
Link Here
|
| 444 |
field->print_routine = sacctmgr_print_tres; |
446 |
field->print_routine = sacctmgr_print_tres; |
| 445 |
} else if (!strncasecmp("MaxTRESPerAccount", object, |
447 |
} else if (!strncasecmp("MaxTRESPerAccount", object, |
| 446 |
MAX(command_len, 11)) || |
448 |
MAX(command_len, 11)) || |
|
|
449 |
!strncasecmp("MaxTRESPerAcct", object, |
| 450 |
MAX(command_len, 11)) || |
| 447 |
!strncasecmp("MaxTRESPA", object, |
451 |
!strncasecmp("MaxTRESPA", object, |
| 448 |
MAX(command_len, 9))) { |
452 |
MAX(command_len, 9))) { |
| 449 |
field->type = PRINT_MAXTA; |
453 |
field->type = PRINT_MAXTA; |
|
Lines 463-468
static print_field_t *_get_print_field(char *object)
Link Here
|
| 463 |
field->print_routine = print_fields_uint; |
467 |
field->print_routine = print_fields_uint; |
| 464 |
} else if (!strncasecmp("MaxJobsPerAccount", object, |
468 |
} else if (!strncasecmp("MaxJobsPerAccount", object, |
| 465 |
MAX(command_len, 11)) || |
469 |
MAX(command_len, 11)) || |
|
|
470 |
!strncasecmp("MaxJobsPerAcct", object, |
| 471 |
MAX(command_len, 11)) || |
| 466 |
!strncasecmp("MaxJobsPA", object, |
472 |
!strncasecmp("MaxJobsPA", object, |
| 467 |
MAX(command_len, 9))) { |
473 |
MAX(command_len, 9))) { |
| 468 |
field->type = PRINT_MAXJA; |
474 |
field->type = PRINT_MAXJA; |
|
Lines 498-503
static print_field_t *_get_print_field(char *object)
Link Here
|
| 498 |
field->print_routine = print_fields_uint; |
504 |
field->print_routine = print_fields_uint; |
| 499 |
} else if (!strncasecmp("MaxSubmitJobsPerAccount", object, |
505 |
} else if (!strncasecmp("MaxSubmitJobsPerAccount", object, |
| 500 |
MAX(command_len, 17)) || |
506 |
MAX(command_len, 17)) || |
|
|
507 |
!strncasecmp("MaxSubmitJobsPerAcct", object, |
| 508 |
MAX(command_len, 17)) || |
| 501 |
!strncasecmp("MaxSubmitJobsPA", object, |
509 |
!strncasecmp("MaxSubmitJobsPA", object, |
| 502 |
MAX(command_len, 15))) { |
510 |
MAX(command_len, 15))) { |
| 503 |
field->type = PRINT_MAXSA; |
511 |
field->type = PRINT_MAXSA; |