Update home authored by Christopher Danek's avatar Christopher Danek
......@@ -40,12 +40,15 @@ batch job_jureca
```
# tests
| Path | Compiler Suite | Mesh | Machine | SST Error | Build-Time Compiler Flags | Score P Enabled |
| ---- | -------------- | ---- | ------- | --------- | ------------------------- | --------------- |
| `/p/project/training2310/fesom2-recom/cdanek/fesom2/work_pi_cpu_scorep` | GNU | PI-Mesh | jureca | Yes | Default | Yes |
| `/p/project/training2310/fesom2-recom/cdanek/fesom2/work_pi_gpu` | GNU | PI-Mesh | jureca | Yes | With GPU Flags | No |
| `/p/project/training2310/fesom2-recom/cdanek/fesom2/work_pi_gpu_scorep` | GNU | PI-Mesh | jureca | Yes | With GPU Flags | Yes |
| `/p/project/training2310/fesom2-recom/shinck/fesom2/work_intel` | Intel | PI-Mesh | jureca | No | With GPU Flags | No |
|machine|compiler|gpu|recom|scorep|mesh|error |path |
|-------|--------|---|-----|------|----|---------|----------------------------------|
|jureca |gnu |no |yes |yes |pi |sst |cdanek/fesom2/work_pi_cpu_scorep |
|jureca |gnu |no |no |no |pi |sst |cdanek/fesom2/work_pi_cpu_recomoff|
|jureca |gnu |yes|yes |no |pi |seg fault|cdanek/fesom2/work_pi_gpu |
|jureca |gnu |yes|yes |yes |pi |seg fault|cdanek/fesom2/work_pi_gpu_scorep |
|jureca |gnu |yes|no |no |pi |seg fault|cdanek/fesom2/work_pi_gpu_recomoff|
|jureca |intel |yes|yes |no |pi |no |shinck/fesom2/work_intel |
> **Notes:**
>
......@@ -53,10 +56,6 @@ batch job_jureca
>
> Build-Time Compiler Flags = With GPU Flags refers to the Default as specified above, and additionally passed to CMake: `-DENABLE_OPENACC=ON`
- - - -
# post process
- interp to regular grid:
......
......