Skip to content

Commit

Permalink
Document how to install both the DUNE and the DuMux adapters on the s…
Browse files Browse the repository at this point in the history
…ame system (#38)
  • Loading branch information
MakisH authored Apr 27, 2024
1 parent 7d0e017 commit 48f1bda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ Note that to change this setting it may be required to clear the CMake caches in

For more ways to manipulate/adapt the build and configuration step, please consult the `dunecontrol` documentation.

{% important %}
In case you want to get both the [DUNE adapter](https://precice.org/adapter-dune.html) and the DuMux adapter, add all modules in the same directory, and use
`dunecontrol` to build all modules.
To ensure consistency among DUNE module versions, you might want to explicitly download and build each module, instead of using the `installdumux.py` script.
Finally, make sure that you build all modules with the same CMake options (use the same `--opts` for both, or ommit it to use the default CMake options from vanilla DUNE).
{% endimportant %}

## Build tests (optional)

Optional, but recommended: Build all tests to verify the installation. For this navigate in the `build-cmake/` directory and build the `build_tests` target.
Expand Down

0 comments on commit 48f1bda

Please # to comment.