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
f80dba4f
Commit
f80dba4f
authored
7 years ago
by
guj
Committed by
Atkins, Charles Vernon
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
removed commented out session
parent
bcbc9791
No related branches found
No related tags found
1 merge request
!101
Hdf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/adios2/engine/hdf5/HDF5WriterP.cpp
+1
-20
1 addition, 20 deletions
source/adios2/engine/hdf5/HDF5WriterP.cpp
with
1 addition
and
20 deletions
source/adios2/engine/hdf5/HDF5WriterP.cpp
+
1
−
20
View file @
f80dba4f
...
@@ -241,26 +241,7 @@ void HDF5Writer::Write(const std::string variableName,
...
@@ -241,26 +241,7 @@ void HDF5Writer::Write(const std::string variableName,
void
HDF5Writer
::
Advance
(
float
timeoutSec
)
{
m_H5File
.
H5_Advance
(
0
);
}
void
HDF5Writer
::
Advance
(
float
timeoutSec
)
{
m_H5File
.
H5_Advance
(
0
);
}
void
HDF5Writer
::
Close
(
const
int
transportIndex
)
void
HDF5Writer
::
Close
(
const
int
transportIndex
)
{
m_H5File
.
H5_Close
();
}
{
/*
//void* hi = H5Iobject_verify(H5S_SCALAR, H5I_DATASPACE);
hid_t s = H5Screate(H5S_SCALAR);
//hid_t attr = H5Acreate(m_H5File.m_Group_id, "NumTimeSteps",
H5T_NATIVE_UINT,
s, H5P_DEFAULT, H5P_DEFAULT);
hid_t attr = H5Acreate(m_H5File.m_File_id, "NumTimeSteps", H5T_NATIVE_UINT,
s,
H5P_DEFAULT, H5P_DEFAULT);
uint totalts = m_H5File.m_CurrentTimeStep+1;
H5Awrite(attr,H5T_NATIVE_UINT,&totalts);
H5Sclose(s);
H5Aclose(attr);
*/
m_H5File
.
H5_Close
();
}
template
<
class
T
>
template
<
class
T
>
void
HDF5Writer
::
UseHDFWrite
(
Variable
<
T
>
&
variable
,
const
T
*
values
,
void
HDF5Writer
::
UseHDFWrite
(
Variable
<
T
>
&
variable
,
const
T
*
values
,
...
...
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