1. 21 Jul, 2011 2 commits
    • Morris Jette's avatar
      man2html patch corrects links · 94e41119
      Morris Jette authored
      I've found a minor problem in the script that converts man pages into
      html. The current script produces two incorrect links on every html man
      page. Patch from Rod Schultz, Bull.
      94e41119
    • Morris Jette's avatar
      Restore node configuration information on slurmctld restart · f729d72b
      Morris Jette authored
      Restore node configuration information (CPUs, memory, etc.) for powered
      down when slurmctld daemon restarts rather than waiting for the node to be
      restored to service and getting the information from the node (NOTE: Only
      relevent if FastSchedule=0).
      f729d72b
  2. 20 Jul, 2011 3 commits
  3. 19 Jul, 2011 4 commits
  4. 18 Jul, 2011 14 commits
  5. 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
  6. 14 Jul, 2011 4 commits
  7. 13 Jul, 2011 3 commits
  8. 12 Jul, 2011 6 commits