1. 15 Dec, 2015 26 commits
  2. 14 Dec, 2015 6 commits
  3. 13 Dec, 2015 1 commit
  4. 11 Dec, 2015 7 commits
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' · 602f33dd
      Morris Jette authored
      Conflicts:
      	src/slurmctld/job_mgr.c
      602f33dd
    • Tim Wickberg's avatar
      trivial changes to backfill scheduler · 4139d7f7
      Tim Wickberg authored
      No changes to logic
      4139d7f7
    • Morris Jette's avatar
      Fix some tests for my current configuration · 8c30126a
      Morris Jette authored
      8c30126a
    • Tim Wickberg's avatar
      Rework messages when falling back to older directory format for job environment · 6d9a752c
      Tim Wickberg authored
      Previously an error() would be logged when the attempt to open the job
      script using the new directory format failed but the successive fallback to the
      old directory structure was successful, leading to confusion when troubleshooting.
      
      Move emitted warnings to debug(), and only error() after failing to open in both
      directory structures. Add a note about backwards compatibility to both functions -
      we cannot remove these fallbacks as directory structure for pending jobs does not
      change on Slurm version update, and people may need to chain multiple version
      update together to get to a current slurm version which would correctly update
      slurmctld state files but leave pending jobs in the old directory structure.
      
      Bug #2244.
      6d9a752c
    • Morris Jette's avatar
      slurmd job clean up if requeued during launch · 58c17d4f
      Morris Jette authored
      If a job is requeued while in the process of being launch, remove it's
          job ID from slurmd's record of active jobs in order to avoid generating a
          duplicate job ID error when launched for the second time (which would
          drain the node).
      bug 2240
      58c17d4f
    • Morris Jette's avatar
      Improve slurmctld log · 1d773209
      Morris Jette authored
      In slurmctld log file, log duplicate job ID found by slurmd. Previously was
          being logged as prolog/epilog failure.
      bug 2240
      1d773209
    • David Bigagli's avatar
      Fix typo in man page. · c2e0adad
      David Bigagli authored
      c2e0adad