1. 14 Feb, 2017 1 commit
  2. 29 Jan, 2017 1 commit
    • Morris Jette's avatar
      Avoid test failure on Cray · c75c6d71
      Morris Jette authored
      On cray systems with step NHC, the step launches are delayed and
        produce a pair of messages (below) that caused the test to fail:
        srun: Job step creation temporarily disabled, retrying
        srun: Job step created
      c75c6d71
  3. 28 Jan, 2017 2 commits
  4. 26 Jan, 2017 1 commit
  5. 25 Jan, 2017 1 commit
  6. 24 Jan, 2017 1 commit
    • Morris Jette's avatar
      Fix tests for some configurations · e8bb2944
      Morris Jette authored
      Some portions of tests 21.30 and 21.34 failed with accounting and
      priority basic. These changes disable portions of those tests as
      needed based upon configuration.
      e8bb2944
  7. 21 Jan, 2017 1 commit
  8. 04 Jan, 2017 3 commits
  9. 03 Jan, 2017 4 commits
  10. 17 Oct, 2016 2 commits
  11. 30 Aug, 2016 1 commit
  12. 12 Jul, 2016 1 commit
  13. 06 Jul, 2016 2 commits
  14. 22 Jun, 2016 3 commits
  15. 16 Jun, 2016 2 commits
  16. 15 Jun, 2016 2 commits
  17. 14 Jun, 2016 1 commit
  18. 10 Jun, 2016 3 commits
  19. 09 Jun, 2016 3 commits
  20. 07 Jun, 2016 2 commits
    • Morris Jette's avatar
      Fix for possible invalid memory reference · 2bbc0add
      Morris Jette authored
      Make sure that /proc/#/stat file is NULL terminated to avoid
      having sscan() go off the end of a buffer.
      bug 2234
      2bbc0add
    • Dominik Bartkiewicz's avatar
      Fix hostrange_hn_within to allow for mixed prefix lengths. · 7843e158
      Dominik Bartkiewicz authored
      While here, mark options const, and add leading underscore to denote this
      as a static function (only called within hostlist.c). Also change strcmp
      to xstrcmp.
      
      Commit a6ffef22 changed this function and would alter the input hn,
      which led to subsequent calls to the function having wrong prefix
      lengths for that hostrange precluding it from matching correctly.
      
      Bug 2558.
      7843e158
  21. 06 Jun, 2016 2 commits
  22. 03 Jun, 2016 1 commit
    • Morris Jette's avatar
      Add logic to launch slurmstepd under valgrind · c4d0d306
      Morris Jette authored
      The #define of SLURMSTEPD_MEMCHECK in src/slurmd/common/slurmstepd_init.h
      must be changed to enable memcheck or valgrind. Also change a #if in
      src/slurmd/slurmd/req.c near where you find the "valgrind" references.
      Bug 2334 diagnostics
      c4d0d306