1. 11 Sep, 2015 2 commits
  2. 10 Sep, 2015 6 commits
  3. 09 Sep, 2015 6 commits
  4. 08 Sep, 2015 3 commits
  5. 07 Sep, 2015 1 commit
  6. 05 Sep, 2015 1 commit
  7. 04 Sep, 2015 1 commit
    • Morris Jette's avatar
      Add sbatch --wait option · 6638cafa
      Morris Jette authored
      Add sbatch "--wait" option that waits for job completion before exiting.
          Exit code will match that of spawned job.
      but 1685
      6638cafa
  8. 03 Sep, 2015 1 commit
  9. 02 Sep, 2015 6 commits
  10. 01 Sep, 2015 9 commits
  11. 31 Aug, 2015 2 commits
  12. 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
  13. 27 Aug, 2015 1 commit
    • 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