- 27 Feb, 2020 5 commits
-
-
Atkins, Charles Vernon authored
bindings: Consolidate MPI and non-MPI Fortran adios2_init and adios2_open
-
pnorbert authored
Print App ID with timing infa on screen as well as write perf files w…
-
Brad King authored
Combine the `bindings/Fortran/modules/{mpi,nompi}/*` sources to provide a single definition of the modules providing the `adios2_init` and `adios2_open` generic procedures. Include the MPI signatures only when ADIOS is built with MPI enabled.
-
Brad King authored
-
Podhorszki, Norbert authored
Print App ID with timing infa on screen as well as write perf files with app ID, so apps in an MPMD run can be tracked. Fix array values in tasks with no step setting.
-
- 26 Feb, 2020 6 commits
-
-
Eisenhauer, Greg authored
Fix race condition in LocalTimeDate()
-
Brad King authored
Name them all with `_serial` and `_mpi` suffixes to distinguish them.
-
Brad King authored
Update `adios2_open_old_comm` to complete the change made to `adios2_open_new_comm` and the serial `adios2_open` by commit 1c01d05c (Adding bindings functionality, 2018-06-27, v2.2.0^2~5). Update the serial `adios2_open` to complete the change made to the others by commit ff7ddfac (Enable null engine in Fortran, 2019-04-11, v2.4.0-rc~56^2~2)
-
Brad King authored
Some tests were calling `adios2_init_nompi` which is a private name implementing one variant of the `adios2_init` generic procedure. Use the public name instead just as applications should.
-
Brad King authored
The example was calling `adios2_init_config` which is a private name implementing one variant of the `adios2_init` generic procedure. Use the public name instead just as applications should.
-
Kyle Edwards authored
-
- 25 Feb, 2020 2 commits
-
-
Eisenhauer, Greg authored
TransportMan TSAN changes
-
Eisenhauer, Greg authored
-
- 23 Feb, 2020 1 commit
-
-
Wang, Ruonan authored
Optimize one-sided MPI in SSC
-
- 22 Feb, 2020 4 commits
-
-
Ruonan Wang authored
-
Wang, Ruonan authored
Enable multi-block in SSC reader
-
Ruonan Wang authored
-
Ruonan Wang authored
-
- 21 Feb, 2020 10 commits
-
-
Wang, Ruonan authored
-
Wang, Ruonan authored
added one sided post pull and one sided fence pull modes in ssc
-
Wang, Ruonan authored
-
pnorbert authored
adios_reorganize: do not stay in infinite loop reading an unclosed BP…
-
Wang, Ruonan authored
-
adios_reorganize: do not stay in infinite loop reading an unclosed BP file if the reading engine is BPFile, BP3, File or the default (picked by empty string). Instead, explain what's going on and finish.
-
Atkins, Charles Vernon authored
Fix memory leak from CompressZFP.
-
Atkins, Charles Vernon authored
-
NAThompson authored
-
NAThompson authored
-
- 20 Feb, 2020 5 commits
-
-
Atkins, Charles Vernon authored
table: Enable engine without MPI by cleaning up sub-adios APIs
-
NAThompson authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- 19 Feb, 2020 1 commit
-
-
Atkins, Charles Vernon authored
Allow setting absolute paths for CMAKE_INSTALL_BINDIR
-
- 18 Feb, 2020 6 commits
-
-
Brad King authored
Fix end condition when iterating through `if_nameindex` array. Add missing resource free operations in error conditions. Unfortunately the Clang Memory Sanitizer does not recognize that `if_nameindex` initializes the array behind the pointer it returns and complains on the first dereference that it is uninitialized. Suppress the Memory Sanitizer for this function.
-
Atkins, Charles Vernon authored
-
Brad King authored
Now that we manage table's sub-adios through the core API we can access the core ADIOS constructor that accepts the Comm abstraction instead of a raw MPI_Comm. We can use `Comm::World()` instead of `MPI_COMM_WORLD`. This allows us to enable the Table engine even when ADIOS is built without MPI.
-
Brad King authored
Avoid using the public C++11 bindings API from the core implementation.
-
Wang, Ruonan authored
added CurrentStep in IMPI writer
-
Wang, Ruonan authored
-