Class: Aws::PCS::Types::SlurmCustomSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::SlurmCustomSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Additional settings that directly map to Slurm settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_name ⇒ String
Amazon Web Services PCS supports configuration of the following Slurm parameters:.
-
#parameter_value ⇒ String
The values for the configured Slurm settings.
Instance Attribute Details
#parameter_name ⇒ String
Amazon Web Services PCS supports configuration of the following Slurm parameters:
-
For clusters
-
Prolog][1
-
-
Epilog][2
-
-
SelectTypeParameters][3
-
-
For **compute node groups**
-
Weight][4
-
-
RealMemory][4
-
[1]: slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1 [2]: slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1 [3]: slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters [4]: slurm.schedmd.com/slurm.conf.html#OPT_Weight
1635 1636 1637 1638 1639 1640 |
# File 'lib/aws-sdk-pcs/types.rb', line 1635 class SlurmCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The values for the configured Slurm settings.
1635 1636 1637 1638 1639 1640 |
# File 'lib/aws-sdk-pcs/types.rb', line 1635 class SlurmCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |