Changes
Page history
Update home
authored
May 09, 2023
by
Sebastian Hinck
Show whitespace changes
Inline
Side-by-side
home.md
View page @
d971dbb7
...
...
@@ -26,13 +26,15 @@ cp -r /p/project/training2310/fesom2-recom/shinck/work/config work
1.
change
`root`
and
`fesom_root`
in
`Configure.sh`
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_...`
# install fesom2+recom
**Use the description from above, just checkout the respective branch... (the "right" branch does not exist at the moment)**
-
@jureca:
```
cd $PROJECT_training2310
...
...
...
...