Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Feel free to join the next
Helmholtz Hacky Hour #26
on Wednesday, April 21, 2021 from 2PM to 3PM!
Open sidebar
CHS
progs
edk_nc
Commits
d7bca607
Commit
d7bca607
authored
Sep 18, 2020
by
Friedrich Boeing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update INSTALL.md with correct LAPACK dependency for intel compilation with cmake
parent
66372431
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
INSTALL.md
INSTALL.md
+7
-0
No files found.
INSTALL.md
View file @
d7bca607
...
...
@@ -70,10 +70,17 @@ right dependencies, potentially use corresponding wiki pages.
#### On eve (the cluster at the UFZ):
From 2020 onward the software is installed in toolchains, where all included software specific compilers
From the source directory use a script provided in
`moduleLoadScripts`
,
for example for the GNU 7.3 compiler:
source moduleLoadScripts/eve.gfortran73
for intel use
source moduleLoadScripts/eve.intel[version]
ATTENTION!: in intel cmake cannot find LAPACK and BLAS Libraries, the paths need to be set manually by
cmake -DLAPACK_LIBRARIES=$MKLROOT/lib/intel64/libmkl.so -DBLAS_LIBRARIES=$MKLROOT/lib/intel64/libmkl.so ..
### MacOS:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment