Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
f31c4883
Commit
f31c4883
authored
Sep 19, 2018
by
jhskone
Browse files
add LIBRARY_PATH for mkl libs to be found by ld and add mkl include path to CPATH
parent
0ce8ba3f
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f31c4883
...
...
@@ -47,7 +47,8 @@ west_build_intel:
-
export PATH=/software/intel/impi/5.1.3.210/intel64/bin:/software/intel/parallel_studio_xe_2016_update3/bin:$PATH
-
export LD_LIBRARY_PATH=/software/intel/parallel_studio_xe_2017/mkl/lib/intel64:/software/intel/impi/5.1.3.210/intel64/lib:$LD_LIBRARY_PATH
-
export LD_LIBRARY_PATH=/software/intel/parallel_studio_xe_2016_update3/ipp/lib/intel64:/software/intel/parallel_studio_xe_2016_update3/lib/intel64:$LD_LIBRARY_PATH
-
export CPATH=/software/intel/parallel_studio_xe_2016_update3/ipp/include
-
export LIBRARY_PATH=/software/intel/parallel_studio_xe_2017/mkl/lib/intel64:$LIBRARY_PATH
-
export CPATH=/software/intel/parallel_studio_xe_2016_update3/ipp/include:/software/intel/parallel_studio_xe_2017/mkl/
-
export I_MPI_CC=icc
-
export I_MPI_CXX=icpc
-
export I_MPI_FC=ifort
...
...
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