diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Dependencies.md | 4 |
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`. |
