summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpaugier <pierre.augier@univ-grenoble-alpes.fr>2024-09-04 23:15:56 +0200
committerEli Schwartz <eschwartz93@gmail.com>2024-09-24 11:30:21 -0400
commite2ab61627a2989b9c7e4c8062d681a8084bf5280 (patch)
tree267d11a293f42e10b40b34afd9c724c5d72777d9 /docs
parentb7bf61e33e76705e6dd9a0e59e48ac9f3b97e765 (diff)
downloadmeson-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