1. 01 Nov, 2013 1 commit
  2. 30 Oct, 2013 3 commits
  3. 29 Oct, 2013 8 commits
  4. 28 Oct, 2013 6 commits
  5. 25 Oct, 2013 4 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
    • Morris Jette's avatar
      Correct stdout/err name with job id · 2c2fd9f0
      Morris Jette authored
      Correct sbatch documentation and job_submit/pbs plugin "%j" is job ID,
      not "%J" (which is job_id.step_id).
      2c2fd9f0
  6. 24 Oct, 2013 3 commits
  7. 22 Oct, 2013 9 commits
  8. 21 Oct, 2013 1 commit
  9. 20 Oct, 2013 3 commits
  10. 19 Oct, 2013 2 commits