From 4bee83870b018ba9480bc7e84e29b348e14a99b9 Mon Sep 17 00:00:00 2001 From: Filippo Vicentini Date: Fri, 12 Jul 2019 15:06:29 +0200 Subject: [PATCH] Correct undercase in setup.md --- docs/src/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installing.md b/docs/src/installing.md index 7086add40..0051d8dc9 100644 --- a/docs/src/installing.md +++ b/docs/src/installing.md @@ -26,7 +26,7 @@ controlled with the optional environment variables: - `JULIA_MPI_PATH`: the top-level installation directory of MPI. - `JULIA_MPI_LIBRARY_PATH`: the directory containing the MPI library files. - `JULIA_MPI_INCLUDE_PATH`: the directory containing the MPI header files. -- `JULIA_MPI_CFlAGS`: C flags passed to the constant generation build (default: `-lmpi`) +- `JULIA_MPI_CFLAGS`: C flags passed to the constant generation build (default: `-lmpi`) - `JULIA_MPICC`: MPI C compiler (default: `mpicc`) - `JULIA_MPIEXEC`: MPI startup command (default: `mpiexec`)