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
c84707e4bd2c1e28f09b75ea3c3c27a555533efa
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
5
Mar
2
1
19
Feb
13
25
Jan
1
Mar
28
Feb
27
22
21
20
16
15
14
13
8
6
5
4
3
2
1
31
Jan
30
29
28
27
26
25
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
Test for N vars x M blocks per step x T steps
Add a RegistrationMethod parameter to Sst engines. This parameter controls how the contact information is communicated between writers and readers. Current options are File (which is how things have worked before with the Name parameter being interpreted as a filename into which to write contact information) and Screen (where contact information is written to and read from stdout and stdin respectively).
Merge pull request #467 from chuckatkins/rework-python-dependencies
Merge pull request #468 from scottwittenburg/fix-bpszwrapper-example
Fix undefined references when building with SZ
Fix bpSZWrapper example to work w/ and w/out MPI
Merge pull request #463 from eisenhauer/SST_rollup_branch
Use CMake's builtin FindPythonLibs instead of pybind11's
Merge pull request #466 from williamfgc/prof_bug
Issue #465 and profiling improvements
Merge pull request #464 from guj/0301
formt fix
necessary changes to update hdfmixer
added DataManCommon class
Changes to work on Infiniband fabric
clang-format
Fix a race condition on stream close
Kill unnecessary verbosity
Workaround because clang-format changes some things in a macro invocation with char*
Add preliminary reader close protocol to eliminate writer hanging on not-all-data-read, add an EVPath-based dataplane (different from dummy as it doesn't use RUDP for everything), add a DataPlane selection parameter to SST, load the selected data plane (not simply 'dummy')
Add lf_SetStringParameter functions so that we can have String SST parameters
Change SST test so that the reader actually reads data, the writer writes a timestep and it's no longer a simple test
Merge pull request #394 from pnorbert/test-staging-common
Merge branch 'test-staging-common' of github:pnorbert/ADIOS2 into test-staging-common
improve reliability of FindPeers file operations
Fix uninitialized variable
Speed up the slow writers and readers in the staging test to avoid timeout in CircleCI
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.
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 #462 from scottwittenburg/update-testing-parallelism
Make tests run serially and force max mpi procs to 16
Merge pull request #461 from williamfgc/f90_remove_vars
improve reliability of FindPeers file operations
Fix uninitialized variable
Issue #460 remove functions in C and Fortran bindings
Merge pull request #459 from williamfgc/f90_api_bugs
Fix for Issue #458
Merge pull request #457 from williamfgc/f90_localvar
Loading