1. 12 Nov, 2013 2 commits
  2. 09 Nov, 2013 1 commit
  3. 08 Nov, 2013 6 commits
  4. 07 Nov, 2013 1 commit
  5. 06 Nov, 2013 1 commit
  6. 05 Nov, 2013 1 commit
  7. 04 Nov, 2013 4 commits
  8. 01 Nov, 2013 4 commits
  9. 30 Oct, 2013 3 commits
  10. 29 Oct, 2013 8 commits
  11. 28 Oct, 2013 6 commits
  12. 25 Oct, 2013 3 commits
    • Morris Jette's avatar
      Permit changes to slurmd debug level · 43643ba7
      Morris Jette authored
      Previously the SlurmdDebug value in slurm.conf was ignored if the
      previous value was not 3/init
      43643ba7
    • Morris Jette's avatar
      hostlist performance improvements · 2dfa3ff6
      Morris Jette authored
      Reorder some logis in the hostlist functions for performance improvement
      specifically for "if (A & B) ..." move the fastest tests first (test
      A should take less time than test B).
      2dfa3ff6
    • Morris Jette's avatar
      Sinfo performance improvements · fd3b75a9
      Morris Jette authored
      This avoids building hostlist information with NodeHostName and
      NodeAddr information unless explisitly requested and can improve
      performance for the default mode of operation by about 65%.
      fd3b75a9