Skip to content
Snippets Groups Projects
  1. Sep 29, 2011
  2. Sep 28, 2011
  3. Sep 26, 2011
  4. Sep 19, 2011
  5. Sep 15, 2011
  6. Sep 14, 2011
  7. Sep 12, 2011
  8. Sep 10, 2011
  9. Sep 08, 2011
  10. Sep 06, 2011
  11. Sep 02, 2011
  12. Sep 01, 2011
  13. Aug 31, 2011
  14. Aug 25, 2011
  15. Aug 24, 2011
  16. Aug 23, 2011
  17. Aug 22, 2011
  18. Aug 19, 2011
    • 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
  19. Aug 17, 2011
Loading