Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
25c74724
Commit
25c74724
authored
Feb 20, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix buildtests on appdev. AGAIN!
parent
b83b02fc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
ci_test_scripts/.ci-env-vars
ci_test_scripts/.ci-env-vars
+2
-2
No files found.
.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/2017 impi/2017.2 gcc/5.4 cuda/8.0
; fi
if [ "$(hostname)" == "dvl02" ]; then module load intel/1
7.0 gcc/5.4 mkl/2017 impi/2017.2 gcc/5.4 cuda/8.0
; fi
if [ "$(hostname)" == "dvl01" ]; then module load intel/1
9.0 gcc/6.4 mkl/2019 impi/2019.1 cuda/9.2
; fi
if [ "$(hostname)" == "dvl02" ]; then module load intel/1
9.0 gcc/6.4 mkl/2019 impi/2019.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
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