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
be932710
Commit
be932710
authored
Sep 19, 2018
by
jhskone
Browse files
remove sleep; update PATH
parent
2bd5892a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
be932710
...
@@ -38,8 +38,6 @@ west_build_intel:
...
@@ -38,8 +38,6 @@ west_build_intel:
-
apt-get install -qq git > /dev/null
-
apt-get install -qq git > /dev/null
-
apt-get install -qq build-essential wget python-pip python-dev > /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
-
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
:
script
:
-
echo "JHSKONE"
-
echo "JHSKONE"
-
echo "$PATH"
-
echo "$PATH"
...
@@ -47,13 +45,16 @@ west_build_intel:
...
@@ -47,13 +45,16 @@ west_build_intel:
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
git clone -b 'qe-6.1.0' --single-branch --depth 1 https://gitlab.com/QEF/q-e.git QEDIR
-
cd QEDIR
-
cd QEDIR
-
git describe
-
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 CFLAGS="-O3 -xHost -fno-alias -ansi-alias -g -mkl"
-
export CFLAGS="-O3 -xHost -fno-alias -ansi-alias -g -mkl"
-
export FFLAGS="-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_SWITCH="external"
-
export BLAS_LIBS=" -lmkl_intel_lp64 -lmkl_sequential -lmkl_core"
-
export BLAS_LIBS=" -lmkl_intel_lp64 -lmkl_sequential -lmkl_core"
-
export LAPACK_LIBS_SWITCH="external"
-
export LAPACK_LIBS_SWITCH="external"
-
export LAPACK_LIBS=""
-
export LAPACK_LIBS=""
-
sleep 1200s
-
which ifort
-
which mpiifort
-
./configure --enable-openmp
-
./configure --enable-openmp
-
make -j pw
-
make -j pw
-
ls bin
-
ls bin
...
...
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