Skip to content

Commit

Permalink
Merge pull request #206 from williamfgc/htbug
Browse files Browse the repository at this point in the history
Solves Issue #205
  • Loading branch information
pnorbert authored Jun 30, 2017
2 parents 6f8a979 + bcc08b2 commit 8aa659c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/adios2/toolkit/format/bp1/BP1Writer.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ void BP1Writer::WriteVariableCharacteristics(
WriteCharacteristicRecord(characteristic_time_index, characteristicsCounter,
stats.TimeIndex, buffer);

WriteCharacteristicRecord(characteristic_file_index, characteristicsCounter,
static_cast<uint32_t>(m_BP1Aggregator.m_RankMPI),
buffer);

WriteCharacteristicRecord(characteristic_offset, characteristicsCounter,
stats.Offset, buffer);

Expand Down

0 comments on commit 8aa659c

Please sign in to comment.