1. 20 Jul, 2011 2 commits
    • Morris Jette's avatar
      Fix select/cons_res task distribution bug · b70cc235
      Morris Jette authored
      Fix bug in select/cons_res task distribution logic when tasks-per-node=0.
      Eliminates misleading slurmctld message
      "error:  cons_res: _compute_c_b_task_dist oversubscribe."
      This problem was introduced in SLURM version 2.2.5 in order to fix
      a task distribution problem when cpus_per_task=0. Patch from Rod Schultz, Bull.
      b70cc235
    • Morris Jette's avatar
      Fix possible regression test race condition · f115fd2d
      Morris Jette authored
      This fixes a possible race condition when running test15.5 depending
      which message arrives first at shutdown.
      f115fd2d
  2. 19 Jul, 2011 4 commits
  3. 18 Jul, 2011 14 commits
  4. 15 Jul, 2011 4 commits
    • Morris Jette's avatar
      srun wrapper for aprun (cray) enhancements · 4c3b919e
      Morris Jette authored
      If the srun wrapper is executed when there is no job allocation, then
      create an allocation using salloc and call the srun wrapper again so
      that we can configure memory limits in aprun's execute line. Without
      this change, aprun would lack the memory allocation information and
      the task launch would fail if the job were allocated less than the
      full node.
      4c3b919e
    • Morris Jette's avatar
      Revent duplicate arguments to aprun · 9ee69034
      Morris Jette authored
      Prevent duplicate arguments to aprun from the srun.pl wrapper.
      This could happen if the command line included "--alps" arguments
      plus other arguments generated by the normal srun options. For example:
      srun -t 5 --alps="-t300" a.out
      specifies the job time limit in two places.
      9ee69034
    • Danny Auble's avatar
      CRAY - set up tasks correct in srun wrapper · 49df8948
      Danny Auble authored
      49df8948
    • Danny Auble's avatar
      CRAY - fix typo · a67ef0ec
      Danny Auble authored
      a67ef0ec
  5. 14 Jul, 2011 4 commits
  6. 13 Jul, 2011 3 commits
  7. 12 Jul, 2011 9 commits