Skip to content
Snippets Groups Projects
  1. Aug 22, 2011
  2. Aug 19, 2011
    • 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. Aug 18, 2011
  4. Aug 17, 2011
  5. Aug 16, 2011
  6. Aug 15, 2011
  7. Aug 13, 2011
  8. Aug 12, 2011
Loading