1. 27 May, 2016 5 commits
  2. 26 May, 2016 1 commit
  3. 25 May, 2016 2 commits
  4. 24 May, 2016 8 commits
  5. 20 May, 2016 1 commit
  6. 19 May, 2016 2 commits
  7. 18 May, 2016 6 commits
  8. 17 May, 2016 1 commit
  9. 16 May, 2016 3 commits
  10. 13 May, 2016 3 commits
    • Morris Jette's avatar
      Update NEWS for start of v16.05.0rc3 · df97e108
      Morris Jette authored
      df97e108
    • Danny Auble's avatar
      Fix race condition with respects to cleaning up the profiling threads · b1fbeb85
      Danny Auble authored
      when in use.
      
      The problem here is the polling threads in the various acct_gather codes
      were detached and could possibly still be polling after the plugin had
      been unloaded making a seg fault with a backtrace like this...
      
      #0  0x00007fe7af008c00 in ?? ()
      #1  0x00007fe7b1138479 in __nptl_deallocate_tsd () at pthread_create.c:175
      #2  0x00007fe7b11398b0 in __nptl_deallocate_tsd () at pthread_create.c:326
      #3  start_thread (arg=0x7fe7b1f12700) at pthread_create.c:346
      #4  0x00007fe7b0e6fb5d in clone ()
          at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
      
      The fix was to make the threads non-detached and join them before calling
      a dlclose.
      b1fbeb85
    • Morris Jette's avatar
      Avoid nodes requiring reboot · 139102f0
      Morris Jette authored
      Whenever possible, avoid allocating nodes that require a reboot.
      Previous logic failed to re-sort the job set table based upon
      the need for rebooting to achieve the desired features (e.g. KNL
      MCDRAM or CACHE mode).
      bug 2726
      139102f0
  11. 12 May, 2016 3 commits
  12. 11 May, 2016 4 commits
  13. 10 May, 2016 1 commit