Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMake Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
training
CMake Recipes
Commits
565ec393
Commit
565ec393
authored
9 months ago
by
Sebastian Eibl
Browse files
Options
Downloads
Patches
Plain Diff
fixes need for change to new ci module images
parent
0a52a6b7
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
update to module images
Pipeline
#209228
failed
9 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
01_third_party_libraries/CMakeLists.txt
+3
-3
3 additions, 3 deletions
01_third_party_libraries/CMakeLists.txt
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
3
View file @
565ec393
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/2
1.5.0
-
module load cmake
-
module load intel/2
024.0 impi/2021.11
-
module load gsl
-
module list
-
cmake --version
...
...
This diff is collapsed.
Click to expand it.
01_third_party_libraries/CMakeLists.txt
+
3
−
3
View file @
565ec393
...
...
@@ -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
open
mpi
)
set
(
MKL_THREADING
sequential
)
set
(
MKL_INTERFACE
i
lp64
)
set
(
MKL_MPI
intel
mpi
)
find_package
(
MKL REQUIRED
)
add_executable
(
main
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment