Slurm: Difference between revisions

From DISI
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
'''[[Detailed step-by-step instruction:]]'''
'''[[Detailed step-by-step instruction:]]'''


1)
node n-1-17
2)
 
3)
1) make sure you have there Centos 7: cat /etc/redhat-release
2) https://download.schedmd.com/slurm/slurm-17.02.11.tar.bz2
3) yum install readline-devel perl-ExtUtils-MakeMaker.noarch munge-devel pam-devel
3) export VER=17.02.11; rpmbuild -ta slurm-$VER.tar.bz2 --without mysql

Revision as of 13:39, 27 May 2020

Detailed step-by-step instruction:

node n-1-17

1) make sure you have there Centos 7: cat /etc/redhat-release 2) https://download.schedmd.com/slurm/slurm-17.02.11.tar.bz2 3) yum install readline-devel perl-ExtUtils-MakeMaker.noarch munge-devel pam-devel 3) export VER=17.02.11; rpmbuild -ta slurm-$VER.tar.bz2 --without mysql