Skip to content
Snippets Groups Projects
Commit ee1dc914 authored by Markus Rampp's avatar Markus Rampp
Browse files

CI: adapt to new gitlab ci module image at MPCDF

parent e58c1a35
No related branches found
No related tags found
No related merge requests found
Pipeline #221512 passed
image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image
stages:
- build
- test
......@@ -8,8 +5,9 @@ stages:
build-gcc:
stage: build
image: gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-openmpi_4_1:2024
script:
- module load gcc/12 openmpi/4
- module load gcc openmpi
- make COMPILER=GCC MPIFC=mpifort MPILD=mpifort
artifacts:
paths:
......@@ -19,8 +17,9 @@ build-gcc:
build-intel:
stage: build
image: gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9:2024
script:
- module load intel/2023.1.0.x impi/2021.9
- module load intel impi
- make COMPILER=INTEL
artifacts:
paths:
......@@ -30,8 +29,9 @@ build-intel:
test-gcc:
stage: test
image: gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/gcc_13-openmpi_4_1:2024
script:
- module load gcc/12 openmpi/4
- module load gcc openmpi
- export OMP_NUM_THREADS=2
- export OMP_PLACES=cores
- mpiexec -n 2 ./pinning_mpi.x
......@@ -40,8 +40,9 @@ test-gcc:
test-intel:
stage: test
image: gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2023_1_0_x-impi_2021_9:2024
script:
- module load intel/2023.1.0.x impi/2021.9
- module load intel impi
- export OMP_NUM_THREADS=2
- export OMP_PLACES=cores
- mpiexec -n 2 ./pinning_mpi.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment