1. 03 Oct, 2019 1 commit
  2. 02 Oct, 2019 3 commits
  3. 01 Oct, 2019 5 commits
  4. 30 Sep, 2019 4 commits
  5. 26 Sep, 2019 3 commits
  6. 25 Sep, 2019 1 commit
    • Albert Gil's avatar
      Fix scancel --full for proctrack/cgroups · 4dfb3ad6
      Albert Gil authored
      Now the signaling of the batch step and the handeling of the flags is totally
      handled in _kill_all_active_steps() in slurmd, and _handle_signal_container()
      in stepd to ensure that:
      - if KILL_JOB_BATCH then only batch container is signaled
      - if KILL_FULL_JOB then batch script and its children are also signaled
      - if both of the above then only the batch script and its children are signaled
      
      We do not relay anymore on proctrack_g_signal() to handle the batch step
      signaling anymore, therefore it works the same for all proctrack plugins.
      
      This commit also includes minor related fixes in other code handling such
      signaling flags, and documentation improvement.
      
      Bug 7282
      4dfb3ad6
  7. 23 Sep, 2019 1 commit
  8. 20 Sep, 2019 2 commits
  9. 16 Sep, 2019 1 commit
  10. 12 Sep, 2019 3 commits
  11. 10 Sep, 2019 1 commit
  12. 06 Sep, 2019 2 commits
  13. 04 Sep, 2019 3 commits
  14. 03 Sep, 2019 4 commits
  15. 29 Aug, 2019 4 commits
  16. 28 Aug, 2019 1 commit
    • Alejandro Sanchez's avatar
      Don't update [min|max]_exit_code on job array task requeue. · 0e42eb87
      Alejandro Sanchez authored
      Only do so once the task actually finishes. Otherwise, a requeued task
      could set an incorrect max_exit_code even if completed with exit code 0
      after re-running again, leading to problems with i.e. other jobs with an
      afterok type of dependency on such array relying on the incorrectly set
      max_exit_code.
      
      Bug 7552.
      0e42eb87
  17. 23 Aug, 2019 1 commit