- 09 Mar, 2020 3 commits
-
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
- 08 Mar, 2020 4 commits
-
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
- 07 Mar, 2020 1 commit
-
-
Ruonan Wang authored
-
- 06 Mar, 2020 9 commits
-
-
Wang, Ruonan authored
Add MpiHandshake to enable XGC-COUPLER-GENE communication pattern
-
Atkins, Charles Vernon authored
bindings: Convert Fortran MPI- and non-MPI implementations to submodules
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Brad King authored
Convert the separate modules implementing Fortran `adios2_init` and `adios2_open` generic procedure signatures for MPI and non-MPI variants into submodules. This allows the primary modules to be built first and the implementation submodules built later in separate libraries. In order to support compilers that do not support Fortran submodules, use preprocessor conditions to optionally build without submodules as before.
-
Brad King authored
This will be useful later to add preprocessor conditions to the implementation sources.
-
Brad King authored
-
Brad King authored
-
Atkins, Charles Vernon authored
Readme: Conda Badge
-
- 05 Mar, 2020 4 commits
-
-
Wang, Ruonan authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
- 04 Mar, 2020 3 commits
-
-
Axel Huebl authored
Add a badge to install ADIOS2 via conda-forge. By default, conda-forge packages install without MPI. The user can control variants via: - `conda install -c conda-forge adios2` default, nompi variant - `conda install -c conda-forge adios2=*=mpi*` any mpi-compatible implementation - `conda install -c conda-forge adios2=*=mpi_mpich*` pick mpich variant. Same result as `conda install -c conda-forge mpich adios2=*=mpi*` . - `conda install -c conda-forge adios2=1.13=nompi*` explicitly forbid MPI. Usually not necessary, as the build number offset causes `nompi` to be preferred unless MPI is explicitly requested.
-
Eisenhauer, Greg authored
Move async file open functionality to transports
-
Eisenhauer, Greg authored
-
- 03 Mar, 2020 16 commits
-
-
Wang, Ruonan authored
-
Atkins, Charles Vernon authored
Inline engine fixes
-
Atkins, Charles Vernon authored
Prevent hang when throwing out of adios constructor in MPI.
-
Atkins, Charles Vernon authored
docs: Fix typos
-
Nick authored
-
Caitlin Ross authored
-
Caitlin Ross authored
-
Atkins, Charles Vernon authored
-
Nick authored
-
Atkins, Charles Vernon authored
Fix adios_reorganize to handle cases where variables are not always p…
-
Atkins, Charles Vernon authored
docs: clarify documentation for dependency searching
-
Atkins, Charles Vernon authored
helper: Do not always duplicate MPI_Comm on Comm construction
-
Nick authored
-
Nick authored
-
Wang, Ruonan authored
-
Atkins, Charles Vernon authored
-