diff options
| author | paugier <pierre.augier@univ-grenoble-alpes.fr> | 2024-09-04 23:15:56 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-09-24 11:30:21 -0400 |
| commit | e2ab61627a2989b9c7e4c8062d681a8084bf5280 (patch) | |
| tree | 267d11a293f42e10b40b34afd9c724c5d72777d9 /docs | |
| parent | b7bf61e33e76705e6dd9a0e59e48ac9f3b97e765 (diff) | |
| download | meson-e2ab61627a2989b9c7e4c8062d681a8084bf5280.tar.gz | |
MPI detection: mpicc/mpiicc before pkg-config
The standard way to compile MPI applications (recommanded by all MPI implementations)
is to use the commands mpicc/mpiicc (and friends). Therefore, it is standard to
just set PATH such that mpicc points towards a wrapper of the MPI implementation
that one wants to use.
In contrast, pkg-config is supported only by OpenMPI.
Therefore, Meson has first to take into account the mpicc command to get chance
to use mpicc of MPICH or IntelMPI in the case OpenMPI is installed
(so that pkg-config would find it).
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
