1. 15 Jul, 2014 1 commit
    • Danny Auble's avatar
      Mostly a backport of commit 78fe8619 · e2e2156f
      Danny Auble authored
      (From that commit)
      
          There was a problem when building from source where for example
          @bindir@ would resolve to ${prefix}/bin.
      
          This patch fixes it, based on http://www.gnu.org/software/autoconf/manual/
          autoconf-2.69/html_node/Installation-Directory-Variables.html
      
          It also changes opt_modulefiles_slurm to opt_modulefiles_slurm.in but
          I couldn't figure out how to get git diff to show that.
      e2e2156f
  2. 14 Jul, 2014 2 commits
  3. 11 Jul, 2014 2 commits
  4. 10 Jul, 2014 4 commits
  5. 09 Jul, 2014 8 commits
  6. 08 Jul, 2014 7 commits
  7. 07 Jul, 2014 1 commit
  8. 03 Jul, 2014 3 commits
  9. 02 Jul, 2014 6 commits
  10. 01 Jul, 2014 1 commit
    • Morris Jette's avatar
      correct step partition reported · e8af2e0b
      Morris Jette authored
      Report correct partition associated with a step if the job is submitted to
      multiple partitions. Previously all of the partitions that the job could
      run in would be reported for the step.
      e8af2e0b
  11. 30 Jun, 2014 4 commits
  12. 29 Jun, 2014 1 commit
    • jette's avatar
      correct job end time if time limit infinite · 487bfd47
      jette authored
      sched/backfill - If job started with infinite time limit, set its end_time
      one year in the future. Previous logic would based it upon INFINITE and
      produce an overflow of the uint32_t time.
      487bfd47