Skip to content

DRMAA for Slurm 1.1.4

Latest
Compare
Choose a tag to compare
@natefoo natefoo released this 12 Sep 18:12
· 5 commits to main since this release
be50785

New Features and Enhancements

  • Slurm 23.02 support (#79, thanks @sandynomad)
  • Test against Slurm 22.05 and 23.02 (#82)

Download

To download the source code, select the slurm-drmaa-1.1.4.tar.gz archive under Assets (below).

You most likely do not want to download the archives named "Source code (zip/tar.gz)" as they are development repository snapshots automatically generated by Github and do not include the Autotools-derived artifacts (e.g. ./configure).

Packages

  • Enterprise Linux:
    • EL 7: Yum repositories containing RPMs of DRMAA for Slurm and the current stable releases of Slurm and Munge for Enterprise Linux (e.g. RHEL, CentOS) 7 are available on the Galaxy Project Depot. Note that these repositories contain Slurm RPMs as well since they predate (and include versions differing from) Slurm in EPEL. If you are using Slurm from EPEL and want to use a slurm-drmaa RPM, you are advised to build it yourself using the provided spec file.
    • EL 8/9: I don't have a build system for EL 8/9 yum repos yet, but for the time being, you can find an RPM for the current EPEL version of Slurm in the downloads area below.
  • Ubuntu: I maintain an Ubuntu PPA for the current Ubuntu LTS version.
  • Debian: Packages for Debian 12 (bookwork) and Debian 13 (trixie) are available in the downloads below or on the Galaxy Project Depot. To use, ensure gnupg and ca-certificates are installed, then execute the following:
    $ echo "deb https://depot.galaxyproject.org/apt/ $(bash -c '. /etc/os-release; echo ${VERSION_CODENAME:-bullseye}') main" | sudo tee /etc/apt/sources.list.d/galaxy-depot.list
    $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 18381AC8832160AF
    $ sudo apt install slurm-drmaa1