1. 17 Jun, 2015 2 commits
  2. 15 Jun, 2015 2 commits
  3. 12 Jun, 2015 2 commits
  4. 11 Jun, 2015 5 commits
  5. 10 Jun, 2015 3 commits
    • Morris Jette's avatar
      Add NEWS for last commit · 30e50e6c
      Morris Jette authored
      30e50e6c
    • Didier GAZEN's avatar
      Fix for node reboot/down state · 3c2b46af
      Didier GAZEN authored
      In your node_mgr fix to keep rebooted nodes down (commit 9cd15dfe), you
      forgot to consider the case of nodes that are powered up but are responding after
      ResumeTimeout seconds (the maximum time permitted). Such nodes are
      marked DOWN (because they didn't respond within ResumeTimeout seconds) than
      should become silently available when ReturnToService=1 (as stated in the slurm.conf manual)
      
      With your modification when such nodes are finally responding, they are seen as
      rebooted nodes and remain in the DOWN state (with the new reason: Node
      unexpectedly rebooted) even when ReturnToService=1 !
      
      My patch to obtain the correct behaviour:
      3c2b46af
    • Morris Jette's avatar
      select/serial gres scheduling fix · f2a08ce7
      Morris Jette authored
      Equivalent fix as e1a00772
      for select/serial rather than select/cons_res
      f2a08ce7
  6. 09 Jun, 2015 7 commits
  7. 05 Jun, 2015 8 commits
  8. 04 Jun, 2015 8 commits
  9. 03 Jun, 2015 1 commit
    • Morris Jette's avatar
      switch/cray: Refine PMI_CRAY_NO_SMP_ENV set · ef66b2eb
      Morris Jette authored
      switch/cray: Refine logic to set PMI_CRAY_NO_SMP_ENV environment variable.
      Rather than testing for the task distribution option, test the actual
      task IDs to see fi they are monotonically increasing across all nodes.
      Based upon idea from Brian Gilmer (Cray).
      ef66b2eb
  10. 02 Jun, 2015 2 commits