1. 06 Aug, 2019 1 commit
  2. 05 Aug, 2019 1 commit
  3. 01 Aug, 2019 2 commits
  4. 31 Jul, 2019 1 commit
  5. 29 Jul, 2019 2 commits
  6. 26 Jul, 2019 1 commit
  7. 25 Jul, 2019 1 commit
  8. 24 Jul, 2019 1 commit
  9. 23 Jul, 2019 8 commits
  10. 17 Jul, 2019 1 commit
  11. 16 Jul, 2019 3 commits
    • Tim Wickberg's avatar
      Remove stray __USE_GNU macro definitions. · 4886d3c4
      Tim Wickberg authored
      Causes build failures on Debian ia64 platform, and per the glibc docs this
      is an internal macro for them that should be getting set automatically
      as long as we've defined _GNU_SOURCE before including our first glibc
      header.
      
      Fix the task/affinity plugin code to define _GNU_SOURCE first, and not
      defer this to the affinity.h include (which may come after some glibc
      headers have been included, leading to issues finding the CPU_SETSIZE
      macro).
      
      Bug 7152.
      4886d3c4
    • Nate Rini's avatar
      Abort when plugin loading fails · 1b194a98
      Nate Rini authored
      If plugin load fails, then slurmd will SEGFAULT later while attempting
      to call one of the invalid function pointers. Instead, just abort during
      loading.
      
      Bug 7402.
      1b194a98
    • Danny Auble's avatar
      If only allowing particular alloc nodes in a partition, deny any request... · 18604d36
      Danny Auble authored
      If only allowing particular alloc nodes in a partition, deny any request coming from an alloc node of NULL.
      
      Bug 7255
      18604d36
  12. 12 Jul, 2019 1 commit
    • Marshall Garey's avatar
      Allow account coordinators to add new users. · f79cc72c
      Marshall Garey authored
      Account coordinators are allowed to add users to their accounts, but
      cannot change the default account of a user. However, when a user is
      added to an account and the user doesn't have an account yet, the
      account is set as the user's default account, which counts as changing
      the user's default account. This commit allows account coordinators to
      add users who don't already have a default account elsewhere to the
      accounts they are coordinators over.
      
      Bug 7018.
      f79cc72c
  13. 11 Jul, 2019 3 commits
  14. 10 Jul, 2019 6 commits
  15. 09 Jul, 2019 1 commit
  16. 02 Jul, 2019 1 commit
  17. 01 Jul, 2019 2 commits
  18. 28 Jun, 2019 2 commits
  19. 26 Jun, 2019 2 commits