1. 08 Aug, 2014 6 commits
  2. 07 Aug, 2014 8 commits
  3. 06 Aug, 2014 9 commits
  4. 05 Aug, 2014 13 commits
  5. 04 Aug, 2014 4 commits
    • Morris Jette's avatar
      Simple purge of step list with job · 6fe300dd
      Morris Jette authored
      When a job record is purged, simply purge the step list rather than possibly invoking a node health check on Cray systems.
      6fe300dd
    • Morris Jette's avatar
      Add function that purges step list · fc2cc171
      Morris Jette authored
      No checking or other operations are performed on this list, just a purge.
      fc2cc171
    • Morris Jette's avatar
      Re-use of active job ID error · 2f399247
      Morris Jette authored
      If an attempt is made to submit a job explicitly using a job ID that already exists, then do not try to purge and re-use it, but return an error. The slow clean-up of job steps on Cray systems due to node health check makes me wary of preserving the existing code. Returning an error seems a safer option.
      2f399247
    • Morris Jette's avatar
      refactor job step delete logic · 4f2b7d3d
      Morris Jette authored
      Call delete_step_records() before clearing the job's JOB_COMPLETING
      state flag. This would make a difference in the case of jobs automatically
      requeued based upon their exit code, but probably not in other cases.
      Also in the select plugins, check not only for a job state of JOB_COMPLETING,
      but also FINISHED states. In either case, we are not in a position to
      gracefully clean up the step.
      4f2b7d3d