Skip to content
Snippets Groups Projects
Commit bcc08b22 authored by William F Godoy's avatar William F Godoy
Browse files

Solves Issue #205

Missing file_index characteristic in BP1Writer metadata
parent 80e0bb88
No related branches found
No related tags found
1 merge request!206Solves Issue #205
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment