Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
408e9b87
Commit
408e9b87
authored
7 years ago
by
Podhorszki, Norbert
Browse files
Options
Downloads
Patches
Plain Diff
Fix HDF5 writer for new STLVector constructor
parent
bbe96fb1
No related branches found
No related tags found
1 merge request
!77
Fix HDF5 writer for new STLVector constructor
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/adios2/engine/hdf5/HDF5WriterP.cpp
+2
-2
2 additions, 2 deletions
source/adios2/engine/hdf5/HDF5WriterP.cpp
with
2 additions
and
2 deletions
source/adios2/engine/hdf5/HDF5WriterP.cpp
+
2
−
2
View file @
408e9b87
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
#include
<iostream>
//needs to go away, this is just for demo purposes
#include
<iostream>
//needs to go away, this is just for demo purposes
#include
"adios2/ADIOSMPI.h"
#include
"adios2/core/Support.h"
#include
"adios2/core/Support.h"
#include
"adios2/core/adiosFunctions.h"
//CSVToVector
#include
"adios2/core/adiosFunctions.h"
//CSVToVector
#include
"adiso2/ADIOSMPI.h"
namespace
adios
namespace
adios
{
{
...
@@ -25,7 +25,7 @@ HDF5Writer::HDF5Writer(ADIOS &adios, const std::string name,
...
@@ -25,7 +25,7 @@ HDF5Writer::HDF5Writer(ADIOS &adios, const std::string name,
:
Engine
(
adios
,
"HDF5Writer"
,
name
,
accessMode
,
mpiComm
,
:
Engine
(
adios
,
"HDF5Writer"
,
name
,
accessMode
,
mpiComm
,
method
,
/*debugMode, cores,*/
method
,
/*debugMode, cores,*/
" HDF5Writer constructor (or call to ADIOS Open).
\n
"
),
" HDF5Writer constructor (or call to ADIOS Open).
\n
"
),
m_Buffer
(
accessMode
,
m_RankMPI
,
m_DebugMode
)
m_Buffer
(
m_DebugMode
)
{
{
//
//
// 16, 4 vs: 8
// 16, 4 vs: 8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment