All of the current Slurm documentation is at http://slurm.schedmd.com.
Install instructions here:
http://slurm.schedmd.com/quickstart_admin.html
Also see:
http://slurm.schedmd.com/configurator.html

Quoting "Love, Steve W." <[email protected]>:

Hello,

I'm trying to build a version of SLURM on a VM for the purpose of testing. The VM is running CentOS 5.10 and has 4 processors. Our HPC users will be faced with the task of changing their submission scripts from a cluster running
SGE to one where they'll be using SLURM.

I'd like to use the installation of SLURM in order that our users can test simple scripts with;

https://marylou.byu.edu/documentation/slurm/script-generator

I've been following some notes from the Clustervision user portal which suggests performing the following;

use yum to install numactl libraries
build hwloc which I did with; ./configure --prefix=/usr/local/hwloc/1.8.1
build munge which I did with; ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make && make install build slurm which I did with; ./configure --prefix=/usr/local/slurm/14.03.3-2/ --enable-multiple-slurmd --with-hwloc=/usr/local/hwloc/1.8.1/ --enable-pam

When I try to start a slurm daemon it complains about not having any configuration files ... which I can never find?
I've went with;
./configure --prefix=/usr/local/slurm/14.03.3-2/ --enable-multiple-slurmd --with-hwloc=/usr/local/hwloc/1.8.1/ --enable-pam --sysconfdir=/usr/local/slurm/14.03.3-2/
But that too failed to produce any config files.

Any ideas as to what I'm doing wrong here?

Thanks,

Steve Love.

British Geological Survey
Edinburgh



  ________________________________
This message (and any attachments) is for the recipient only. NERC is subject to the Freedom of Information Act 2000 and the contents of this email and any reply you make may be disclosed by NERC unless it is exempt from release under the Act. Any material supplied to NERC may be stored in an electronic records management system.

Reply via email to