1. 01 Mar, 2016 3 commits
    • Morris Jette's avatar
      Defer suspend until launch completes · d2cd18d1
      Morris Jette authored
      This fixes a bug introduced in commit 52fe3de1
      in the event the fork() call fails in slurmstepd.
      d2cd18d1
    • Morris Jette's avatar
      Defer suspend until launch completes · 52fe3de1
      Morris Jette authored
      Insure that a job is completely launched before trying to suspend it.
      Previous logic would start suspend logic early in the life of the
      slurmstepd process, after it's listening socket was open but before
      the tasks were launched. This defers the suspend logic until after
      all prologs and setup completes and the tasks are launched. This is
      important in the case of gang scheduling, in which newly launched
      jobs can be immediately suspended.
      bug 2494
      52fe3de1
    • Morris Jette's avatar
      1a7b4f62
  2. 29 Feb, 2016 1 commit
  3. 26 Feb, 2016 5 commits
  4. 25 Feb, 2016 3 commits
  5. 24 Feb, 2016 9 commits
  6. 23 Feb, 2016 2 commits
  7. 19 Feb, 2016 8 commits
  8. 18 Feb, 2016 9 commits