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
d9d9ff61
Commit
d9d9ff61
authored
Sep 19, 2018
by
jhskone
Browse files
add back all compiler flags and linked math libraries (mkl)
parent
b700b879
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d9d9ff61
...
@@ -70,6 +70,13 @@ west_build_intel:
...
@@ -70,6 +70,13 @@ west_build_intel:
-
which ifort
-
which ifort
-
which icc
-
which icc
-
which mpiifort
-
which 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"
-
export BLAS_LIBS=" -lmkl_intel_lp64 -lmkl_sequential -lmkl_core"
-
export LAPACK_LIBS_SWITCH="external"
-
export LAPACK_LIBS=""
-
export SCALAPACK_LIBS=" -lmkl_scalapack_lp64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_blacs_intelmpi_lp64 -Wl,--end-group"
-
./configure
-
./configure
-
sleep 1200s
-
sleep 1200s
-
make -j pw
-
make -j pw
...
...
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