1. 15 Sep, 2011 2 commits
  2. 14 Sep, 2011 3 commits
  3. 13 Sep, 2011 4 commits
  4. 12 Sep, 2011 1 commit
  5. 10 Sep, 2011 3 commits
  6. 08 Sep, 2011 2 commits
  7. 06 Sep, 2011 1 commit
  8. 02 Sep, 2011 2 commits
  9. 01 Sep, 2011 2 commits
  10. 31 Aug, 2011 2 commits
  11. 25 Aug, 2011 5 commits
  12. 24 Aug, 2011 5 commits
  13. 23 Aug, 2011 1 commit
  14. 22 Aug, 2011 2 commits
  15. 19 Aug, 2011 1 commit
    • Morris Jette's avatar
      Treat duplicate switch name in topology.conf as fatal error · d2a30013
      Morris Jette authored
      One of our testers created an illegal topology.conf file.
      
      He has a config you probably wouldn't see in production, but can see in
      testing when you are sometimes given a collection of miscellaneous
      resources.
      
                |-- nodes
      switch1 --|
                |-- switch2 -- nodes
      
      He tried the topology.conf file below. Switch s1 is defined twice. Slurm
      accepted this config, but wouldn't allocate nodes from both switches to
      one job.
      
      SwitchName=s1 Nodes=xna[14-26]
      SwitchName=s2 Nodes=xna[41-43]
      SwitchName=s1 Switches=s2
      
      I believe slurm shouldn't allow the second definition of switch s1. The
      attached patch checks for duplicate switch names.
      Patch from Rod Schultz, Bull.
      d2a30013
  16. 17 Aug, 2011 1 commit
  17. 16 Aug, 2011 1 commit
  18. 12 Aug, 2011 2 commits