module purge module load gnu7/7.2.0 cd /opt/install/src/slurm/slurm-17.11.0 ./configure --prefix=/opt/ohpc/pub/slurm make -j 8 make install
Prerequisites:
slurm config directory:
/opt/ohpc/pub/slurm/etc
Mysql/MariaDB:
create database slurm_acct_db; create user 'slurm'@'localhost' identified by 'password'; grant all on slurm_acct_db.* TO 'slurm'@'localhost';
mysqldump --all-databases | /bin/gzip > slurm_complete-$(date +\%Y\%m\%d\%H\%M).sql.gz
create user 'slurm'@'localhost' identified by 'password'; grant all on slurm_acct_db.* TO 'slurm'@'localhost';
zcat slurm_complete-xxxxxxx | mysql
account required pam_slurm.so