1. 26 Jun, 2017 2 commits
  2. 24 Jun, 2017 2 commits
  3. 23 Jun, 2017 1 commit
  4. 22 Jun, 2017 6 commits
    • Morris Jette's avatar
      Start NEWS for v17.11.0pre2 · 276d2f24
      Morris Jette authored
      276d2f24
    • Morris Jette's avatar
      Start NEWS for v17.02.6 · 27df99a2
      Morris Jette authored
      27df99a2
    • Brian Christiansen's avatar
      Update NEWS · ca5d7574
      Brian Christiansen authored
      ca5d7574
    • Danny Auble's avatar
      CRAY - Alter algorithm to come up with the SLURM_ID_HASH. · b182a586
      Danny Auble authored
      The SLURM_ID_HASH used for Cray systems has changed to fully use the
      entire 64 bits of the hash.  Previously the stepid was multiplied by
      10,000,000,000 to make it easy to read both the jobid as well as the
      stepid in the hash separated by at least a couple of zeros, but this
      lead to overflow on the hash with steps like the batch and extern step
      where they used all 32 bits to represent the step.  While the new method
      ruins the easy readability it fixes the more important overflow issue.
      This most likely will go unnoticed by most, just a note of the change.
      b182a586
    • Doug Jacobsen's avatar
      Fix lua check to work on opensuse leap 42 · ba4af03b
      Doug Jacobsen authored
      Bug 3815
      
      It would be nice to figure out a way to remove the check for version all
      together but I (Danny) couldn't figure out how that would be done since we
      need to know which libs/headers to use and on systems with multiple
      installed and no 'lua' lib (Ubuntu) you have to use the PKG_CHECK_EXISTS
      to set up the pkg name for PKG_CHECK_MODULES or you don't get things set up
      correct when trying to link.
      ba4af03b
    • Hongjia Cao's avatar
      10cc6f93
  5. 21 Jun, 2017 1 commit
  6. 20 Jun, 2017 2 commits
  7. 19 Jun, 2017 4 commits
  8. 15 Jun, 2017 2 commits
  9. 14 Jun, 2017 2 commits
  10. 13 Jun, 2017 2 commits
  11. 12 Jun, 2017 4 commits
  12. 08 Jun, 2017 2 commits
  13. 07 Jun, 2017 1 commit
  14. 03 Jun, 2017 1 commit
    • Danny Auble's avatar
      Fix issue with sacctmgr show where user='' · bef69448
      Danny Auble authored
      Fix regression from commit c05dcb8a (bug 1923) that doesn't take
      into consideration a blank char * as a valid option.
      
      This fixes the scenario like
      
      sacctmgr list associations user=''
      
      which would only print account associations.
      Bug 3862
      bef69448
  15. 02 Jun, 2017 2 commits
  16. 01 Jun, 2017 6 commits