Skip to content

Commit c3b2a32

Browse files
carterboxleofang
andauthored
Update src/maintainer/knowledge_base.rst
Co-authored-by: Leo Fang <[email protected]>
1 parent efed104 commit c3b2a32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,10 +683,10 @@ Without a preferred ``nompi`` variant, recipes that require mpi are much simpler
683683
MPI Compilers
684684
^^^^^^^^^^^^^
685685

686-
Do not use the `[openmpi,mpich]-mpicc` metapackages in the `requirements/build` section
687-
of a recipe; the mpi compiler wrappers are included in the main openmpi/mpich packages.
688-
Add openmpi/mpich to the `requirements/host` section and use compiler directives for the
689-
corresponding compilers in `requirements/build` as normal.
686+
Do not use the ``[openmpi,mpich]-[mpicc, mpicxx, mpifort]`` metapackages in the ``requirements/build`` section
687+
of a recipe; the MPI compiler wrappers are included in the main ``openmpi``/``mpich`` packages.
688+
As shown above, just add ``openmpi``/``mpich`` to the ``requirements/host`` section and use compiler directives for the
689+
corresponding compilers in ``requirements/build`` as normal.
690690

691691

692692
OpenMP

0 commit comments

Comments
 (0)