Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
375d8f31
Commit
375d8f31
authored
Jul 14, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI: test on minsky with GNU compiler
parent
7b96fa9d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
.gitlab-ci.yml
.gitlab-ci.yml
+17
-17
No files found.
.gitlab-ci.yml
View file @
375d8f31
...
...
@@ -4375,23 +4375,23 @@ test_project_2stage_intel:
# - grep -i "Expected %stop" test-suite.log && exit 1 || true ;
# - gpschedule -d $GPJOBID
#
minsky-pure-gnu:
#
tags:
#
- miy
#
script:
#
- module purge
#
- module load gcc/5.4 ompi/pgi/17.5/1.10.2 essl/5.5 cuda/8.0
#
- module list
#
- export OMPI_CC=gcc
#
- export OMPI_FC=gfortran
#
- ./autogen.sh
#
- ./configure CC=mpicc FC=mpifort LIBS="-lessl -lreflapack -lessl -lcublas -lgfortran" LDFLAGS="-g -L/home/elpa/libs/scalapack/lib -L/usr/local/cuda-8.0/lib64 " FCFLAGS="-g -O2 " CFLAGS="-g -O2 -I/usr/local/cuda-8.0/include" --enable-single-precision --disable-mpi-module --enable-gpu --with-GPU-compute-capability=sm_60 --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --with-cuda-path=/usr/local/cuda-8.0/
#
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot)
#
- make -j 8
#
- make check TEST_FLAGS='150 50 32' || { cat test-suite.log; exit 1; }
#
- cat test-suite.log
#
- grep -i "Expected %stop" test-suite.log && exit 1 || true ;
#
- gpschedule -d $GPJOBID
minsky-pure-gnu
:
tags
:
-
miy
script
:
-
module purge
-
module load gcc/5.4 ompi/pgi/17.5/1.10.2 essl/5.5 cuda/8.0
-
module list
-
export OMPI_CC=gcc
-
export OMPI_FC=gfortran
-
./autogen.sh
-
./configure CC=mpicc FC=mpifort LIBS="-lessl -lreflapack -lessl -lcublas -lgfortran" LDFLAGS="-g -L/home/elpa/libs/scalapack/lib -L/usr/local/cuda-8.0/lib64 " FCFLAGS="-g -O2 " CFLAGS="-g -O2 -I/usr/local/cuda-8.0/include" --enable-single-precision --disable-mpi-module --enable-gpu --with-GPU-compute-capability=sm_60 --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --with-cuda-path=/usr/local/cuda-8.0/
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot)
-
make -j
8
-
make check TEST_FLAGS='150 50 32' || { cat test-suite.log; exit 1; }
-
cat test-suite.log
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
# print coverage results
...
...
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