Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
319a8402
Commit
319a8402
authored
Jun 30, 2017
by
William F Godoy
Browse files
Changing the name from .bp to .h5 in helloHDF5 examples
parent
39fa6a9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/hello/hdf5Writer/helloHDF5Writer.cpp
View file @
319a8402
...
...
@@ -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
)
{
...
...
examples/hello/hdf5Writer/helloHDF5Writer_nompi.cpp
View file @
319a8402
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment