summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLisandro Dalcin <dalcinl@gmail.com>2025-12-11 09:14:00 +0300
committerDylan Baker <dylan@pnwbakers.com>2025-12-11 09:29:19 -0800
commitbfa96def243340841c1752bb63eeb4add92fe25a (patch)
tree5a49d33313d1d7f52840324a3279e731c1b6e74b /docs
parentbc61d5c161146aade9be90a09a3655cc7999749a (diff)
downloadmeson-bfa96def243340841c1752bb63eeb4add92fe25a.tar.gz
MPI detection: support Intel MPI on Windows
Co-authored-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dependencies.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 4d94d583c..bfb1c1ede 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -659,8 +659,8 @@ not provide them, it will search for the standard wrapper executables,
`mpic`, `mpicxx`, `mpic++`, `mpifort`, `mpif90`, `mpif77`. If these
are not in your path, they can be specified by setting the standard
environment variables `MPICC`, `MPICXX`, `MPIFC`, `MPIF90`, or
-`MPIF77`, during configuration. It will also try to use the Microsoft
-implementation on windows via the `system` method.
+`MPIF77`, during configuration. On Windows, Meson uses the `system` method and
+searches for Microsoft MPI. *Since 1.11.0* Intel MPI is also supported.
`method` may be `auto`, `config-tool`, `pkg-config` or `system`.