Skip to content
Snippets Groups Projects
  1. Jun 08, 2011
    • Moe Jette's avatar
      Clarify accounting database configuration · 6c3282df
      Moe Jette authored
      this adds another instruction to the grant all on slurm_acct_db.*  TO 'slurm'@'system0';  where system0 is the hostname.  Our users have add errors from mysql  as shown below where it needs to be applied for both localhost and the hostname
      From Nancy Kritkausky, Bull
      6c3282df
    • Moe Jette's avatar
      Correct explanation of depend=afterok · 99139f4a
      Moe Jette authored
      Correct several man pages describing what a dpendency of afterok means.
      99139f4a
  2. Jun 07, 2011
  3. Jun 06, 2011
  4. Jun 02, 2011
  5. 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
  6. May 27, 2011
  7. May 26, 2011
  8. May 25, 2011
  9. May 18, 2011
  10. May 16, 2011
  11. May 13, 2011
  12. May 12, 2011
  13. May 10, 2011
  14. 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
  15. May 07, 2011
  16. May 06, 2011
  17. Apr 29, 2011
  18. Apr 28, 2011
  19. Apr 27, 2011
  20. Apr 26, 2011
Loading