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
2c51577d
Commit
2c51577d
authored
Sep 19, 2018
by
jhskone
Browse files
update intel build stage configure and paths
parent
54079caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2c51577d
...
...
@@ -36,14 +36,24 @@ west_build_intel:
before_script
:
-
apt-get update > /dev/null
-
apt-get install -qq git > /dev/null
-
apt-get install -qq build-essential gfortran wget python-pip python-dev > /dev/null
-
apt-get install -qq libopenmpi-dev openmpi-bin > /dev/null
-
apt-get install -qq build-essential wget python-pip python-dev > /dev/null
-
apt-get install -qq libblas-dev liblapack-dev fftw3 fftw3-dev pkg-config > /dev/null
-
export PATH=/opt/intel/impi/5.1.3.210/bin:/opt/intel/2016up3:$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
script
:
-
echo "JHSKONE"
-
echo "$PATH"
-
echo "$LD_LIBRARY_PATH"
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
git describe
-
./configure
-
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=""
-
./configure --enable-openmp
-
make -j pw
-
ls bin
-
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