Skip to content
Snippets Groups Projects
Commit 0a85e217 authored by Boman Romain's avatar Boman Romain
Browse files

add source mklvars/tbbvars

parent 3d64b349
No related branches found
Tags flow-v1.3
1 merge request!47Gitlab CI
Pipeline #450 failed
......@@ -6,6 +6,8 @@ build_gcc:
image: rboman/waves
stage: build
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/mkl/bin/tbbvars.sh intel64
- printenv
- rm -rf build workspace
- mkdir build
......@@ -32,6 +34,8 @@ ctest:
image: rboman/waves
stage: test
script:
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/mkl/bin/tbbvars.sh intel64
- cd build
- ctest -j 4 #--verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment