Skip to content

Releases: stanford-rc/slurm-spank-lua

v0.47

14 Oct 18:59
240a48e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.46...v0.47

v0.46: Update slurm-spank-lua.spec

15 Aug 16:05
0344a4b
Compare
Choose a tag to compare
  • Fix compilation issue with Lua >5.2 (#19, thanks @treydock!)

v0.45

17 May 21:14
Compare
Choose a tag to compare
  • Refactor Slurm logging functions
  • Add support for slurm_debug2() and slurm_debug3() log levels
  • Add support for slurm_spank_log(), introduced in SchedMD/slurm@c600cddb618 (fixes #16)

v0.44

11 Feb 23:24
70edad7
Compare
Choose a tag to compare

Contributions from @martinetd (thank you!)

  • Add fix for #14
  • Add support for Lua 5.4
  • Add Makefile targets

v0.43

11 May 19:15
ef31ea2
Compare
Choose a tag to compare
  • add support for Lua 5.3

v0.42: Merge pull request #4 from treydock/osc

02 Mar 18:10
b101b11
Compare
Choose a tag to compare
  • Packaging: force a dependency on versioned libslurm.so, to ensure the RPM gets updated when Slurm is.

v0.41

11 Aug 17:38
Compare
Choose a tag to compare
  • Keep dist in RPM release

v0.40

11 Aug 15:11
Compare
Choose a tag to compare
  • Add Slurm version in RPM package
  • Add "package" target in Makefile

Thanks @treydock!

v0.39: Update slurm-spank-lua.spec

30 Nov 05:05
cb46fc1
Compare
Choose a tag to compare

Fix missing %files entry in SPEC

v0.38

16 Jan 22:02
Compare
Choose a tag to compare
  • fix for segfault if no Lua script is present (26eee56)
  • the RPM now provides a /etc/slurm/lua.d directory to store Lua scripts/
  • added a spank_demo.lua script