1. 10 Feb, 2015 4 commits
    • Morris Jette's avatar
      Merge branch 'slurm-14.11' · e3fcda81
      Morris Jette authored
      e3fcda81
    • Morris Jette's avatar
      Backfill scheduler bug on job's partition change · a0d12d0c
      Morris Jette authored
      The backfill scheduler build a queue of eligible job/partition
      information and then proceeds to determine when and where those
      jobs will start. The backfill scheduler can be configured to
      periodically release locks in order to let other operations
      take place. If the partition(s) associated with one of those
      jobs changes during one of those periods, the job will still
      be considered for scheduling in the old partition until the
      backfill scheduler starts over with a new job/partition list.
      This change to the backfill scheduler validates each job's
      partition in from the list based upon current information
      (considering any partition changes).
      See bug 1436
      a0d12d0c
    • Morris Jette's avatar
      Insure bitstring size is valid · ecd593cc
      Morris Jette authored
      If bitmap size is initially NO_VAL 0xfffffffe, then a tiny buffer
      is allocated and accessing it can go off the end of the buffer.
      This has not been observed in production, but only in the investigation
      of another problem.
      ecd593cc
    • Brian Christiansen's avatar
      Fix segfault in controller when deleting a user association of a user which... · 50e0c84f
      Brian Christiansen authored
       Fix segfault in controller when deleting a user association of a user which had been previously removed from the system.
      
       Bug 1238
      50e0c84f
  2. 09 Feb, 2015 9 commits
  3. 08 Feb, 2015 1 commit
  4. 07 Feb, 2015 1 commit
    • Morris Jette's avatar
      power/cray: support per-job power leveling · d196b94b
      Morris Jette authored
      Add PowerParameter and user options to level power cap for all
       jobs associated with a parallel job. Per-job option can be
       disabled on a global basis or job power leveling can be forced
       for all jobs.
      d196b94b
  5. 06 Feb, 2015 6 commits
  6. 05 Feb, 2015 7 commits
  7. 04 Feb, 2015 9 commits
  8. 03 Feb, 2015 3 commits