We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b31ab commit 68f0588Copy full SHA for 68f0588
cloudformation/cfncluster.cfn.json
@@ -965,12 +965,10 @@
965
"ConstraintDescription" : "must be a supported scheduler",
966
"AllowedValues" : [
967
"sge",
968
- "openlava",
969
"torque",
970
"slurm",
971
"custom",
972
- "test",
973
- "pbspro"
+ "test"
974
]
975
},
976
"SharedDir" : {
cloudformation/cfncluster.cfn.yaml
@@ -736,12 +736,10 @@ Parameters:
736
ConstraintDescription: must be a supported scheduler
737
AllowedValues:
738
- sge
739
- - openlava
740
- torque
741
- slurm
742
- custom
743
- test
744
- - pbspro
745
SharedDir:
746
Description: The path/mountpoint for the shared drive
747
Type: String
0 commit comments