Skip to content
Snippets Groups Projects
  1. Jun 10, 2011
  2. Jun 08, 2011
  3. Jun 07, 2011
  4. Jun 06, 2011
  5. Jun 02, 2011
  6. Jun 01, 2011
    • 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
  7. May 27, 2011
  8. May 26, 2011
  9. May 25, 2011
  10. May 18, 2011
  11. May 16, 2011
  12. May 13, 2011
  13. May 12, 2011
  14. May 10, 2011
  15. May 09, 2011
    • 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
  16. May 07, 2011
  17. May 06, 2011
  18. Apr 29, 2011
  19. Apr 28, 2011
Loading