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
9efca9036754cc747f0d5ab5485fafcec30cb4c6
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
17
Jan
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
28
26
25
24
21
19
18
30
Jun
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.
Merge pull request #402 from pnorbert/fix-adios1-reader
PerformGets in EndStep if necessary in ADIOS1 engine
Speed up the slow writers and readers in the staging test to avoid timeout in CircleCI
Merge pull request #398 from williamfgc/gather_bug
Issue #396 extra check for empty GathervVectors
Extended staging tests: single step, 10 steps, slow writer, slow reader. Added checking each value on the read side. Currently 48 individual tests are generated by this test when running on 16 cores.
Merge pull request #397 from eisenhauer/fix_MPI_COMM_WORLD_USE
Need to use saved MPI communicator, not MPI_COMM_WORLD
Add a cmake module for SZ
Add SZ compression and an example
Only build test for SST if SST is enabled
clang-format
Add a staging test code that runs within one MPI executable. It is a parameterized test, so it tests multiple combinations on N writers and M readers, where N+M is not greater than the actual number of processes of the test run. Currently two tests are created for SST and InSituMPI engines by cmake.
Merge pull request #390 from pnorbert/fix-hellobpreader
Merge pull request #391 from chuckatkins/suppress-warnings
Suppress getaddrinfo warning from gtest with static glibc
Add comm-self to reader part of these examples since not all processes participate in the read.
Merge pull request #389 from pnorbert/fix-insitu-commworld
Add initial warning suppression for dlopen
Do not duplicate MPI_COMM_WORLD in InSituMPI engine because MPI_Comm_dup() is collective operation. Not every process gets to this call.
Merge pull request #387 from chuckatkins/fix-static-kwsys
Merge branch 'upstream-KWSys' into fix-static-kwsys
KWSys 2018-01-10 (49a21d48)
Fixed struct casts
Merge pull request #386 from pnorbert/fix-fortran-iargc
Formatting fixes
Fix #ifdef condition in F90 example to work on Cray Fortran
Fixed target_sources for dp
Merge remote-tracking branch 'upstream/master' into rdmasst2
Loading