File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ and apply the appropriate conditionals in your build:
488
488
489
489
490
490
Preferring a provider (usually nompi)
491
- """""""""""""""""""""""""""""""""""""
491
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
492
492
493
493
Up to here, mpi providers have no explicit preference. When choosing an MPI provider, the mutual exclusivity of
494
494
the ``mpi `` metapackage allows picking between mpi providers by installing an mpi provider, e.g.
@@ -580,7 +580,7 @@ Remove the ``if mpi...`` condition if all variants should create a strict runtim
580
580
chosen at build time (i.e. if the nompi build cannot be run against the mpich build).
581
581
582
582
Complete example
583
- """"""""""""""""
583
+ ^^^^^^^^^^^^^^^^
584
584
585
585
Combining all of the above, here is a complete recipe, with:
586
586
@@ -660,7 +660,7 @@ mpi-metapackage exclusivity allows ``mpi_*`` to resolve the same as ``mpi_{{ mpi
660
660
if ``{{ mpi }} `` is also a direct dependency, though it's probably nicer to be explicit.
661
661
662
662
Just mpi example
663
- """"""""""""""""
663
+ ^^^^^^^^^^^^^^^^
664
664
665
665
Without a preferred ``nompi `` variant, recipes that require mpi are much simpler. This is all that is needed:
666
666
You can’t perform that action at this time.
0 commit comments