1. 14 Jul, 2017 1 commit
    • Danny Auble's avatar
      Fix issue with whole gres not being printed out with Slurm tools. · 028bf3e1
      Danny Auble authored
      This is a regression from commit fec995e0.
      
      It turns out using tok here was erroneous for situations where the gres had
      a type and name and potentially a count (i.e. network:gigabit:1)
      
      _get_gres_req_cnt() would alter the incoming char *config which is what tok
      was.  So when we print it back to the requested string it would only have
      what was there to the first ':'.  As we didn't need to \0 out the first char
      as we skip over it anyway I just kept track of what the replaced \0 was for
      the number portion and put it back when we are done copying it.
      
      Related to bug 3521
      028bf3e1
  2. 13 Jul, 2017 7 commits
  3. 10 Jul, 2017 1 commit
  4. 07 Jul, 2017 5 commits
  5. 06 Jul, 2017 1 commit
  6. 05 Jul, 2017 6 commits
  7. 03 Jul, 2017 2 commits
  8. 30 Jun, 2017 3 commits
  9. 29 Jun, 2017 1 commit
  10. 28 Jun, 2017 3 commits
  11. 27 Jun, 2017 1 commit
  12. 26 Jun, 2017 1 commit
  13. 23 Jun, 2017 2 commits
  14. 22 Jun, 2017 6 commits