1. 22 Aug, 2011 2 commits
  2. 19 Aug, 2011 5 commits
    • Morris Jette's avatar
      Fix typo sstat man page · 3a3f7007
      Morris Jette authored
      Change "AveVSize" to "AveVMSize" in sstat man page to match the code.
      Addresses SchedMD bugzilla entry 7 by Cray.
      3a3f7007
    • 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
    • Morris Jette's avatar
      Merge pull request #6 from cfenoy/master · dff21d77
      Morris Jette authored
      Bug in selec/cons_res using tasks-per-node and cpus-per-task
      dff21d77
    • Danny Auble's avatar
      BGQ - minor fix to work on a real BGQ system · a8b291c5
      Danny Auble authored
      a8b291c5
    • Carles Fenoy's avatar
      Solved bug in select/cons_res plugin which makes jobs requesting · c1462e89
      Carles Fenoy authored
      tasks_per_node and cpus_per_task not getting proper allocation and
      failing in srun with "Requested node configuration is not	available"
      c1462e89
  3. 18 Aug, 2011 10 commits
  4. 17 Aug, 2011 6 commits
  5. 16 Aug, 2011 7 commits
  6. 15 Aug, 2011 3 commits
  7. 13 Aug, 2011 3 commits
  8. 12 Aug, 2011 4 commits