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
57ea97a1
Commit
57ea97a1
authored
7 years ago
by
Podhorszki, Norbert
Browse files
Options
Downloads
Patches
Plain Diff
fix heat transfer read to read all steps at once
parent
272803ad
No related branches found
No related tags found
1 merge request
!102
Variables3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/heatTransfer/read/heatRead_adios2.cpp
+2
-2
2 additions, 2 deletions
examples/heatTransfer/read/heatRead_adios2.cpp
with
2 additions
and
2 deletions
examples/heatTransfer/read/heatRead_adios2.cpp
+
2
−
2
View file @
57ea97a1
...
...
@@ -105,8 +105,8 @@ int main(int argc, char *argv[])
double
*
T
=
new
double
[
vT
->
GetNSteps
()
*
readsize
[
0
]
*
readsize
[
1
]];
// Create a 2D selection for the subset
adios
::
Selection
BoundingBox
sel
(
offset
,
readsize
);
vT
->
SetSelection
(
sel
);
vT
->
Set
Selection
(
offset
,
readsize
);
vT
->
SetS
tepS
election
(
0
,
vT
->
GetNSteps
()
);
// Arrays are read by scheduling one or more of them
// and performing the reads at once
...
...
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