Skip to content
Snippets Groups Projects
Commit 565ec393 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixes need for change to new ci module images

parent 0a52a6b7
No related branches found
No related tags found
1 merge request!6update to module images
Pipeline #209228 failed
image: gitlab-registry.mpcdf.mpg.de/mpcdf/module-image
image: gitlab-registry.mpcdf.mpg.de/mpcdf/ci-module-image/intel_2024_0-impi_2021_11:2024
check-recipes:
before_script:
- zypper install -y doxygen
- module purge
- module load cmake/3.24 doxygen git
- module load intel/21.5.0
- module load cmake
- module load intel/2024.0 impi/2021.11
- module load gsl
- module list
- cmake --version
......
......@@ -7,9 +7,9 @@ find_package(OpenMP REQUIRED)
set(MKL_ARCH intel64)
set(MKL_LINK dynamic)
set(MKL_THREADING intel_thread)
set(MKL_INTERFACE lp64)
set(MKL_MPI openmpi)
set(MKL_THREADING sequential)
set(MKL_INTERFACE ilp64)
set(MKL_MPI intelmpi)
find_package(MKL REQUIRED)
add_executable(main)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment