From 7da8cdcb03dcab8af97aaceeba8ffb7442827148 Mon Sep 17 00:00:00 2001 From: Caspar Jungbacker Date: Thu, 2 Jan 2025 11:33:41 +0100 Subject: [PATCH 1/2] Update compilation guide --- book/running/compilation.ipynb | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/book/running/compilation.ipynb b/book/running/compilation.ipynb index e33da3f..9724516 100644 --- a/book/running/compilation.ipynb +++ b/book/running/compilation.ipynb @@ -22,28 +22,23 @@ "```{code} shell\n", "make \n", "```\n", - "After successfull compilation, the executable `dales4.4` (@team: number to change) is located in the subdirectory `src/`. Compilation of the code may be sped up using the `-j ` specifier, with `nprocs` being the amount of parallel processes.\n", + "After successfull compilation, the executable `dales` is located in the subdirectory `bin/`. Compilation of the code may be sped up using the `-j ` specifier, with `nprocs` being the amount of parallel processes.\n", "\n", "## Compilation options\n", - "It is possible to specify optional features at the compilation stage of the model. These optional features can be activated by adding them as specifyers to the cmake command, for example, \n", + "It is possible to specify optional features at the compilation stage of the model. These optional features can be activated by adding them as specifyers to the cmake command. CMake options are specified as `-D