Skip to content

Commit 4ff3d85

Browse files
authored
DOC: Add note about mpi compiler metapackages
Closes conda-forge/openmpi-feedstock#91
1 parent 1c0257f commit 4ff3d85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,13 @@ Without a preferred ``nompi`` variant, recipes that require mpi are much simpler
680680
run:
681681
- {{ mpi }}
682682
683+
MPI Compilers
684+
^^^^^^^^^^^^^
685+
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.
683690

684691

685692
OpenMP

0 commit comments

Comments
 (0)