1. 31 Jan, 2019 8 commits
  2. 30 Jan, 2019 2 commits
  3. 25 Jan, 2019 3 commits
  4. 23 Jan, 2019 5 commits
  5. 18 Jan, 2019 1 commit
  6. 17 Jan, 2019 7 commits
  7. 16 Jan, 2019 1 commit
    • Felip Moll's avatar
      Remove joules reporting in API and sview · 0d85c112
      Felip Moll authored
      scontrol and sview won't report Consumed Joules and Lowest Joules anymore.
      The reason is that these values were collected from slurmd start time which
      made them not useful for the users.
      
      Bug 6283
      0d85c112
  8. 15 Jan, 2019 1 commit
  9. 14 Jan, 2019 3 commits
  10. 11 Jan, 2019 4 commits
  11. 09 Jan, 2019 3 commits
  12. 08 Jan, 2019 2 commits
    • Tim Wickberg's avatar
      Fix initialization for lock arrays. · f7da0636
      Tim Wickberg authored
      As pthread_rwlock_t is a struct, we cannot use this syntax
      to initialize all elements of the array to the same value
      as we would if these were any basic type.
      
      Instead, move the initialization to a dedicated loop to ensure
      all locks are initialized correctly.
      
      This does not seem to have caused any issues on Linux platforms,
      but macOS at least does notice this mistake.
      
      Bug 6319.
      f7da0636
    • Tim Wickberg's avatar
      Change CryptoType to CredType. Rename crypto/munge plugin to cred/munge. · 6b88b0e4
      Tim Wickberg authored
      Add logic in read_config.c to handle old config option name.
      
      Bug 5916.
      6b88b0e4