1. 18 Jul, 2011 4 commits
  2. 15 Jul, 2011 4 commits
    • Morris Jette's avatar
      srun wrapper for aprun (cray) enhancements · 4c3b919e
      Morris Jette authored
      If the srun wrapper is executed when there is no job allocation, then
      create an allocation using salloc and call the srun wrapper again so
      that we can configure memory limits in aprun's execute line. Without
      this change, aprun would lack the memory allocation information and
      the task launch would fail if the job were allocated less than the
      full node.
      4c3b919e
    • Morris Jette's avatar
      Revent duplicate arguments to aprun · 9ee69034
      Morris Jette authored
      Prevent duplicate arguments to aprun from the srun.pl wrapper.
      This could happen if the command line included "--alps" arguments
      plus other arguments generated by the normal srun options. For example:
      srun -t 5 --alps="-t300" a.out
      specifies the job time limit in two places.
      9ee69034
    • Danny Auble's avatar
      CRAY - set up tasks correct in srun wrapper · 49df8948
      Danny Auble authored
      49df8948
    • Danny Auble's avatar
      CRAY - fix typo · a67ef0ec
      Danny Auble authored
      a67ef0ec
  3. 14 Jul, 2011 4 commits
  4. 13 Jul, 2011 3 commits
  5. 12 Jul, 2011 9 commits
  6. 11 Jul, 2011 1 commit
  7. 08 Jul, 2011 1 commit
  8. 07 Jul, 2011 5 commits
  9. 06 Jul, 2011 4 commits
  10. 05 Jul, 2011 3 commits
    • Morris Jette's avatar
      dd cgroup support for device files · ac469ca5
      Morris Jette authored
      Add cgroup support for device files in both the task/cgroup plugin and generic
      resource (GRES) logic. Based upon patch Yiannis Georgiou.
      ac469ca5
    • Morris Jette's avatar
      Wait 2 secs between SIGTSTP and SIGSTOP · 4c0b9de8
      Morris Jette authored
      When suspending a job, wait 2 seconds instead of 1 second between sending
      SIGTSTP and SIGSTOP. Some MPI implementation were not stopping within the
      1 second delay.
      4c0b9de8
    • Morris Jette's avatar
      Add support for job arrays · 912cff2a
      Morris Jette authored
      Add contribs/arrayrun tool providing support for job arrays. Contributed by
      Bjørn-Helge Mevik, University of Oslo. NOTE: Not currently packaged as RPM
      and manual file editing is required.
      912cff2a
  11. 02 Jul, 2011 1 commit
    • Morris Jette's avatar
      Do not preempt more jobs than needed · 8a5d5cdf
      Morris Jette authored
      If a job needed to preempt other jobs to start and those jobs were
      not completed by the time of the next scheduling cycle, other jobs
      might be selected for preemption in that next cycle resulting in
      more jobs being preempted than necessary.
      8a5d5cdf
  12. 01 Jul, 2011 1 commit