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