Add sentence
Compare changes
@@ -253,7 +253,8 @@ Some conda packages available on `conda-forge` and `bioconda` support MPI (via `
@@ -253,7 +253,8 @@ Some conda packages available on `conda-forge` and `bioconda` support MPI (via `
In order to be able to correctly use these MPI packages with the MPI libraries installed on our clusters, two steps need to be performed.
First, at install time, besides the package, the package `openmpi=4.1.*=external_*` or `mpich=4.0.*=external_*` needs to be installed for `openmpi` or `mpich` respectively.
Secondly, when activating the conda environment and using the package, the system-wide `openmpi/4.1` or `mpich/4.0` module needs to be loaded depending on the MPI library used.