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

Merge branch 'update_to_module_images' into 'main'

update to module images

See merge request !6
parents 0a52a6b7 f6d77f89
No related branches found
No related tags found
1 merge request!6update to module images
Pipeline #209241 passed
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: check-recipes:
before_script: before_script:
- zypper install -y doxygen
- module purge - module purge
- module load cmake/3.24 doxygen git - module load cmake
- module load intel/21.5.0 - module load intel/2024.0 impi/2021.11
- module load gsl - module load gsl
- module list - module list
- cmake --version - cmake --version
...@@ -72,11 +73,11 @@ check-recipes: ...@@ -72,11 +73,11 @@ check-recipes:
check-links: check-links:
before_script: before_script:
- module purge - module purge
- module load anaconda/3/2021.11 - module load anaconda/3/2023.03
- module list - module list
- pip3 install linkcheckmd - pip3 install linkcheckmd
script: script:
- /root/.local/bin/linkcheckMarkdown -vr . - linkcheckMarkdown -vr .
...@@ -7,9 +7,9 @@ find_package(OpenMP REQUIRED) ...@@ -7,9 +7,9 @@ find_package(OpenMP REQUIRED)
set(MKL_ARCH intel64) set(MKL_ARCH intel64)
set(MKL_LINK dynamic) set(MKL_LINK dynamic)
set(MKL_THREADING intel_thread) set(MKL_THREADING sequential)
set(MKL_INTERFACE lp64) set(MKL_INTERFACE ilp64)
set(MKL_MPI openmpi) set(MKL_MPI intelmpi)
find_package(MKL REQUIRED) find_package(MKL REQUIRED)
add_executable(main) 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