1. 14 Nov, 2016 2 commits
  2. 13 Nov, 2016 2 commits
  3. 12 Nov, 2016 1 commit
  4. 11 Nov, 2016 16 commits
  5. 10 Nov, 2016 3 commits
  6. 09 Nov, 2016 3 commits
  7. 08 Nov, 2016 5 commits
  8. 07 Nov, 2016 1 commit
  9. 05 Nov, 2016 1 commit
  10. 04 Nov, 2016 6 commits
    • Morris Jette's avatar
      Expand dw_wlm_cli script · b8986a15
      Morris Jette authored
      Expand the dw_wlm_cli script to include persistent and job-specific
        burst buffers. This script is used by burst_buffer/cray.
      b8986a15
    • Morris Jette's avatar
      burst_buffer/cray: fix for tracking a pool's "unfree" space · f900f0c0
      Morris Jette authored
      This is a new field and the fix only applies to an emulated burst
        buffer configuration (i.e. dw_wlm_cli script made to look like
        a real DataWarp system)
      f900f0c0
    • Morris Jette's avatar
      Change verbosity of message · 52b6eda1
      Morris Jette authored
      Change error() to verbose(). New logic is needed to address this issue
         once we know how to determine the KNL MCDRAM size.
      52b6eda1
    • Morris Jette's avatar
      Fix bad paste in last commit · 8eca4935
      Morris Jette authored
      8eca4935
    • Morris Jette's avatar
      cray/burst_buffer - Preserve job ID · 42a90020
      Morris Jette authored
      cray/burst_buffer - Preserve job ID and don't translate to job array ID
        after slurmctld restart. Prior logic would not set array_task_id to
        NO_VAL, so all job-buffer IDs would be reported in the form
        "JobID=0_0(123)" rather than "JobID=123"
      42a90020
    • Morris Jette's avatar
      Burst_buffer/cray space tracking fix · 1548086f
      Morris Jette authored
      cray/busrt_buffer - Internally track both allocated and unusable space.
          The reported UsedSpace in a pool is now the allocated space (previously was
          unusable space). Base available space on whichever value leaves least free
          space.
      bug 3222
      1548086f