1. 28 Aug, 2013 4 commits
  2. 27 Aug, 2013 10 commits
  3. 26 Aug, 2013 1 commit
  4. 24 Aug, 2013 1 commit
  5. 23 Aug, 2013 2 commits
    • Morris Jette's avatar
      9cddcaf9
    • Morris Jette's avatar
      Correct value of min_nodes returned by loading job info · 98e24b0d
      Morris Jette authored
      This is a correction of a bug introduced in commit
      https://github.com/SchedMD/slurm/commit/ac44db862c8d1f460e55ad09017d058942ff6499
      That commit eliminated the need of reading the node state information
      from squeue for performance reasons (mostly for large parallel systems
      in which the Prolog ran squeue, which generates a lot of simultaneous
      RPCs, slowing down the job launch process). It also assumed 1 CPU per
      node. If a pending job specified a node count of 1 and a task count
      larger than one, squeue was reporting the node count of the job as
      the same as the task count. This patch moves that same calculation
      of a pending job's minimum node count into slurmctld, so the squeue
      still does not need to read the node information, but can report the
      correct node count for pending jobs with minimal overhead.
      98e24b0d
  6. 22 Aug, 2013 8 commits
  7. 21 Aug, 2013 2 commits
  8. 20 Aug, 2013 4 commits
  9. 19 Aug, 2013 1 commit
  10. 18 Aug, 2013 1 commit
  11. 17 Aug, 2013 5 commits
  12. 16 Aug, 2013 1 commit