1. 05 May, 2014 14 commits
  2. 02 May, 2014 10 commits
  3. 01 May, 2014 4 commits
  4. 30 Apr, 2014 7 commits
  5. 29 Apr, 2014 2 commits
  6. 28 Apr, 2014 3 commits
    • Morris Jette's avatar
      Make job array task ID 32-bits in slurmstepd · df4fbdb8
      Morris Jette authored
      This corrects some anomalies in task_id handling. The most significant
      fallout is the "%a" task ID printed for a NOT array job is now
      0xfffffffe rather than 0xfffe, but this should not be used anyway.
      df4fbdb8
    • Morris Jette's avatar
      Map "%A" in fname to job ID if not array · 09f96ac7
      Morris Jette authored
      If the job's stdout or stderr file name contain a "%A" (Job array
      ID) and it is not a job array, then treat like "%j" (job ID).
      09f96ac7
    • Morris Jette's avatar
      Remove WAIT_SCHED_TIMEOUT · fe709f96
      Morris Jette authored
      This actually causes more problems since there are a bunch of
      places where we set the reason only if it was previously NO_REASON,
      but we want to treat this the same way, i.e. untested. Adding
      logic everywhere to clear and reset this value seem to create
      too much overhead for very little value.
      fe709f96