Skip to content

Commit

Permalink
docs: mention flag --parallel for parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Aug 27, 2024
1 parent 36b5d95 commit 42676a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/users_guide/building_eCLM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ cmake --build "$BUILD_DIR"
cmake --install "$BUILD_DIR"
```

* adding the flag `--parallel 8` can potentially speed up the build
process (full command: `cmake --build "$BUILD_DIR" --parallel 8`),
https://cmake.org/cmake/help/latest/manual/cmake.1.html#cmdoption-cmake-build-j

### Install namelist generator Python package

The namelist generator scripts require Python 3.X.
Expand Down

0 comments on commit 42676a7

Please sign in to comment.