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 df90c8e commit 4bdeb90Copy full SHA for 4bdeb90
CHANGELOG.md
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
3
4
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
5
6
+3.14.0
7
+------
8
+
9
+**ENHANCEMENTS**
10
+- Remove UnkillableStepTimeout from slurm.conf and let slurm set this value.
11
12
3.13.0
13
------
14
**ENHANCEMENTS**
cookbooks/aws-parallelcluster-slurm/templates/default/slurm/slurm.conf.erb
@@ -50,7 +50,6 @@ BatchStartTimeout=180
50
# TIMERS
51
SlurmctldTimeout=300
52
SlurmdTimeout=180
53
-UnkillableStepTimeout=180
54
InactiveLimit=0
55
MinJobAge=300
56
KillWait=30
0 commit comments