1. 01 Aug, 2017 1 commit
  2. 29 Jul, 2017 1 commit
  3. 28 Jul, 2017 6 commits
  4. 27 Jul, 2017 1 commit
    • Morris Jette's avatar
      Refactor limits logic for pack job · db10eae9
      Morris Jette authored
      This change adds a new function and moves some logic around so that
        limits can be tested on a pack job as a whole (that logic still
        needs to be developed).
      db10eae9
  5. 26 Jul, 2017 3 commits
  6. 25 Jul, 2017 4 commits
  7. 24 Jul, 2017 3 commits
  8. 22 Jul, 2017 1 commit
  9. 21 Jul, 2017 2 commits
  10. 20 Jul, 2017 1 commit
  11. 19 Jul, 2017 6 commits
  12. 18 Jul, 2017 7 commits
  13. 17 Jul, 2017 4 commits
    • Morris Jette's avatar
      refactor task output logic · 57447402
      Morris Jette authored
      Avoid interleaving labels and output from various components of
         a pack job
      57447402
    • Morris Jette's avatar
      Properly set up srun debugging for pack jobs · f1110568
      Morris Jette authored
      This allocates an array to the proper size (based upon all tasks
        to be launched). Work still needed to populate the data structure
        properly for all tasks.
      f1110568
    • Morris Jette's avatar
      Fix typo in comment · cb772494
      Morris Jette authored
      No change in logic
      cb772494
    • Morris Jette's avatar
      pack-job debugger kludge · ade26864
      Morris Jette authored
      The debugger symbol in srun is not being properly handled today.
        This change does the malloc once, even for a pack-job, makes
        the array over-sized, and range checks before writes. Suitable
        for making srun progress without memory errors (writing off end
        of allocated memory in an array).
      ade26864