1. 24 Jun, 2011 3 commits
    • Morris Jette's avatar
      Fix possible segv in sched/backfill · d8b38a22
      Morris Jette authored
      Fix possible invalid memory reference in sched/backfill. Patch by Andriy
      Grytsenko (Massive Solutions Limited).
      d8b38a22
    • Morris Jette's avatar
      Fix typo in web page · 68e5bfa4
      Morris Jette authored
      68e5bfa4
    • Morris Jette's avatar
      Add gang flag to select plugin job suspend/resume APIs · 13d921da
      Morris Jette authored
      Add flag to the select APIs for job suspend/resume indicating if the action
      is for gang scheduling or an explicit job suspend/resume by the user. Only
      an explicit job suspend/resume will reset the job's priority and make
      resources exclusively held by the job available to other jobs. This change
      is also needed for Cray systems with ALPS.
      13d921da
  2. 23 Jun, 2011 4 commits
  3. 22 Jun, 2011 10 commits
  4. 21 Jun, 2011 13 commits
  5. 20 Jun, 2011 6 commits
    • Moe Jette's avatar
      Add salloc command suspend/resume support · 1d25f567
      Moe Jette authored
      Cray systems: Add support to suspend/resume salloc command to insure that
      aprun does not get initiated when the job is suspended.
      1d25f567
    • Moe Jette's avatar
      select/cray mem problem reading cray.conf · dac3768c
      Moe Jette authored
      Eliminate memory leak if cray.conf file is not found
      Eliminate assert due to not using xmalloc if cray.conf file is found
      dac3768c
    • Jimmy Tang's avatar
      This commit tries to resolve some of the outstanding issues in pull request #24 · 22aba771
      Jimmy Tang authored
      Jimmy Tang:
      - add underscores to internal helper functions
      - remove static definitions of some variables
      - use xfree and xmalloc when available
      
      Peter Vermeulen
      - Remove unneeded prototypes and dead code
      22aba771
    • moe's avatar
      Updated contribs/cray/libalps tests · e2a89f0b
      moe authored
      updated drop-in replacement of the contribs/cray libalps test programs.
       * up-to-date updates of libalps (in synch with slurm's libalps)
       * support for Accelerators
       * alps_tests/reassemble_inventory and
       * alps_tests/test_reservation now have accelerator support
       * the latter implements the key/value format for passing parameters
         to e.g. the gres/gpu plugin (but here it is just a dumb test program).
      Patch from Gerrit Renker and Stphen Trofinoff, CSCS.
      e2a89f0b
    • moe's avatar
      select/cray: support for passing Accelerator parameters · 07df20ff
      moe authored
      With regard to forthcoming Accelerator support in Basil 1.2/Alps 4.0, this adds
      interface support for passing the following Accelerator parameters:
       * accelerator type (currently only "GPU" is supported),
       * model/rank information (uninterpreted "family" string),
       * amount of on-board memory in MB.
      02_Cray-Accelerator-params.diff
      Patch from Gerrit Renker and Stephen Trofinoff, CSCS.
      07df20ff
    • moe's avatar
      select/cray: support for Accelerator information · ab7b0375
      moe authored
      This adds support to parse Basil 1.2/Alps 4.0 per-node accelerator information.
      01_Cray-Accelerator-basic-support.diff
      Patch from Gerrit Renker and Stephen Trofinoff, CSCS
      ab7b0375
  6. 17 Jun, 2011 4 commits