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
f7fdfd57ee35a7d21ffa5e65db2104f347aa30e4
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
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
28
27
25
24
23
22
21
20
19
Merge pull request #366 from JasonRuonanWang/bpindataman
heat transfer read/write worked with dataman with multiple MPI ranks in N-to-N pattern
fixed a data size problem in dataman reader
fixed a variable memory copy problem
heat transfer read example worked with dataman
able to dump bp files on the receiver side for heat transfer example
Merge pull request #367 from williamfgc/bpls2
Merge branch 'bpls2' of https://github.com/williamfgc/adios2 into bpls2
clang-format inconsistency on Mac
Merge branch 'release' into bpls2
Minor changes to enable current BPLS2
Merge branch 'release'
Merge pull request #365 from pnorbert/fix_adios1timestep
InSituMPI reader receives data in-place if it can
Added IsIntersectionContiguousSubarray() to adiosMath.h
Fixes for block size requested, non-fixed schedule, and some cleanup.
InSituMPI engine now transfers data between writers and readers
Added GetSubFileInfoMap() to BP3Deserializer, so that the InSituMPI reader can access it.
Merge branch 'release' into fix_adios1timestep
Removed ADIOS1 engine's fixed -1 skew to timesteps as now both versions handle them the same way. This fixes the heat transfer example with the adios1 engine.
InSituMPI writers and readers print out the plan for data sends and receives. No data transfer yet.
added IdenticalBoxes() to adiosMath to check if two boxes are the same
Merge pull request #364 from williamfgc/step_bug
Issue #363 BPFileReader BeginStep return
InSituMPI Readers serialize all read requests and send them to all Writers. Writers receive them but do not process them yet.
InSituMPI create correct metadata to send over, reader manages multiple steps now. Only works with FixedSchedule.
Make BP3Serializer::SerializeMetadataInData() public so InSituMPIWriter can use it.
InSituMPI engine: metadata collected on writer side and sent over to readers.
Duplicate MPI communicator at Open()
Merge pull request #361 from williamfgc/attrs
Merge branch 'release' into attrs
Added test and limiting string array size
Merge branch 'release'
Merge pull request #359 from chuckatkins/fix-python-warnings
Fix warnings from python and GNU headers.
Merge branch 'release'
Merge branch 'fix-vcs2017-build' into release
Merge pull request #358 from chuckatkins/fix-vcs2017-build
Silence MSVC TR1 noise
InSituMPI engine: peers are calculated and connected. Test added. New step number is sent over.
Loading