1. 13 Nov, 2015 3 commits
  2. 12 Nov, 2015 3 commits
  3. 11 Nov, 2015 4 commits
  4. 10 Nov, 2015 5 commits
  5. 09 Nov, 2015 2 commits
  6. 07 Nov, 2015 1 commit
    • Morris Jette's avatar
      Add burst_buffer.conf flag of TeardownFailure · e0aa4d87
      Morris Jette authored
      Added burst_buffer.conf flag parameter of "TeardownFailure" which will
          teardown and remove a burst buffer after failed stage-in or stage-out.
          By default, the buffer will be preserved for analysis and manual teardown.
      bug 2116
      e0aa4d87
  7. 06 Nov, 2015 2 commits
  8. 05 Nov, 2015 1 commit
  9. 04 Nov, 2015 6 commits
  10. 03 Nov, 2015 4 commits
  11. 02 Nov, 2015 1 commit
  12. 30 Oct, 2015 1 commit
    • Deric Sullivan's avatar
      Fix reservation creation on DOWN nodes · 6aed461b
      Deric Sullivan authored
      Fix creation of advanced reservation of cores on nodes which are DOWN.
      There seems to be a bug with reservations using a node list (e.g.
      Nodes=something + CoreCnt=something).  The result is a reservation made that's
      arguably broken; listing the reservation (scontrol show reservation) will show
      "Nodes=" (blank) and "CoreCnt=0".
      
      It's very easy to reproduce, just by doing the following against a node in a
      DOWN (also tested with POWER_UP) state:
      scontrol create ReservationName=tmp_res StartTime=now EndTime=now+600
      Nodes=<some_non_idle_node> CoreCnt=1 Users=<some_valid_user>
      scontrol show reservation.
      bug 2078
      6aed461b
  13. 29 Oct, 2015 4 commits
  14. 28 Oct, 2015 2 commits
  15. 27 Oct, 2015 1 commit
    • Morris Jette's avatar
      Improve job array termination message · 20ccddfc
      Morris Jette authored
      Log the minimum and maximum exit code (or signal) and show the
        state as "Mixed" if there are multiple termination states
        (e.g. cancelled, exit 0, exit 1, SIGBUS, etc.)
      bug 2058
      20ccddfc