/AWS1/CL_HPPSLURMCUSTOMSETTING¶
Additional settings that directly map to Slurm settings.
PCS supports a subset of Slurm settings. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_parametername TYPE /AWS1/HPPSTRING /AWS1/HPPSTRING¶
PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.
iv_parametervalue TYPE /AWS1/HPPSTRING /AWS1/HPPSTRING¶
The values for the configured Slurm settings.
Queryable Attributes¶
parameterName¶
PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see Configuring custom Slurm settings in PCS in the PCS User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERNAME() |
Getter for PARAMETERNAME, with configurable default |
ASK_PARAMETERNAME() |
Getter for PARAMETERNAME w/ exceptions if field has no value |
HAS_PARAMETERNAME() |
Determine if PARAMETERNAME has a value |
parameterValue¶
The values for the configured Slurm settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERVALUE() |
Getter for PARAMETERVALUE, with configurable default |
ASK_PARAMETERVALUE() |
Getter for PARAMETERVALUE w/ exceptions if field has no valu |
HAS_PARAMETERVALUE() |
Determine if PARAMETERVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SLURMCUSTOMSETTINGS¶
TYPES TT_SLURMCUSTOMSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_HPPSLURMCUSTOMSETTING WITH DEFAULT KEY
.