Home / release-6.1.1-14.03.1-2
Name Modified Size InfoDownloads / Week
Parent folder
slurm-6.1.1-50.x86_64.disk1.iso 2014-04-26 46.4 MB
README.txt 2014-04-26 2.3 kB
slurm-6.1.1-50.x86_64.disk1.iso.sha1sum 2014-04-26 74 Bytes
Totals: 3 Items   46.4 MB 0
Slurm Roll for Rocks Cluster 
This roll provides Slurm 14.03.1-2 for Rocks 6.1 with service-pack 1
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


Upgrade ( only supported for slurm version >= 2.6.0 )
==================================================================
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 have to reinstall your compute nodes. All running jobs
will be lost if upgrading from slurm version < 14.03.0


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

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


License
==================================================================
#                        Slurm Roll
#
#    Copyright (C) 2011-2014  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 14.03.1-2

Source: README.txt, updated 2014-04-26