diff --git a/test/Files_ParallelIO/read_variablebased_randomaccess.cpp b/test/Files_ParallelIO/read_variablebased_randomaccess.cpp index e366704871..3c2640ac43 100644 --- a/test/Files_ParallelIO/read_variablebased_randomaccess.cpp +++ b/test/Files_ParallelIO/read_variablebased_randomaccess.cpp @@ -1,5 +1,6 @@ #include "ParallelIOTests.hpp" +#include "openPMD/IO/ADIOS/macros.hpp" #include "openPMD/openPMD.hpp" #include @@ -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("/data/meshes/theta", {10}, {0}, {10});