1. 15 Jul, 2016 9 commits
  2. 14 Jul, 2016 8 commits
  3. 13 Jul, 2016 3 commits
  4. 12 Jul, 2016 7 commits
  5. 11 Jul, 2016 1 commit
  6. 08 Jul, 2016 9 commits
  7. 07 Jul, 2016 3 commits
    • Morris Jette's avatar
      1d2af586
    • Morris Jette's avatar
      Fix for GRES type counting · 8c8210d0
      Morris Jette authored
      Prevent possible incorrect counting of GRES of a given type if a node has
          the multiple "types" of a given GRES "name", which could over-subscribe
          GRES of a given type.
      bug 2836
      8c8210d0
    • Morris Jette's avatar
      Correct index in log message · b98dfcab
      Morris Jette authored
      The wrong variable was being used in gres.c to print a message of
      this sort:
      error: gres/gpu: job 7135 dealloc node ### type ### gres count underflow (# #)
      The first number in the parenthesis was based upon the wrong index and it's
      contents garbage
      b98dfcab