1. 21 Aug, 2014 3 commits
  2. 20 Aug, 2014 10 commits
  3. 19 Aug, 2014 22 commits
  4. 18 Aug, 2014 5 commits
    • Morris Jette's avatar
      Correct sbatch checkpoint env vars · cd551396
      Morris Jette authored
      see bug 1047
      cd551396
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' · 21787a90
      Morris Jette authored
      Conflicts:
      	src/slurmctld/job_scheduler.c
      21787a90
    • Morris Jette's avatar
      start job in highest prio partition if possible · 5d276cb5
      Morris Jette authored
      Start a job in the highest priority partition possible, even if it requires
      preempting other jobs and delaying initiation, rather than using a lower
      priority partition. Previous logic would preempt lower priority jobs, but
      then might start the job in a lower priority partition and not use the resources
      released by the preempted jobs.
      bug 1032
      5d276cb5
    • Morris Jette's avatar
      Cosmetic changes · 737f1748
      Morris Jette authored
      No change to logic
      737f1748
    • Morris Jette's avatar
      Improve some timeouts · 06e0b234
      Morris Jette authored
      Improve the precision of several pthread_cond_timedwait() function
      calls to be precise to the millisecond rather than rounding to the
      neareast second. Applies to most scheduling functions.
      06e0b234