Home / release-6.2-16.05.03
Name Modified Size InfoDownloads / Week
Parent folder
slurm-6.2.0-160503.x86_64.disk1.iso 2016-07-27 42.1 MB
slurm-roll.pdf 2016-07-27 220.6 kB
README.txt 2016-07-27 2.4 kB
Totals: 3 Items   42.3 MB 0
Slurm Roll for Rocks Cluster 
This roll provides Slurm 16.05.3 for Rocks 6.2 (Sidewinder)

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

Now you can reinstall your compute nodes. 


Update ( only supported for slurm version >= 16.05.0 )
==================================================================
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

You can reinstall your compute nodes now or at a later time.


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

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


License
==================================================================
#                        Slurm Roll
#
#    Copyright (C) 2011-2016  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 16.05.3

Source: README.txt, updated 2016-07-27