1. 06 Feb, 2017 2 commits
    • Danny Auble's avatar
      Add --with-shared-libslurm to configure to determine if the system should be build linking · 3510ea70
      Danny Auble authored
      dynamically or statically to libslurm.
      
      This can result in much smaller binaries, but isn't the easiest to develop against as if the files in
      src/common or src/*api change and the binaries linking against them are compiled directly
      libslurm.so doesn't get recompiled automatically, you have to manually do it.  But in production
      this could give large benefits as Slurm's footprint is now considerably smaller.
      
      This used to not work on environments like AIX where plugins couldn't resolve variables used in
      the parent program, but this appears to not be the case now we link to the "full" .so which exports
      everything as the .o does.
      3510ea70
    • Danny Auble's avatar
      make RELEASE_NOTES for 17.11 · a9339f18
      Danny Auble authored
      a9339f18
  2. 04 Feb, 2017 1 commit
  3. 03 Feb, 2017 8 commits
  4. 02 Feb, 2017 18 commits
  5. 01 Feb, 2017 11 commits