Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
25c74724
Commit
25c74724
authored
Feb 20, 2019
by
Andreas Marek
Browse files
Fix buildtests on appdev. AGAIN!
parent
b83b02fc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25c74724
...
...
@@ -81,7 +81,7 @@ before_script:
- export SKIP_STEP=0
- ./autogen.sh
- export SKIP_STEP=0
-
source /etc/profile.d/modules.sh
&& . ./ci_test_scripts/.ci-env-vars
-
if [ -f /etc/profile.d/modules.sh ]; then source /etc/profile.d/modules.sh ; else source /etc/profile.d/mpcdf_modules.sh; fi
&& . ./ci_test_scripts/.ci-env-vars
...
...
ci_test_scripts/.ci-env-vars
View file @
25c74724
...
...
@@ -14,8 +14,8 @@ if [ "$(hostname)" == "amarek-elpa-gitlab-runner-2" ]; then module load intel/16
if [ "$(hostname)" == "amarek-elpa-gitlab-runner-3" ]; then module load intel/16.0 gcc mkl/11.3 autoconf automake libtool impi/5.1.3; fi
if [ "$(hostname)" == "amarek-elpa-gitlab-runner-4" ]; then module load intel/16.0 gcc mkl/11.3 autoconf automake libtool impi/5.1.3; fi
if [ "$(hostname)" == "dvl01" ]; then module load intel/1
7
.0 gcc/
5
.4 mkl/201
7
impi/201
7.2 gcc/5.4
cuda/
8.0
; fi
if [ "$(hostname)" == "dvl02" ]; then module load intel/1
7
.0 gcc/
5
.4 mkl/201
7
impi/201
7.2 gcc/5.4
cuda/
8.0
; fi
if [ "$(hostname)" == "dvl01" ]; then module load intel/1
9
.0 gcc/
6
.4 mkl/201
9
impi/201
9.1
cuda/
9.2
; fi
if [ "$(hostname)" == "dvl02" ]; then module load intel/1
9
.0 gcc/
6
.4 mkl/201
9
impi/201
9.1
cuda/
9.2
; fi
if [ "$(hostname)" == "miy01" ]; then module purge && module load gcc/5.4 smpi essl/5.5 cuda pgi/17.9 && export LD_LIBRARY_PATH=/opt/ibm/spectrum_mpi/lib:/opt/ibm/spectrum_mpi/profilesupport/lib:$LD_LIBRARY_PATH && export PATH=/opt/ibm/spectrum_mpi/bin:$PATH && export OMPI_CC=gcc && export OMPI_FC=gfortran; fi
if [ "$(hostname)" == "miy02" ]; then module load gcc/5.4 pgi/17.9 ompi/pgi/17.9/1.10.2 essl/5.5 cuda && export LD_LIBRARY_PATH=/opt/ibm/spectrum_mpi/lib:/opt/ibm/spectrum_mpi/profilesupport/lib:$LD_LIBRARY_PATH && export PATH=/opt/ibm/spectrum_mpi/bin:$PATH; fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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