Skip to content

Commit

Permalink
enable verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Mar 24, 2022
1 parent 8d0ddd9 commit 004d20d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testing/adios2/engine/dataman/TestDataMan2DSz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,11 @@ TEST_F(DataManEngineTest, 2D_Sz)
Dims start = {0};
Dims count = {100};
size_t steps = 5000;
adios2::Params engineParams = {{"IPAddress", "127.0.0.1"},
{"Port", "12330"}};
adios2::Params engineParams = {
{"IPAddress", "127.0.0.1"},
{"Port", "12330"},
{"Verbose", "12"},
};

// run workflow
auto r =
Expand Down

0 comments on commit 004d20d

Please sign in to comment.