Skip to content

Commit 87f2017

Browse files
committed
Removed BP4 from read-once optimization for metadata as it was preventing online analysis using this ADIOS2 comms strategy
1 parent 96e4492 commit 87f2017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ad/ADParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void ADParser::update_attributes() {
119119
//Clear metadata even if only updating attributes once, otherwise it will never be cleared!
120120
m_new_metadata.clear(); //clear all previously seen metadata
121121

122-
if ( (m_engineType == "BPFile" || m_engineType == "BP4") && m_attr_once) return;
122+
if ( m_engineType == "BPFile" && m_attr_once) return;
123123

124124
const std::map<std::string, adios2::Params> attributes = m_io.AvailableAttributes(); //adios2::Params is an alias to std::map<std::string,std::string>
125125
verboseStream << "ADParser::update_attributes: rank " << m_rank << " got attributes" << std::endl;

0 commit comments

Comments
 (0)