1. 26 Jul, 2017 9 commits
  2. 25 Jul, 2017 4 commits
  3. 24 Jul, 2017 6 commits
  4. 21 Jul, 2017 3 commits
  5. 19 Jul, 2017 7 commits
  6. 18 Jul, 2017 7 commits
  7. 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