Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
bcc08b22
Commit
bcc08b22
authored
Jun 30, 2017
by
William F Godoy
Browse files
Solves Issue
#205
Missing file_index characteristic in BP1Writer metadata
parent
80e0bb88
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/adios2/toolkit/format/bp1/BP1Writer.tcc
View file @
bcc08b22
...
...
@@ -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);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment