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
307618f2
Commit
307618f2
authored
Aug 04, 2017
by
Andreas Marek
Browse files
Gitlab CI: reactivate all tests which had been temporarily disabled
parent
92bfbd49
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
307618f2
...
...
@@ -2032,22 +2032,22 @@ intel-double-precision-no-mpi-noomp-large-avx512-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
###
# intel single precision no mpi noomp AVX512
###
intel-single-precision-no-mpi-noomp-avx512-jobs
:
###
tags:
###
- KNL
###
script:
###
- ./autogen.sh
###
- export MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_NO_OMP="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -Wl,-rpath,$MKLROOT/lib/intel64"
###
- export MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_NO_OMP="-I$MKLROOT/include/intel64/lp64"
###
- ./configure FC=ifort CC=icc --enable-option-checking=fatal CFLAGS="-O3 -mtune=knl -xMIC-AVX512" FCFLAGS="-O3 -axMIC-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_NO_OMP" --enable-avx512 --with-mpi=0 --enable-single-precision
###
# - /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 4000 )
###
- make -j 8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
###
- make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
###
- grep -i "Expected %stop" test-suite.log && exit 1 || true ;
###
- gpschedule -d $GPJOBID
# intel single precision no mpi noomp AVX512
intel-single-precision-no-mpi-noomp-avx512-jobs
:
tags
:
-
KNL
script
:
-
./autogen.sh
-
export MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_NO_OMP="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -Wl,-rpath,$MKLROOT/lib/intel64"
-
export MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_NO_OMP="-I$MKLROOT/include/intel64/lp64"
-
./configure FC=ifort CC=icc --enable-option-checking=fatal CFLAGS="-O3 -mtune=knl -xMIC-AVX512" FCFLAGS="-O3 -axMIC-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_NO_OMP" --enable-avx512 --with-mpi=0 --enable-single-precision
# - /home/elpa/wait_until_midnight.sh
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 4000 )
-
make -j
8
-
export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
# gfortran double precision no mpi noomp AVX512
gfortran-double-precision-no-mpi-noomp-jobs
:
...
...
@@ -2228,23 +2228,23 @@ intel-double-precision-no-mpi-omp-large-avx512-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
###
# intel single precision no mpi omp AVX512
###
intel-single-precision-no-mpi-omp-avx512-jobs
:
###
tags:
###
- KNL
###
script:
###
- ./autogen.sh
###
- export MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_OMP="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -Wl,-rpath,$MKLROOT/lib/intel64"
###
- export MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_OMP="-I$MKLROOT/include/intel64/lp64"
###
- ./configure FC=ifort CC=icc --enable-option-checking=fatal CFLAGS="-O3 -mtune=knl -xMIC-AVX512" FCFLAGS="-O3 -axMIC-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_OMP" --enable-avx512 --with-mpi=0 --enable-single-precision --enable-openmp
###
# - /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 2000 )
###
- make -j 8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
###
- export OMP_NUM_THREADS=2
###
- make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
###
- grep -i "Expected %stop" test-suite.log && exit 1 || true ;
###
- gpschedule -d $GPJOBID
# intel single precision no mpi omp AVX512
intel-single-precision-no-mpi-omp-avx512-jobs
:
tags
:
-
KNL
script
:
-
./autogen.sh
-
export MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_OMP="-L$MKLROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -Wl,-rpath,$MKLROOT/lib/intel64"
-
export MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_OMP="-I$MKLROOT/include/intel64/lp64"
-
./configure FC=ifort CC=icc --enable-option-checking=fatal CFLAGS="-O3 -mtune=knl -xMIC-AVX512" FCFLAGS="-O3 -axMIC-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_NO_MPI_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_OMP" --enable-avx512 --with-mpi=0 --enable-single-precision --enable-openmp
# - /home/elpa/wait_until_midnight.sh
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 2000 )
-
make -j
8
-
export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
export OMP_NUM_THREADS=2
-
make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
# gfortran double precision no mpi omp AVX512
gfortran-double-precision-no-mpi-omp-jobs
:
...
...
@@ -2422,20 +2422,20 @@ intel-double-precision-mpi-noomp-large-skylake-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
###
# intel single precision mpi noomp SKYLAKE
###
intel-single-precision-mpi-noomp-skylake-jobs
:
###
tags:
###
- skylake
###
script:
###
- ./autogen.sh
###
- ./configure FC=mpiifort CC=mpiicc --enable-option-checking=fatal CFLAGS="-O3 -xCORE-AVX512" FCFLAGS="-O3 -xCORE-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" --enable-avx512 --enable-single-precision
###
#- /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
###
- make -j 8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
###
- make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
###
- grep -i "Expected %stop" test-suite.log && exit 1 || true ;
###
- gpschedule -d $GPJOBID
# intel single precision mpi noomp SKYLAKE
intel-single-precision-mpi-noomp-skylake-jobs
:
tags
:
-
skylake
script
:
-
./autogen.sh
-
./configure FC=mpiifort CC=mpiicc --enable-option-checking=fatal CFLAGS="-O3 -xCORE-AVX512" FCFLAGS="-O3 -xCORE-AVX512" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" --enable-avx512 --enable-single-precision
#- /home/elpa/wait_until_midnight.sh
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
-
make -j
8
-
export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
# gfortran double precision mpi noomp SKTLAKE
gfortran-double-precision-mpi-noomp-skylake-jobs
:
...
...
@@ -2539,24 +2539,24 @@ gfortran-double-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs:
paths
:
-
coverage_data
###
# gfortran single precision mpi noomp skylake, no assumed size coveravge
###
gfortran-single-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs
:
###
tags:
###
- skylake-coverage
###
script:
###
- ./autogen.sh
###
- ./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 --enable-single-precision
###
#- /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
###
- make -j 8
###
- export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
###
- make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
###
- grep -i "Expected %stop" test-suite.log && exit 1 || true ;
###
- ./ci_coverage_collect
###
- gpschedule -d $GPJOBID
###
artifacts:
###
paths:
###
- coverage_data
# gfortran single precision mpi noomp skylake, no assumed size coveravge
gfortran-single-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs
:
tags
:
-
skylake-coverage
script
:
-
./autogen.sh
-
./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 --enable-single-precision
#- /home/elpa/wait_until_midnight.sh
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
./ci_coverage_collect
-
gpschedule -d $GPJOBID
artifacts
:
paths
:
-
coverage_data
...
...
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