Skip to content
Snippets Groups Projects
  1. Feb 03, 2015
  2. Feb 02, 2015
  3. Jan 31, 2015
  4. Jan 30, 2015
  5. Jan 28, 2015
  6. Jan 27, 2015
  7. Jan 26, 2015
  8. Jan 23, 2015
  9. Jan 22, 2015
  10. Jan 21, 2015
    • Morris Jette's avatar
      fix job array scheduling anomaly · 3787c01f
      Morris Jette authored
      If some tasks of a job array are runnable and the meta-job array
      record is not runable (e.g. held), the old logic could start a
      runable task then try to start the non-runable meta-job, discover
      it can not run, and set its reason to "BadConstraints".
      
      Test case:
      Make it so no jobs can start (partition stopped, slurmd down, etc.)
      submit a job array
      hold the job array
      release the first two tasks of the job array
      Make it so jobs can start
      3787c01f
    • Morris Jette's avatar
      improve job array ID logging · 78ef09c3
      Morris Jette authored
      This backports some logic already added to v15.08
      78ef09c3
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' into slurm-14.11 · c95283c8
      Morris Jette authored
      Conflicts:
      	src/squeue/print.c
      c95283c8
    • Morris Jette's avatar
      fix squeue merging of job arrays · 261580be
      Morris Jette authored
      Squeue modified to not merge tasks of a job array if their wait reasons
      differ.
      bug 1388
      261580be
Loading