From bfa96def243340841c1752bb63eeb4add92fe25a Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Thu, 11 Dec 2025 09:14:00 +0300 Subject: MPI detection: support Intel MPI on Windows Co-authored-by: Dylan Baker --- docs/markdown/Dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') 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`. -- cgit v1.2.3