1. 07 Jun, 2011 10 commits
  2. 06 Jun, 2011 3 commits
  3. 04 Jun, 2011 4 commits
  4. 03 Jun, 2011 1 commit
    • Morris Jette's avatar
      Add --enable-salloc-kill-cmd build option · 281c5b23
      Morris Jette authored
      Add an configure option of --enable-salloc-kill-cmd which will
      cause the salloc command to signal its child processes when the
      job ends. Job signalling will be the default for Cray systems.
      Jobs will not be signalled by default on other systems. SIGHUP
      will be used for interactive jobs and SIGTERM will be used for
      other jobs.
      281c5b23
  5. 02 Jun, 2011 8 commits
  6. 01 Jun, 2011 6 commits
  7. 31 May, 2011 4 commits
  8. 30 May, 2011 1 commit
  9. 29 May, 2011 3 commits
    • Morris Jette's avatar
      select/cray alps emulation coordinate fix · c65510a9
      Morris Jette authored
      Fix a couple of problems in alps emulation mode caused by recent changes
      in the select/cray plugin: node cordinates and signal return code
      c65510a9
    • Morris Jette's avatar
      select/cray: whitespace fixes and removal of unused code · 5761c40e
      Morris Jette authored
      select/cray: whitespace fixes and removal of unused code
      Patch 10_Cray_COSMETICS-whitespace.diff from Gerrit Renker, CSCS
      5761c40e
    • Morris Jette's avatar
      slurmd: suppress frontend debug messages · 70d22622
      Morris Jette authored
      On the slurmd, the function build_all_frontend_info() is called before logging
      is fully initialized. This causes the frontend debug messages (which also get
      redundantly printed in the slurmctld log file) to be sent to stderr.
      
      On our system (where all slurmds get started remotely, via pdsh) the particular
      implementation caused the startup to hang.
      
      The patch uses a solution similar to build_all_node_line_info(), where a
      boolean flag is used to avoid repeating the slurmctld message in slurmd
      context.
      Patch 08_Multiple-Frontend_suppress_initial_debug_message.diff from Gerrit Renker, CSCS
      70d22622