Home / release-6.2-15.08.5
Name Modified Size InfoDownloads / Week
Parent folder
slurm-6.2.0-15085.x86_64.disk1.iso 2015-12-11 41.2 MB
README.txt 2015-12-11 2.6 kB
slurm-roll.pdf 2015-12-11 219.3 kB
Totals: 3 Items   41.5 MB 0
Slurm Roll for Rocks Cluster 
This roll provides Slurm 15.08.5 for Rocks 6.2 (Sidewinder) and Rocks-6.1.1 (Sand Boa)

The Slurm Roll is provided as iso image

Installation
==================================================================
export LANG=C
rocks add roll slurm*.iso
rocks enable roll slurm
cd /export/rocks/install
rocks create distro
yum clean all
yum update
rocks run roll slurm|sh
reboot


Update ( only supported for slurm version >= 14.03.6 )
==================================================================
In order to avoid that the configuration will be overwritten, you can add
the rocks attribute slurm_sync_enable. Execute the command:

	rocks add attr slurm_sync_enable false



export LANG=C
rocks disable roll slurm
rocks remove roll slurm
rocks add roll slurm*.iso
rocks enable roll slurm
cd /export/rocks/install
rocks create distro
yum clean all
yum update
service slurmdbd restart
service slurm restart



Now you can reinstall your compute nodes. 


Administration
==================================================================
A short guide for wordpress is included.

For questions, problems and support contact wernsaar@googlemail.com


License
==================================================================
#                        Slurm Roll
#
#    Copyright (C) 2011-2015  Werner Saar (wernsaar@googlemail.com)
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see http://www.gnu.org/licenses/.
#
#    
#       "This product includes software developed by the Rocks(r)
#       Cluster Group at the San Diego Supercomputer Center at the
#       University of California, San Diego and its contributors."
#
#

SLURM is freely available under the GNU General Public License.

All other licenses und copyrights are property of their owners.

Changelog:
 + slurm is now version 15.08.5
 + check for the attribute slurm_hwinfo in rocks report slurmnodes
   ( Thanks to Kai Szuttor and Michael Kuron for the idea and the patch )
 + added command: rocks report slurm_hwinfo
   ( Please read slurm-roll.pdf )

Source: README.txt, updated 2015-12-11