1. 11 Sep, 2015 4 commits
  2. 10 Sep, 2015 5 commits
  3. 09 Sep, 2015 6 commits
  4. 08 Sep, 2015 3 commits
  5. 07 Sep, 2015 1 commit
  6. 03 Sep, 2015 1 commit
  7. 02 Sep, 2015 6 commits
  8. 01 Sep, 2015 9 commits
  9. 31 Aug, 2015 2 commits
  10. 28 Aug, 2015 1 commit
    • Morris Jette's avatar
      Requeue job if possible when slurmstepd aborts · d8e6f55d
      Morris Jette authored
      This problem is reproducible by launching a job then killing the
        slurmstepd process. Under those conditions, requeue the job if
        possible (i.e. batch job with requeue option/configuration).
        This patch also improves the slurmctld logging when this happens.
      bug 1889
      d8e6f55d
  11. 27 Aug, 2015 2 commits
    • Morris Jette's avatar
      Correct RebootProgram usage · 82068b6b
      Morris Jette authored
      Correct RebootProgram logic when executed outside of a maintenance
        reservation. Previous logic would mark the node up upon response
        to the reboot RPC (from slurmctld to slurmc) and when the node
        actually rebooted, flag that as an unexpected reboot. This new
        logic checks the node's up time to not mark the compute node as
        being usable until the reboot actually takes place.
      but 1866
      82068b6b
    • Morris Jette's avatar
      Add new job array env vars · a15b8bd8
      Morris Jette authored
      Add environment variables SLURM_ARRAY_TASK_MAX, SLURM_ARRAY_TASK_MIN,
      SLURM_ARRAY_TASK_STEP for job arrays.
      bug 1600
      a15b8bd8