1. 12 Jul, 2011 2 commits
  2. 14 Jun, 2011 1 commit
  3. 10 Jun, 2011 2 commits
  4. 08 Jun, 2011 3 commits
  5. 07 Jun, 2011 1 commit
  6. 06 Jun, 2011 1 commit
  7. 02 Jun, 2011 2 commits
  8. 01 Jun, 2011 1 commit
    • Moe Jette's avatar
      salloc: clean up stopped child processes · 43e7394c
      Moe Jette authored
      This fixes a bug which is thanks to a report by Don Albert.
      
      The problem is that whenever salloc exits with a child process in stopped state
      (suspended or stopped on terminal input/output), a zombie process is generated,
      since this case is not caught by the code evaluating the child status.
      
      This patch adds the missing case.  It uses SIGKILL, which is the only signal
      that changes the state of a stopped process. It was decided not to try and
      re-awken the process using SIGCONT, since (a) this happens during session
      clean-up and (b) if the condition is due to SIGTTIN, the process immediately
      becomes stopped again.
      Patch from Gerrit Renker, CSCS.
      43e7394c
  9. 27 May, 2011 5 commits
  10. 26 May, 2011 3 commits
  11. 25 May, 2011 2 commits
  12. 18 May, 2011 3 commits
  13. 16 May, 2011 1 commit
  14. 13 May, 2011 5 commits
  15. 12 May, 2011 3 commits
  16. 10 May, 2011 1 commit
  17. 09 May, 2011 2 commits
    • Moe Jette's avatar
      Preserve node power up flag at slurmctld restart · cd9fae3f
      Moe Jette authored
      Fix bug in node stat if slurmctld is restarted while nodes are in the
      process of being powered up. Nodes can be left in an unusable state.
      Patch from Andriy Grytsenko.
      cd9fae3f
    • Moe Jette's avatar
      Correct spelling errors · d2b00e47
      Moe Jette authored
      Correct spelling errors in various documents, code, tests and NEWS.
      This is patch "spelling-errors" from Gennaro Oliva.
      d2b00e47
  18. 07 May, 2011 1 commit
  19. 06 May, 2011 1 commit