GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
210 stars 84 forks source link

Add Pangea4 host configs #3081

Closed Bubusch closed 3 months ago

Bubusch commented 5 months ago

Adds the Pangea 4 host config files :

host-config Description Compiler MPI BLAS-LAPACK
pangea4-base.cmake base configuration for Pangea4 (CPU cluster) using Hypre, no openMP X X X
pangea4-gcc12.1-hpcxompi2.17.1-onemkl2023.2.0 default gcc build cray wrappers for gnu (cc, CC, ftn) HPC-X OpenMPI oneAPI MKL
pangea4-gcc12.1-openmpi4.1.6-onemkl2023.2.0 alternative gcc build cray wrappers for gnu (cc, CC, ftn) OpenMPI oneAPI MKL
pangea4-gcc12.1-openmpi4.1.6-openblas0.3.23 alternative gcc build cray wrappers for gnu (cc, CC, ftn) OpenMPI OpenBLAS
pangea4-gcc12.1-hpcxompi2.17.1-openblas0.3.23 alternative gcc build cray wrappers for gnu (cc, CC, ftn) HPC-X OpenMPI OpenBLAS

Linked to TPLs' PR #262.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 53.78%. Comparing base (4de1337) to head (62e979a). Report is 104 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3081 +/- ## =========================================== + Coverage 53.74% 53.78% +0.04% =========================================== Files 1016 1016 Lines 85756 85826 +70 =========================================== + Hits 46092 46165 +73 + Misses 39664 39661 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Bubusch commented 4 months ago

will run integrated tests just before merge (as no rebase line is required)