Loading examples/hello/hdf5Writer/helloHDF5Writer.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ int main(int argc, char *argv[]) adios2::Variable<int> h5Ints = hdf5IO.DefineVariable<int>( "h5Ints", {size * Nx}, {rank * Nx}, {Nx}, adios2::ConstantDims); adios2::Variable<double> h5ScalarDouble = hdf5IO.DefineVariable<double>("h5ScalarDouble"); adios2::Variable<double> h5ScalarDouble = hdf5IO.DefineVariable<double>("h5ScalarDouble"); /** Engine derived class, spawned to start IO operations */ adios2::Engine hdf5Writer = hdf5IO.Open("myVector.h5", adios2::Mode::Write); Loading Loading
examples/hello/hdf5Writer/helloHDF5Writer.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,8 @@ int main(int argc, char *argv[]) adios2::Variable<int> h5Ints = hdf5IO.DefineVariable<int>( "h5Ints", {size * Nx}, {rank * Nx}, {Nx}, adios2::ConstantDims); adios2::Variable<double> h5ScalarDouble = hdf5IO.DefineVariable<double>("h5ScalarDouble"); adios2::Variable<double> h5ScalarDouble = hdf5IO.DefineVariable<double>("h5ScalarDouble"); /** Engine derived class, spawned to start IO operations */ adios2::Engine hdf5Writer = hdf5IO.Open("myVector.h5", adios2::Mode::Write); Loading