Skip to content

Commit

Permalink
docs: Correct instructions to build without MPI (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Lentz authored Feb 1, 2023
1 parent 35a5f2a commit ba9c712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ to not use an MPI aware compiler, you should pass the include and library
locations to the build system.

libFMS can be built without MPI support (sometimes called "no-comm mode"). To
build libFMS without MPI support, pass to `configure` the `--disable-mpi` flag.
build libFMS without MPI support, pass to `configure` the `--with-mpi=no` flag.

## Supported Build Systems

Expand Down

0 comments on commit ba9c712

Please sign in to comment.