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
580a3317
Commit
580a3317
authored
Sep 19, 2018
by
jhskone
Browse files
add flags --enable-openmp --with-scalapack to configure
parent
f31c4883
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
580a3317
...
@@ -79,7 +79,7 @@ west_build_intel:
...
@@ -79,7 +79,7 @@ west_build_intel:
-
export LAPACK_LIBS_SWITCH="external"
-
export LAPACK_LIBS_SWITCH="external"
-
export LAPACK_LIBS=""
-
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"
-
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
--enable-openmp --with-scalapack
-
make -j pw
-
make -j pw
-
ls bin
-
ls bin
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
...
...
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