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
06bd6a51
Commit
06bd6a51
authored
Jul 11, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI: test code coverage for skylake
parent
a76ad34f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
3 deletions
+34
-3
.gitlab-ci.yml
.gitlab-ci.yml
+34
-3
No files found.
.gitlab-ci.yml
View file @
06bd6a51
...
...
@@ -2912,9 +2912,40 @@ gfortran-single-precision-mpi-noomp-no-assumed-size-skylake-jobs:
-
make check TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
# no coverage on system with tag AVX2
#
## gfortran double precision mpi noomp AVX2 COVERAGE
# gfortran double precision mpi noomp skylake, no assumed size coveravge
gfortran-double-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs
:
tags
:
-
skylake-coverage
script
:
-
./autogen.sh
-
module purge
-
module load gcc/6.3 intel/17.0 impi/2017.2 mkl/2017
-
export MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP="-L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm -Wl,-rpath,$MKLROOT/lib/intel64"
-
export MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP="-L$MKLROOT/lib/intel64 -lmkl_scalapack_lp64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm -I$MKLROOT/include/intel64/lp64"
-
./configure FC=mpif90 CC=mpicc --enable-option-checking=fatal CFLAGS="-O3 --coverage -march=skylake-avx512" FCFLAGS="-O3 --coverage -march=skylake-avx512" SCALAPACK_LDFLAGS="$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP" --enable-avx512 --disable-assumed-size
#- /home/elpa/wait_until_midnight.sh
-
/home/elpa/bin/reserve_timeslot_2 make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
export ELPA_FORCE_complex_kernel=ELPA_2STAGE_COMPLEX_AVX512_BLOCK1
-
export ELPA_FORCE_real_kernel=ELPA_2STAGE_REAL_AVX512_BLOCK2
-
make check TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
export ELPA_FORCE_complex_kernel=ELPA_2STAGE_COMPLEX_AVX512_BLOCK2
-
export ELPA_FORCE_real_kernel=ELPA_2STAGE_REAL_AVX512_BLOCK4
-
make check TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
export ELPA_FORCE_complex_kernel=ELPA_2STAGE_COMPLEX_AVX512_BLOCK2
-
export ELPA_FORCE_real_kernel=ELPA_2STAGE_REAL_AVX512_BLOCK6
-
make check TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
./ci_coverage_collect
artifacts
:
paths
:
-
coverage_data
#gfortran-double-precision-mpi-noomp-coverage-avx2-jobs:
# tags:
# - avx2
...
...
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