1. 08 Dec, 2016 8 commits
  2. 07 Dec, 2016 3 commits
  3. 06 Dec, 2016 14 commits
  4. 05 Dec, 2016 4 commits
  5. 02 Dec, 2016 3 commits
  6. 01 Dec, 2016 5 commits
  7. 30 Nov, 2016 3 commits
    • Morris Jette's avatar
      Update to comments, no change to code · 9dd934c1
      Morris Jette authored
      9dd934c1
    • Morris Jette's avatar
      Change variable name for better clarity · 2b3122b0
      Morris Jette authored
      No change in logic
      2b3122b0
    • Morris Jette's avatar
      cray/burst_buffer - Increase timer · b4763c75
      Morris Jette authored
      cray/burst_buffer - Increase time to synchronize operations between threads
          from 5 to 60 seconds ("setup" operation time observed over 17 seconds).
          This should fix a race condition between a thread performing a buffer
          creation (setup) and a thread looking for unexpected buffers. If a
          buffer is found during the time window allowed for creation, it's
          space will be counted twice. First by the status checking thread
          and second by the thread doing the creation. The deallocation only
          happens once, so the used space information can be left with an
          invalid value.
      bug 3295
      b4763c75