Skip to content
Snippets Groups Projects
Commit 319a8402 authored by William F Godoy's avatar William F Godoy
Browse files

Changing the name from .bp to .h5 in helloHDF5 examples

parent 39fa6a9e
No related branches found
No related tags found
1 merge request!201Updating some documentation, removed a warning and h5 file name
......@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
"bpFloats", {size * Nx}, {rank * Nx}, {Nx}, adios2::ConstantDims);
/** Engine derived class, spawned to start IO operations */
auto hdf5Writer = hdf5IO.Open("myVector.bp", adios2::OpenMode::Write);
auto hdf5Writer = hdf5IO.Open("myVector.h5", adios2::OpenMode::Write);
if (!hdf5Writer)
{
......
......@@ -38,7 +38,7 @@ int main(int argc, char *argv[])
"bpFloats", {}, {}, {Nx}, adios2::ConstantDims);
/** Engine derived class, spawned to start IO operations */
auto hdf5Writer = hdf5IO.Open("myVector.bp", adios2::OpenMode::Write);
auto hdf5Writer = hdf5IO.Open("myVector.h5", adios2::OpenMode::Write);
if (!hdf5Writer)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment