Slurm installation
Slurm installation
- I set up and updated all packages on a fresh Rocky Linux 8.10 VM. This is the
slurmContoller Node. - I switched to the
rootuser:su - root - I read through this slurm guide and pulled this
slurminstall script:wget --no-check-certificate https://raw.githubusercontent.com/NISP-GmbH/SLURM/main/slurm_install.sh - I set the version as
20.11.9:export VER=20.11.9 - I ran the
slurminstallation script:bash slurm_install.sh - I did not enable
slurm accountingsupport after checking the accounting documentation. - I tested that the
slurminstallation completed successfully and this was the case:[root@rocky-linux-8-slurm-head-node ~]# sinfo PARTITION AVAIL TIMELIMIT NODES STATE NODELIST test* up infinite 1 idle rocky-linux-8-slurm-head-node