Skip to content

Commit

Permalink
Merge pull request #553 from alarshi/remove_output_streams
Browse files Browse the repository at this point in the history
Add a note for differences in the release and debug mode.
  • Loading branch information
MFraters authored Feb 13, 2024
2 parents 09d6f66 + 37aa34c commit 23b3b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx/user_manual/installation/stand_alone_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ Stand-alone installation with all apps


Now the library, tester, and the two programs (described in {ref}`part:user_manual:chap:installation:sec:included`) are ready for use.

:::{note}
By default, the Geodynamic World Builder is configured in `debug` mode, i.e., it includes several assertions to make sure that the input and computed properties (temperature or composition) are reasonable. This makes the program much slower in the `debug ` mode compared to the `release` mode (10 times or more depending on the problem type). It is therefore recommended that you first test the feasibility of the generated output using a small problem (lower resolution or lesser features) in the `debug` mode and then use the `release` mode to run the full-scale problem for faster computation.
:::

0 comments on commit 23b3b5e

Please sign in to comment.