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
1515 - Libfabric-aws: ` libfabric-aws-1.16.0~amzn4.0-1 `
1616 - Rdma-core: ` rdma-core-41.0-2 `
1717 - Open MPI: ` openmpi40-aws-4.1.4-2 `
18- - Update slurmctld and slurmd systemd service files.
1918
20192.11.7
2120-----
Original file line number Diff line number Diff line change 11[Unit]
22Description =Slurm controller daemon
3- After =network-online.target munge.service
4- Wants =network-online.target
3+ After =network.target munge.service
54ConditionPathExists =/opt/slurm/etc/slurm.conf
65
76[Service]
87Type =simple
98EnvironmentFile =-/etc/sysconfig/slurmctld
10- ExecStart =/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
9+ ExecStart =/opt/slurm/sbin/slurmctld -D $SLURMCTLD_OPTIONS
1110ExecReload =/bin/kill -HUP $MAINPID
1211LimitNOFILE =562930
1312LimitMEMLOCK =infinity
Original file line number Diff line number Diff line change 11[Unit]
22Description =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
54ConditionPathExists =/opt/slurm/etc/slurm.conf
65
76[Service]
87Type =simple
98EnvironmentFile =-/etc/sysconfig/slurmd
10- ExecStart =/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
9+ ExecStart =/opt/slurm/sbin/slurmd -D $SLURMD_OPTIONS
1110ExecReload =/bin/kill -HUP $MAINPID
1211KillMode =process
1312LimitNOFILE =131072
You can’t perform that action at this time.
0 commit comments