Skip to content

Commit 50c8d74

Browse files
author
Himani Anil Deshpande
committed
[SlurmTopo] Adding a slurm_parallelcluster_topology.conf in slurm.conf
1 parent cc674d1 commit 50c8d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-slurm/templates/default/slurm/slurm.conf.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ include slurm_parallelcluster.conf
8484
# WARNING!!! The custom_slurm_settings_include_file_slurm.conf file included below can be updated by the pcluster process.
8585
# Please do not edit it.
8686
include pcluster/custom_slurm_settings_include_file_slurm.conf
87+
8788
#
8889
# WARNING!!! The slurm_parallelcluster_topology.conf file included below can be updated by the pcluster process.
8990
# Please do not edit it.
90-
include slurm_parallelcluster_topology.conf
91+
include slurm_parallelcluster_topology.conf

cookbooks/aws-parallelcluster-slurm/templates/default/slurm/slurm_parallelcluster_topology.conf.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{# Adding comments at the beginning of each line is a trick to indent the template without affecting the output #}
21
# slurm_parallelcluster_topology.conf is managed by the pcluster processes.
32
# Do not modify.
43
# Please use CustomSlurmSettings in the ParallelCluster configuration file to add user-specific slurm configuration

0 commit comments

Comments
 (0)