- 28 Feb, 2020 1 commit
-
-
Brad King authored
PGI Fortran 19.10 does not like the VALUE attribute on module procedure arguments when the procedures are implemented in submodules. Remove the attribute to allow that possibility.
-
- 27 Feb, 2020 2 commits
- 26 Feb, 2020 4 commits
-
-
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.
-
- 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
-
- 17 Feb, 2020 4 commits
-
-
Atkins, Charles Vernon authored
bindings: Factor out MPI-specific bindings into separate sources
-
Franz Pöschel authored
By default, this variable is set to "bin", denoting a path within CMAKE_INSTALL_PREFIX. It may also be an absolute path which is currently not considered in the post-install scripts.
-
Wang, Ruonan authored
Enable multi-writer and multi-reader for ssc
-
Ruonan Wang authored
-