1. 17 Jul, 2017 3 commits
    • 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
    • Morris Jette's avatar
      srun pack job parsing fix · a336ffa4
      Morris Jette authored
      a336ffa4
  2. 15 Jul, 2017 1 commit
  3. 14 Jul, 2017 1 commit
  4. 13 Jul, 2017 4 commits
  5. 08 Jul, 2017 2 commits
  6. 07 Jul, 2017 4 commits
  7. 06 Jul, 2017 1 commit
  8. 05 Jul, 2017 3 commits
    • Morris Jette's avatar
      ebef2401
    • Morris Jette's avatar
      Basic pack job step running in separate MPI_COMM_WORLDs · 3e162521
      Morris Jette authored
      $ srun --pack-group=1,2 -l tmp
      0: JOBID:43740 HOST:nid00002
      0: JOBID:43741 HOST:nid00003
      1: JOBID:43741 HOST:nid00003
      1: JOBID:43740 HOST:nid00002
      2: JOBID:43740 HOST:nid00002
      2: JOBID:43741 HOST:nid00003
      3: JOBID:43741 HOST:nid00003
      srun: error: Task 0 reported exit for a second time.
      srun: error: Task 1 reported exit for a second time.
      srun: error: Task 2 reported exit for a second time.
      3e162521
    • Morris Jette's avatar
      Major refactor of srun option parsing · cbbb8d84
      Morris Jette authored
      srun now parsing for the "-pack-group" option first,
        then processes the environment variables for that pack group,
        then processes the remaining options for the pack group.
      srun will still only spawn tasks for one pack group at a time,
        but will at least handled forwarded options from the job
        allocation phase (i.e. sbatch or salloc).
      cbbb8d84
  9. 03 Jul, 2017 1 commit
  10. 29 Jun, 2017 2 commits
  11. 28 Jun, 2017 2 commits
  12. 27 Jun, 2017 3 commits
  13. 26 Jun, 2017 6 commits
  14. 24 Jun, 2017 4 commits
  15. 23 Jun, 2017 3 commits