Skip to content

Commit eb0f93a

Browse files
TestBPAppendAfterSteps.cpp: Use unique file per agg type
1 parent 1dfcca9 commit eb0f93a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/adios2/engine/bp/TestBPAppendAfterSteps.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ TEST_P(BPAppendAfterStepsP, Test)
8888
<< " steps, then appending " << nSteps << " steps again with parameter "
8989
<< nAppendAfterSteps << std::endl;
9090

91-
std::string filename = "AppendAfterSteps_N" + std::to_string(mpiSize) + "_Steps" +
92-
std::to_string(nSteps) + "_Append_" + std::to_string(nAppendAfterSteps) +
93-
".bp";
91+
std::string filename = "AppendAfterSteps_agg_" + aggType + "_N" + std::to_string(mpiSize) +
92+
"_Steps" + std::to_string(nSteps) + "_Append_" +
93+
std::to_string(nAppendAfterSteps) + ".bp";
9494
size_t totalNSteps = 0;
9595

9696
{

0 commit comments

Comments
 (0)