Skip to content

Commit 597fcaf

Browse files
PhilipVincsimonbyrne
authored andcommitted
Correct undercase in setup.md (#288)
1 parent 615ca46 commit 597fcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/installing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ controlled with the optional environment variables:
2626
- `JULIA_MPI_PATH`: the top-level installation directory of MPI.
2727
- `JULIA_MPI_LIBRARY_PATH`: the directory containing the MPI library files.
2828
- `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`)
29+
- `JULIA_MPI_CFLAGS`: C flags passed to the constant generation build (default: `-lmpi`)
3030
- `JULIA_MPICC`: MPI C compiler (default: `mpicc`)
3131
- `JULIA_MPIEXEC`: MPI startup command (default: `mpiexec`)
3232

0 commit comments

Comments
 (0)