FredHutch/packaging-slurm-llnl-automation

Name: packaging-slurm-llnl-automation

Owner: Fred Hutchinson Cancer Research Center

Description: Files used to automate building of Slurm packages at the Hutch

Created: 2018-02-28 21:45:04.0

Updated: 2018-02-28 21:45:23.0

Pushed: 2018-02-28 21:45:22.0

Homepage: null

Size: 1

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Automation for building slurm packages at the Hutch

This make file will create debian packages with Hutch customizations, including the plugins we use for setting default account and QOS.

To use, first set these variables to the appropriate values. These numbers match the tags used by SchedMD. For Slurm tag “slurm-17-11-3-2” set:

export major=17
export minor=11
export sub=3
export rel=2

The next environment variable sets the local release version- if we have to make further changes to the packaging files, etc.

export local_rel=1

Finally set the distribution name:

export distribution=trusty

Then simply make deb.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.