1. 12 Aug, 2011 1 commit
    • Morris Jette's avatar
      Improve step record layout management · 2becde33
      Morris Jette authored
      This prevents bad node index values in a job step completion record
      from crashing slurmctld, as is possible if srun has bad configuration
      information about a job step or other failure.
      2becde33
  2. 11 Aug, 2011 8 commits
  3. 10 Aug, 2011 6 commits
  4. 09 Aug, 2011 14 commits
  5. 08 Aug, 2011 2 commits
    • Morris Jette's avatar
      Split set_node_down() into two functions · 97ac7345
      Morris Jette authored
      Split set_node_down() into two functions: set_node_down() will continue
      to accept a node name as an argument and set_node_down_ptr() which is new
      and accepts a node pointer as an argument and will be faster.
      97ac7345
    • Morris Jette's avatar
      correction to sinfo test parsing · ba17844e
      Morris Jette authored
      Test4.5 was failing due to failure to parse node count with "K" suffix and
      change in case of node state name.
      ba17844e
  6. 06 Aug, 2011 2 commits
  7. 05 Aug, 2011 4 commits
  8. 04 Aug, 2011 3 commits
    • Morris Jette's avatar
      Require SchedulerTimeSlice be at least 5 secs · c9b0eafe
      Morris Jette authored
      Require SchedulerTimeSlice configuration parameter to be at least 5 seconds
      to avoid thrashing slurmd daemon.
      Addresses Cray bug 774692
      c9b0eafe
    • Morris Jette's avatar
      Job step now gets all of job's GRES by default · 1078426e
      Morris Jette authored
      Change in GRES behavior for job steps: A job step's default generic
          resource allocation will be set to that of the job. If a job step's --gres
          value is set to "none" then none of the generic resources which have been
          allocated to the job will be allocated to the job step.
      Add srun environment value of SLURM_STEP_GRES to set default --gres value
          for a job step.
      1078426e
    • Morris Jette's avatar
      Improve select plugin documentation and header files · 5acc511f
      Morris Jette authored
      Major update to src/common/node_select.h to document the API calls.
      Minor updates to node select plugin web page.
      5acc511f