Update home authored by Sebastian Hinck's avatar Sebastian Hinck
...@@ -26,13 +26,15 @@ cp -r /p/project/training2310/fesom2-recom/shinck/work/config work ...@@ -26,13 +26,15 @@ cp -r /p/project/training2310/fesom2-recom/shinck/work/config work
1. change `root` and `fesom_root` in `Configure.sh` 1. change `root` and `fesom_root` in `Configure.sh`
2. to compile a specific variant (compiler, acc, etc...) call the `Configure.sh` like this 2. to compile a specific variant (compiler, acc, etc...) call the `Configure.sh` like this
``` ```
COMPILER=nvhpc STAGE=2022 MPI=PSMPI ACC=0 ./Configure.sh COMPILER=nvhpc STAGE=2022 MPI=PSMPI RECOM=0 ACC=0 ./Configure.sh
``` ```
This will create a binary in `$fesom_root/bin/fesom.nvhpc_...` This will create a binary in `$fesom_root/bin/fesom.nvhpc_...`
# install fesom2+recom # install fesom2+recom
**Use the description from above, just checkout the respective branch... (the "right" branch does not exist at the moment)**
- @jureca: - @jureca:
``` ```
cd $PROJECT_training2310 cd $PROJECT_training2310
... ...
......