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
Merge requests
!6
update to module images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to module images
update_to_module_images
into
main
Overview
0
Commits
2
Pipelines
9
Changes
1
Merged
Sebastian Eibl
requested to merge
update_to_module_images
into
main
1 year ago
Overview
0
Commits
2
Pipelines
9
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1595b50d
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1595b50d
Update CMakeLists.txt
· 1595b50d
Sebastian Eibl
authored
1 year ago
01_third_party_libraries/CMakeLists.txt
+
1
−
1
Options
@@ -7,7 +7,7 @@ find_package(OpenMP REQUIRED)
set
(
MKL_ARCH intel64
)
set
(
MKL_LINK dynamic
)
set
(
MKL_THREADING
tbb_thread
)
set
(
MKL_THREADING
sequential
)
set
(
MKL_INTERFACE ilp64
)
set
(
MKL_MPI openmpi
)
find_package
(
MKL REQUIRED
)
Loading