1. 17 Mar, 2016 4 commits
    • Morris Jette's avatar
      Change calculation of node's allocated CPUs · ec50cb2f
      Morris Jette authored
      Change how a node's allocated CPU count is calculated to avoid double
          counting CPUs allocated to multiple jobs at the same time.
          Previous logic would sum the maximum number of CPUs allocated by each
          partition for any time slice, which could double count CPUs allocated
          to multiple jobs. New logic ORs bitmap of allocated CPUs for every
          partition and time slice, then counts the total for a given node.
          This avoids double counting CPUs allocated to multiple jobs, but
          does not remove from the count CPUs which have been allocated to
          jobs which might be suspended by the gang scheduler (either for
          time slicing or preemption).
      ec50cb2f
    • Tim Wickberg's avatar
      Merge branch 'slurm-15.08' · 4770189e
      Tim Wickberg authored
      4770189e
    • Tim Wickberg's avatar
      Merge branch 'slurm-14.11' into slurm-15.08 · dd2324a7
      Tim Wickberg authored
      Update NEWS as well.
      dd2324a7
    • Tim Wickberg's avatar
      Prevent uid update from corrupting assoc_hash table. · 60b58b70
      Tim Wickberg authored
      The uid is used as part of the hash function, must remove old reference
      and recalculate if it may change, otherwise _delete_assoc_hash
      will not find it again when the association is removed, causing
      slurmctld to segfault.
      
      Bug 2560.
      60b58b70
  2. 16 Mar, 2016 15 commits
  3. 15 Mar, 2016 9 commits
  4. 14 Mar, 2016 7 commits
  5. 12 Mar, 2016 2 commits
  6. 11 Mar, 2016 3 commits