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
a645aa5d
Commit
a645aa5d
authored
Sep 19, 2018
by
jhskone
Browse files
update compiler vars for config script to use intel
parent
86cadd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a645aa5d
...
...
@@ -57,6 +57,10 @@ west_build_intel:
-
git describe
-
export PATH=/opt/intel/impi/5.1.3.210/bin:/opt/intel/2016up3/bin:$PATH
-
export LD_LIBRARY_PATH=/opt/intel/impi/5.1.3.210/lib:/opt/intel/2016up3/lib/intel64:/opt/intel/2016up3/ipp/lib/intel64:$LD_LIBRARY_PATH
-
export F77=mpiifort
-
export CC=mpiicc
-
export MPIF90=mpiifort
-
export FC=mpiifort
-
export CFLAGS="-O3 -xHost -fno-alias -ansi-alias -g -mkl"
-
export FFLAGS="-O3 -xHost -fno-alias -ansi-alias -g -mkl"
-
export BLAS_LIBS_SWITCH="external"
...
...
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