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