1. 14 Jul, 2017 3 commits
    • Tim Shaw's avatar
      Fix example code to actually work. · 5733505a
      Tim Shaw authored
      Code provided by Ole Nielsen <Ole.H.Nielsen@fysik.dtu.dk>
      
      Bug 3985
      5733505a
    • Danny Auble's avatar
      Fix whitespace, no code change. · dc6f910b
      Danny Auble authored
      dc6f910b
    • Danny Auble's avatar
      Fix issue with whole gres not being printed out with Slurm tools. · 028bf3e1
      Danny Auble authored
      This is a regression from commit fec995e0.
      
      It turns out using tok here was erroneous for situations where the gres had
      a type and name and potentially a count (i.e. network:gigabit:1)
      
      _get_gres_req_cnt() would alter the incoming char *config which is what tok
      was.  So when we print it back to the requested string it would only have
      what was there to the first ':'.  As we didn't need to \0 out the first char
      as we skip over it anyway I just kept track of what the replaced \0 was for
      the number portion and put it back when we are done copying it.
      
      Related to bug 3521
      028bf3e1
  2. 13 Jul, 2017 7 commits
  3. 10 Jul, 2017 1 commit
  4. 07 Jul, 2017 5 commits
  5. 06 Jul, 2017 1 commit
  6. 05 Jul, 2017 6 commits
  7. 03 Jul, 2017 2 commits
  8. 30 Jun, 2017 3 commits
  9. 29 Jun, 2017 1 commit
  10. 28 Jun, 2017 3 commits
  11. 27 Jun, 2017 1 commit
  12. 26 Jun, 2017 1 commit
  13. 23 Jun, 2017 2 commits
  14. 22 Jun, 2017 4 commits
    • Morris Jette's avatar
      Improve test clean-up · 9b631f2a
      Morris Jette authored
      test 17.12 was leaving slurm-#.out files around. Explicitly set
        output file to /dev/null and set time limit to 1 minute to avoid
        vestigial jobs.
      9b631f2a
    • Morris Jette's avatar
      Start NEWS for v17.02.6 · 27df99a2
      Morris Jette authored
      27df99a2
    • Morris Jette's avatar
      Update META for v17.02.5 tag · b1d644d2
      Morris Jette authored
      b1d644d2
    • 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