From 4120cdd01ae77e9fb41297600ff137435ef00680 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 29 Jan 2020 14:37:17 -0800 Subject: [PATCH] docs: update MPI documentation with methods --- docs/markdown/Dependencies.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 69374488d..05c97e537 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -411,7 +411,13 @@ 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. +`MPIF77`, during configuration. It will also try to use the Microsoft +implementation on windows via the `system` method. + +`method` may be `auto`, `config-tool`, `pkg-config` or `system`. + +*New in 0.54.0* The `config-tool` and `system` method values. Previous +versions would always try `pkg-config`, then `config-tool`, then `system`. ## NetCDF