DRMAA for Slurm 1.1.2
New Features and Enhancements
- Slurm 20.11 compatibility (#47; thanks @sandynomad, @holtgrewe, @aroudgar, @pawsey-kbuckley)
- Tests moved to GitHub Actions (#48)
Download
To download the source code, select the slurm-drmaa-1.1.2.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: 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.
- Ubuntu: I maintain an Ubuntu PPA for the current Ubuntu LTS version and newer.
- Debian: Packages for Debian 10 (buster) and Debian 11 (bullseye) are available on the Galaxy Project Depot. To use, ensure
gnupg
andca-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 hkp://pool.sks-keyservers.net --recv-keys 18381AC8832160AF $ sudo apt install slurm-drmaa1