| @cdanek | `/p/project/training2310/fesom2-recom/cdanek/fesom2/work_pi_gpu` | GNU | PI-Mesh | jureca | Yes | With GPU Flags | No |
| @cdanek | `/p/project/training2310/fesom2-recom/cdanek/fesom2/work_pi_gpu_scorep` | GNU | PI-Mesh | jureca | Yes | With GPU Flags | Yes |
| @shinck | `/p/project/training2310/fesom2-recom/shinck/fesom2/work_intel` | Intel | PI-Mesh | jureca | No | With GPU Flags | No |
> **Notes:**
>
> Build-Time Compiler Flags = Default refers to the `configure.sh` found [here](https://gitlab.awi.de/hpc-public/recom-gpu-hackathon-2023/fesom2/-/blob/master/configure.sh). Actual flags (if not overridden) are then: `-O3 -finit-local-zero -finline-functions -march=native -fimplicit-none -fdefault-real-8 -ffree-line-length-none`, defined [here](https://gitlab.awi.de/hpc-public/recom-gpu-hackathon-2023/fesom2/-/blob/master/src/CMakeLists.txt#L73)
>
> Build-Time Compiler Flags = With GPU Flags refers to the Default as specified above, and additionally passed to CMake: `-DENABLE_OPENACC=ON`