1. 01 Aug, 2019 1 commit
  2. 31 Jul, 2019 1 commit
  3. 29 Jul, 2019 2 commits
  4. 27 Jul, 2019 1 commit
  5. 26 Jul, 2019 1 commit
  6. 25 Jul, 2019 1 commit
  7. 24 Jul, 2019 2 commits
  8. 23 Jul, 2019 14 commits
  9. 22 Jul, 2019 6 commits
  10. 19 Jul, 2019 2 commits
  11. 18 Jul, 2019 2 commits
  12. 17 Jul, 2019 4 commits
  13. 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
      Add doc for plugin_load_and_link() · 48e7bbf1
      Nate Rini authored
      No functional changes.
      
      Bug 7402.
      48e7bbf1
    • 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