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
1595b50d
Commit
1595b50d
authored
1 year ago
by
Sebastian Eibl
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeLists.txt
parent
4638f96f
No related branches found
No related tags found
No related merge requests found
Pipeline
#203957
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
01_third_party_libraries/CMakeLists.txt
+1
-1
1 addition, 1 deletion
01_third_party_libraries/CMakeLists.txt
with
1 addition
and
1 deletion
01_third_party_libraries/CMakeLists.txt
+
1
−
1
View file @
1595b50d
...
...
@@ -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
)
...
...
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