Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 19, 2024
1 parent 585b084 commit 1250cda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/Files_ParallelIO/read_variablebased_randomaccess.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "ParallelIOTests.hpp"

#include "openPMD/IO/ADIOS/macros.hpp"
#include "openPMD/openPMD.hpp"

#include <numeric>
Expand All @@ -18,8 +19,9 @@ static void create_file_in_serial()
adios2::ADIOS adios;
auto IO = adios.DeclareIO("IO");
IO.SetEngine("bp5");
auto engine =
IO.Open("../samples/bp5_no_steps.bp", adios2::Mode::Write);
auto engine = IO.Open(
"../samples/read_variablebased_randomaccess.bp",
adios2::Mode::Write);

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

0 comments on commit 1250cda

Please sign in to comment.