From 957f0c5585419fa9c3cc0c3d82f476334829fe66 Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Thu, 17 Oct 2024 10:12:46 +0200 Subject: [PATCH] Fix links --- docs/alps/index.md | 2 +- docs/models/icon/large_use_cases.md | 2 +- docs/models/icon/usage.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/alps/index.md b/docs/alps/index.md index c1fc9331..3b2a54f6 100644 --- a/docs/alps/index.md +++ b/docs/alps/index.md @@ -25,7 +25,7 @@ The following table shows the current plan for the final vClusters distribution ## Early Access -For getting access to the vCluster dedicated to testing ([Tödi](vclusters.md/#tödi){:target="_blank"}), CSCS offers [Preparatory Projects :material-open-in-new:](https://www.cscs.ch/user-lab/allocation-schemes/preparatory-projects){:target="_blank"}. +For getting access to the vCluster dedicated to testing ([Tödi](vclusters.md/#todi){:target="_blank"}), CSCS offers [Preparatory Projects :material-open-in-new:](https://www.cscs.ch/user-lab/allocation-schemes/preparatory-projects){:target="_blank"}. ## Support by CSCS diff --git a/docs/models/icon/large_use_cases.md b/docs/models/icon/large_use_cases.md index 0d898b3f..04f44bda 100644 --- a/docs/models/icon/large_use_cases.md +++ b/docs/models/icon/large_use_cases.md @@ -47,7 +47,7 @@ and a few time steps (about 6). Existing use cases like the [Aquaplanet :materia ### 1.2 Local testing 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 you experiment test case. Start with the `checksuite_modes` for the mpi and nproma test (`'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. Please follow the instructions in [Configure and compile :material-open-in-new:](https://c2sm.github.io/models/icon/usage/#configure-and-compile){:target="_blank"} to compile ICON on CPU and on GPU. +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. Please follow the instructions in [Configure and compile :material-open-in-new:](usage.md/#configure-and-compile){:target="_blank"} to compile ICON on CPU and on GPU. #### Test on CPU To ensure that there are no basic issues with the namelist, we recommend to start testing on CPU before going over to GPU testing. Create the check file and run the test locally in the folder you built CPU in (set `EXP=`): diff --git a/docs/models/icon/usage.md b/docs/models/icon/usage.md index 83cb2c67..4245b78f 100644 --- a/docs/models/icon/usage.md +++ b/docs/models/icon/usage.md @@ -2,7 +2,7 @@ ## Access -The [ICON repository :material-open-in-new:](https://github.com/C2SM/icon){:target="_blank"} is hosted on the C2SM GitHub organisation. If you do not have access, please follow the instructions under [How to get Access](../index.md#how-to-get-access). +The [ICON repository :material-open-in-new:](https://github.com/C2SM/icon){:target="_blank"} is hosted on the C2SM GitHub organisation. If you do not have access, please follow the instructions under [How to get Access](../../index.md#how-to-get-access). Once you have access, clone the repository from GitHub using the SSH protocol: