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
Graph
0706296360ea6555503e641922d65394f5e5c578
Select Git revision
Branches
14
JongTest
dashboard
github/fork/KyleFromKitware/check-type-representation
github/fork/KyleFromKitware/tsan
github/fork/ax3l/topic-complexLongDouble
github/fork/ax3l/topic-complexLongDoubleFortran
github/fork/bradking/cmake-package-no-enable-language
github/fork/eisenhauer/SstReaderMacros
github/fork/eisenhauer/StagingCommonTestDesc
github/fork/opadron/ci-testing
hooks
master
default
protected
release_24
release_25
Tags
10
v2.5.0
v2.4.0
v2.4.0-rc1
v2.4.0-rc
v2.3.1
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.0
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jan
24
23
19
18
17
16
15
14
13
12
11
10
9
8
6
5
4
3
2
1
29
Dec
28
27
26
25
22
20
19
18
15
14
13
12
11
8
7
6
5
4
1
30
Nov
28
27
25
22
21
20
19
18
17
16
15
14
13
12
10
9
8
7
6
3
2
1
31
Oct
30
27
26
25
24
23
20
19
18
17
13
11
10
9
8
3
28
Sep
26
21
20
19
15
14
11
8
7
6
5
4
1
31
Aug
30
29
28
25
24
23
22
18
17
14
11
10
9
8
7
4
2
1
31
Jul
Do the same variable definition in adios1 and hdf5 engines as in the BP3 deserializer
At read time, define the variable start/count with {0,...,0}/shape so that the selection is the whole variable. This way Variable.TotalSize() is correct after InquireVariable, and also one can immediately just read the whole variable without making a selection.
Merge pull request #419 from JasonRuonanWang/bpindataman
solved compiling error caused by merge
clang-format on merge
Merge branch 'master' into bpindataman
finished refining DataMan, decoupled transport threads and API
Reverse at Variable inspection and at setting Seeks
Merge pull request #416 from williamfgc/current_step
Merge pull request #418 from pnorbert/fix-insitumpi
Fix InsituMPI engine to call PerformGets in EndStep when necessary in case of fixed schedule
Merge branch 'master' into current_step
Merge pull request #417 from williamfgc/adios1_read
Disable non-mpi test for single file (not supported in ADIOS2)
Enable reader for ADIOS1 generated files
Added CurrentStep in MetadataSet of BP3Base
Enhancement #415 Added CurrentStep Engine function
Working on adding test
Support for adios1 bitmap statistics at read
Merge pull request #412 from guj/0122
clang-format
clang-format
changed TimeStep to Step
changed TimeStep to Step
Merge pull request #410 from williamfgc/test_xml
Adding MPI dependency to XML tests
WIP: trying to decouple transport manager threads and engine threads
Create the fortran version of the reader program. It currently does not pass the inquire variable step.
Merge pull request #407 from williamfgc/f90_dims
Merge pull request #408 from williamfgc/ht_bug
Fix for #401 missing data in BP File
Enabling variable shape inspection #368
Merge pull request #406 from williamfgc/close_mpi
Issue #405 make Close call MPI_Comm_free in all Engines
Merge pull request #403 from pnorbert/redo-heat-reader
fix HDF5 reader to call PerformGets() from EndStep() if necessary. fix hdf5 and dataman config files for the new example
clang format
Move computation from main into separate function
clang-format
Modify heat transfer read program to calculate dT from T and write out T and dT with ADIOS. Modified bpfile, adios1 and insitu config for it. Need to do hdf5 and dataman. Also removed PerformGets from read code, so EndStep() should call PerformSteps() in every engine. This needs to be tested.
Loading