From 6350eb945a8c52ec3cc9fe3ef9908c7193666915 Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Fri, 18 Oct 2024 11:10:27 +0200 Subject: [PATCH] Fix typo --- docs/models/icon/large_use_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/icon/large_use_cases.md b/docs/models/icon/large_use_cases.md index 936a4d5c..ef2c4010 100644 --- a/docs/models/icon/large_use_cases.md +++ b/docs/models/icon/large_use_cases.md @@ -50,7 +50,7 @@ Then set up an ICON test case with a low number of grid points and a few time st Follow the step-by-step guide in [How to add experiments to a buildbot list :material-open-in-new:](https://gitlab.dkrz.de/icon/wiki/-/wikis/How-to-setup-new-test-experiments-for-buildbot#how-to-add-experiments-to-a-buildbot-list){:target="_blank"} to add your test case to the checksuite. Start with the `checksuite_modes` for the mpi and nproma tests (`'nm'`) for the machine you are testing on. -We recommend you to do out-of-source builds for CPU and GPU so that you can have two compiled versions of ICON in the same repository. Therefore, you simply need to create to folders in the the ICON root folder (e.g. `nvhpc_cpu` and `nvhpc_cpu`) and copy the folders `config` and `scripts` from the root folder into it: +We recommend you to do out-of-source builds for CPU and GPU so that you can have two compiled versions of ICON in the same repository. Therefore, you simply need to create two folders in the the ICON root folder (e.g. `nvhpc_cpu` and `nvhpc_cpu`) and copy the folders `config` and `scripts` from the root folder into it: ```bash mkdir nvhpc_cpu