In file "01_OpenHPC Slurm Setup.md" the code `chroot $CHROOT systemctl enable slurm` produces Operation failed: No such file or directory I think the fix is: `chroot $CHROOT systemctl enable slurmctld`
In file "01_OpenHPC Slurm Setup.md"
the code
chroot $CHROOT systemctl enable slurmproduces
Operation failed: No such file or directory
I think the fix is:
chroot $CHROOT systemctl enable slurmctld