- 12 Mar, 2020 3 commits
-
-
-
-
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 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 1 commit
-
-
Wang, Ruonan authored
-