From 632221fd425751b558d4c1dbb4e9da4c22d9a189 Mon Sep 17 00:00:00 2001 From: Marco van Hulten Date: Mon, 25 Aug 2025 14:19:26 +0200 Subject: [PATCH 1/2] Removed TSMP2_DIR variable from manual The shell variable `TSMP2_DIR` is not used by `build_tsmp2.sh`. One might get the impression that it has an effect on where the building takes place, but it does not. To avoid unexpected behaviour and superfluous typing, let's remove it. --- docs/users_guide/building_TSMP2/Quickstart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/users_guide/building_TSMP2/Quickstart.md b/docs/users_guide/building_TSMP2/Quickstart.md index 55dcb32..d1eb84e 100644 --- a/docs/users_guide/building_TSMP2/Quickstart.md +++ b/docs/users_guide/building_TSMP2/Quickstart.md @@ -8,8 +8,7 @@ ```bash git clone https://github.com/HPSCTerrSys/TSMP2.git -export TSMP2_DIR=$(realpath TSMP2) -cd $TSMP2_DIR +cd TSMP2 ``` 2. Build model components with TSMP2 framework From a26e0a75408b1ae3357001f1b5869c21962e1ec4 Mon Sep 17 00:00:00 2001 From: Johannes Keller Date: Thu, 25 Sep 2025 11:29:49 +0200 Subject: [PATCH 2/2] removed TSMP2_DIR from BuildingTSMP2wCMake --- docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md b/docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md index 7ef8109..02c12ad 100644 --- a/docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md +++ b/docs/users_guide/building_TSMP2/BuildingTSMP2wCMake.md @@ -10,8 +10,7 @@ The [Quickstart](#Quickstart) is the tested and supported method. ```bash git clone https://github.com/HPSCTerrSys/TSMP2.git -export TSMP2_DIR=$(realpath TSMP2) -cd $TSMP2_DIR +cd TSMP2 ``` 2. Load the environment variables required for the build.