- 13 Mar, 2020 5 commits
-
-
Brad King authored
The EVPath package has no COMPONENTS. The existing use of them for EVPath was probably accidentally copied from the HDF5 dependency.
-
Brad King authored
-
Brad King authored
The C test should use `MPI::MPI_C`, not `MPI::MPI_CXX`.
-
Brad King authored
# By EVPath Upstream * upstream-EVPath: EVPath 2020-03-13 (a596e381)
-
EVPath Upstream authored
Code extracted from: https://github.com/GTkorvo/EVPath.git at commit a596e3816203c8215575beb3ddabf87f9413fd73 (master). Upstream Shortlog ----------------- Chuck Atkins (5): 8dcd9fcf Use an interface library to remove evpath link dependencies from tranports. 7b15215e Remove superferlous ATL header and link dependencies a0be0a74 Revert "Remove superferlous ATL header and link dependencies" b2cf5d1b Add missing atl dependencies from transport modules 9fb03cda Add GitHub Actions CI
-
- 12 Mar, 2020 1 commit
-
-
pnorbert authored
Fix reorg local arrays
-
- 11 Mar, 2020 2 commits
-
-
Podhorszki, Norbert authored
-
Podhorszki, Norbert authored
adios_reorganize can convert Local Array variable if it has exactly 1 block. Otherwise, it will quit with a meaningful message instead of segfault. Related to issue #2033.
-
- 10 Mar, 2020 2 commits
-
-
pnorbert authored
Fix InSituMPI crash on big-endian platforms
-
Wang, Ruonan authored
fixed a bug in ssc reader and added more common staging tests
-
- 09 Mar, 2020 8 commits
-
-
Ruonan Wang authored
-
Wang, Ruonan authored
bring some common-staging tests back to SSC
-
Ruonan Wang authored
-
Wang, Ruonan authored
Fix a few multi-stream issues in SSC and add tests for xgc-coupler-gene use case
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
- 08 Mar, 2020 7 commits
-
-
Ruonan Wang authored
-
Ruonan Wang authored
-
Wang, Ruonan authored
Fix unaligned memory access in SSC engine
-
Keichi Takahashi authored
-
Keichi Takahashi 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 1 commit
-
-
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.
-