Skip to content

Commit 1250cda

Browse files
committed
Fix test
1 parent 585b084 commit 1250cda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/Files_ParallelIO/read_variablebased_randomaccess.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "ParallelIOTests.hpp"
22

3+
#include "openPMD/IO/ADIOS/macros.hpp"
34
#include "openPMD/openPMD.hpp"
45

56
#include <numeric>
@@ -18,8 +19,9 @@ static void create_file_in_serial()
1819
adios2::ADIOS adios;
1920
auto IO = adios.DeclareIO("IO");
2021
IO.SetEngine("bp5");
21-
auto engine =
22-
IO.Open("../samples/bp5_no_steps.bp", adios2::Mode::Write);
22+
auto engine = IO.Open(
23+
"../samples/read_variablebased_randomaccess.bp",
24+
adios2::Mode::Write);
2325

2426
auto variable =
2527
IO.DefineVariable<int>("/data/meshes/theta", {10}, {0}, {10});

0 commit comments

Comments
 (0)