1. 05 Jul, 2017 2 commits
  2. 30 Jun, 2017 2 commits
    • Alejandro Sanchez's avatar
      Burst buffer size unit changes · 7e161809
      Alejandro Sanchez authored
      burst_buffer logic modified to support sizes in both SI and EIC size units
          (e.g. M/MiB for powers of 1024, MB for powers of 1000).
      bug 3922
      7e161809
    • Dominik Bartkiewicz's avatar
      Fix potential to corrupt DBD message. · 3e00ede5
      Dominik Bartkiewicz authored
      This patch removes a window in which a message bound for the DBD
      could be packed with the non-dbd packing.  This would result in a
      packed msg_type, but nothing else.  When that message was given to
      the DBD it would complain forever about an unpacking error.
      
      Bug 3891 and 3939
      3e00ede5
  3. 29 Jun, 2017 1 commit
  4. 28 Jun, 2017 3 commits
  5. 27 Jun, 2017 1 commit
  6. 26 Jun, 2017 2 commits
  7. 24 Jun, 2017 2 commits
  8. 23 Jun, 2017 1 commit
  9. 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
  10. 21 Jun, 2017 1 commit
  11. 20 Jun, 2017 2 commits
  12. 19 Jun, 2017 4 commits
  13. 15 Jun, 2017 2 commits
  14. 14 Jun, 2017 2 commits
  15. 13 Jun, 2017 2 commits
  16. 12 Jun, 2017 4 commits
  17. 08 Jun, 2017 2 commits
  18. 07 Jun, 2017 1 commit