GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

Add Pangea4 host configs #262

Closed Bubusch closed 4 months ago

Bubusch commented 6 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), all libs enabled, 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 GEOS' PR #3081

CusiniM commented 4 months ago

is there any way to create a CI job to mimic this system?

jhuang2601 commented 4 months ago

is there any way to create a CI job to mimic this system?

That will be great.

TotoGaz commented 4 months ago

I think @Bubusch is working on it?

Bubusch commented 4 months ago

@CusiniM Yes CI job is in our todo list. I created a small epic to regroup our tasks related to the builds on TTE infra -> https://github.com/GEOS-DEV/GEOS/issues/3172