/AWS1/CL_HPPUPDATEACCTINGREQ¶
The accounting configuration includes configurable settings for Slurm accounting.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_defaultpurgetimeindays TYPE /AWS1/HPPINTEGER /AWS1/HPPINTEGER¶
The default value for all purge settings for
slurmdbd.conf. For more information, see the slurmdbd.conf documentation at SchedMD.The default value for
defaultPurgeTimeInDaysis-1.A value of
-1means there is no purge time and records persist as long as the cluster exists.
0isn't a valid value.
iv_mode TYPE /AWS1/HPPACCOUNTINGMODE /AWS1/HPPACCOUNTINGMODE¶
The default value for
modeisNONE. A value ofSTANDARDmeans Slurm accounting is enabled.
Queryable Attributes¶
defaultPurgeTimeInDays¶
The default value for all purge settings for
slurmdbd.conf. For more information, see the slurmdbd.conf documentation at SchedMD.The default value for
defaultPurgeTimeInDaysis-1.A value of
-1means there is no purge time and records persist as long as the cluster exists.
0isn't a valid value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTPURGETIMEINDAYS() |
Getter for DEFAULTPURGETIMEINDAYS, with configurable default |
ASK_DEFAULTPURGETIMEINDAYS() |
Getter for DEFAULTPURGETIMEINDAYS w/ exceptions if field has |
HAS_DEFAULTPURGETIMEINDAYS() |
Determine if DEFAULTPURGETIMEINDAYS has a value |
mode¶
The default value for
modeisNONE. A value ofSTANDARDmeans Slurm accounting is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |