Skip to content

Readme: Conda Badge

Podhorszki, Norbert requested to merge github/fork/ax3l/doc-badgeCF into master

Created by: ax3l

Add a badge to install ADIOS2 via conda-forge: Conda Version

Conda-forge packages are currently built for win-64, osx-64, linux-64, linux-aarch64, and linux-ppc64le.

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.

User-facing conda-forge package index: https://anaconda.org/conda-forge/adios2 Feedstock that automatically builds the packages: https://github.com/conda-forge/adios2-feedstock

Merge request reports