1. 03 Jun, 2016 7 commits
  2. 02 Jun, 2016 10 commits
  3. 01 Jun, 2016 4 commits
  4. 31 May, 2016 11 commits
  5. 28 May, 2016 4 commits
  6. 27 May, 2016 4 commits
    • Morris Jette's avatar
      task/affinity: log daemon initial CPU mask · d986c759
      Morris Jette authored
      d986c759
    • Morris Jette's avatar
      Merge branch 'slurm-15.08' into slurm-16.05 · 33bef27f
      Morris Jette authored
      33bef27f
    • Morris Jette's avatar
      Fix for tracking a node's allocated CPUs with gang scheduling. · 372b7e06
      Morris Jette authored
      This bug was introduced by commit 21c52d2f
      which fixed a different problem tracking resources associated with suspended
      jobs. There are subtle differences between jobs that are suspended by a
      user/administrator and jobs suspended by gang scheduling which resulted in
      undercounting allocated CPUs when a job suspended by gang scheduling
      was active at the same time of a slurmctld reconfiguration request.
      See bugs 2353 (original bug related to commit 21c52d2f
      and bug 2765
      372b7e06
    • Danny Auble's avatar
      If no default account is given for a user when creating (only a list of · a621b6d7
      Danny Auble authored
      accounts) no default account is printed, previously NULL was printed.
      
      This is just not printing it, but whole function should probably be
      revisited as the rigmarole can probably be avoided as we always know what
      the default is going to be if none is specified (first off the list).
      
      The problem with that though is if the user has been added to a cluster
      already and they have a default, but then added to a new cluster where
      they don't have a default.  In this case you want to keep the first
      clusters default, but set the default for the second cluster.
      
      Bug 2725
      a621b6d7