1. 20 Aug, 2018 1 commit
    • Michael Hinton's avatar
      Do not truncate MySQL database name at 33 characters. · 15c19c03
      Michael Hinton authored
      MySQL permits up to 64-character database names, but Slurm was truncating
      at 33-characters. If we exceed this limit, let the mysql_query fail and
      give the admin a chance to sort it out, rather than truncating and then
      failing to query against the un-truncated name later on.
      
      While here correct the fatal() message.
      
      Bug 5586.
      15c19c03
  2. 18 Aug, 2018 2 commits
  3. 17 Aug, 2018 1 commit
    • Morris Jette's avatar
      This patch is for v17.11 and fixes several problems: · 94df0b8c
      Morris Jette authored
      1. The cpu frequency set by the user is not exact with
         current kernels, but close. This changes the logic accordingly.
      2. The original logic would cause the test to hang indefinitely
         if the submitted job never ends. This adds timeout checks
         on the job wait, plus adds a 1 minute time limit on the job.
      3. Improve/simplify the parsing logic.
      
      Bug 5584
      94df0b8c
  4. 16 Aug, 2018 7 commits
  5. 15 Aug, 2018 2 commits
  6. 14 Aug, 2018 4 commits
  7. 13 Aug, 2018 3 commits
  8. 11 Aug, 2018 5 commits
  9. 10 Aug, 2018 2 commits
  10. 09 Aug, 2018 3 commits
  11. 08 Aug, 2018 7 commits
  12. 07 Aug, 2018 3 commits