We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ca46 commit 597fcafCopy full SHA for 597fcaf
docs/src/installing.md
@@ -26,7 +26,7 @@ controlled with the optional environment variables:
26
- `JULIA_MPI_PATH`: the top-level installation directory of MPI.
27
- `JULIA_MPI_LIBRARY_PATH`: the directory containing the MPI library files.
28
- `JULIA_MPI_INCLUDE_PATH`: the directory containing the MPI header files.
29
-- `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`)
30
- `JULIA_MPICC`: MPI C compiler (default: `mpicc`)
31
- `JULIA_MPIEXEC`: MPI startup command (default: `mpiexec`)
32
0 commit comments