File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ This file is used to list changes made in each version of the AWS ParallelCluste
15
15
- Libfabric-aws: ` libfabric-aws-1.16.0~amzn4.0-1 `
16
16
- Rdma-core: ` rdma-core-41.0-2 `
17
17
- Open MPI: ` openmpi40-aws-4.1.4-2 `
18
- - Update slurmctld and slurmd systemd service files.
19
18
20
19
2.11.7
21
20
-----
Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =Slurm controller daemon
3
- After =network-online.target munge.service
4
- Wants =network-online.target
3
+ After =network.target munge.service
5
4
ConditionPathExists =/opt/slurm/etc/slurm.conf
6
5
7
6
[Service]
8
7
Type =simple
9
8
EnvironmentFile =-/etc/sysconfig/slurmctld
10
- ExecStart =/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
9
+ ExecStart =/opt/slurm/sbin/slurmctld -D $SLURMCTLD_OPTIONS
11
10
ExecReload =/bin/kill -HUP $MAINPID
12
11
LimitNOFILE =562930
13
12
LimitMEMLOCK =infinity
Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =Slurm node daemon
3
- After =munge.service network-online.target remote-fs.target
4
- Wants =network-online.target
3
+ After =munge.service network.target remote-fs.target
5
4
ConditionPathExists =/opt/slurm/etc/slurm.conf
6
5
7
6
[Service]
8
7
Type =simple
9
8
EnvironmentFile =-/etc/sysconfig/slurmd
10
- ExecStart =/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
9
+ ExecStart =/opt/slurm/sbin/slurmd -D $SLURMD_OPTIONS
11
10
ExecReload =/bin/kill -HUP $MAINPID
12
11
KillMode =process
13
12
LimitNOFILE =131072
You can’t perform that action at this time.
0 commit comments