1. 08 Aug, 2014 7 commits
  2. 07 Aug, 2014 8 commits
  3. 06 Aug, 2014 9 commits
  4. 05 Aug, 2014 13 commits
  5. 04 Aug, 2014 3 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