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 5e24209 commit 530fd5dCopy full SHA for 530fd5d
1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/start_slurm.sh
@@ -30,7 +30,7 @@ main() {
30
systemctl enable --now slurmd
31
32
mv /etc/systemd/system/slurmctld{,_DO_NOT_START_ON_CONTROLLER}.service \
33
- || { echo "Failed to mask slurmctldd, perhaps the AMI already masked it?" ; }
+ || { echo "Failed to mask slurmctld, perhaps the AMI already masked it?" ; }
34
fi
35
36
echo "[INFO] Start Slurm Script completed"
0 commit comments