Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show 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:
...
@@ -2032,22 +2032,22 @@ intel-double-precision-no-mpi-noomp-large-avx512-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
###
# intel single precision no mpi noomp AVX512
# intel single precision no mpi noomp AVX512
###
intel-single-precision-no-mpi-noomp-avx512-jobs
:
intel-single-precision-no-mpi-noomp-avx512-jobs
:
###
tags:
tags
:
###
- KNL
-
KNL
###
script:
script
:
###
- ./autogen.sh
-
./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_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"
-
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
-
./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
# - /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 4000 )
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 4000 )
###
- make -j 8
-
make -j
8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
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; }
-
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 ;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
###
- gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
# gfortran double precision no mpi noomp AVX512
# gfortran double precision no mpi noomp AVX512
gfortran-double-precision-no-mpi-noomp-jobs
:
gfortran-double-precision-no-mpi-noomp-jobs
:
...
@@ -2228,23 +2228,23 @@ intel-double-precision-no-mpi-omp-large-avx512-jobs:
...
@@ -2228,23 +2228,23 @@ intel-double-precision-no-mpi-omp-large-avx512-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
###
# intel single precision no mpi omp AVX512
# intel single precision no mpi omp AVX512
###
intel-single-precision-no-mpi-omp-avx512-jobs
:
intel-single-precision-no-mpi-omp-avx512-jobs
:
###
tags:
tags
:
###
- KNL
-
KNL
###
script:
script
:
###
- ./autogen.sh
-
./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_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"
-
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
-
./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
# - /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 2000 )
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 2000 )
###
- make -j 8
-
make -j
8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
###
- export OMP_NUM_THREADS=2
-
export OMP_NUM_THREADS=2
###
- make check TASKS=2 TEST_FLAGS='150 50 16' || { cat test-suite.log; exit 1; }
-
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 ;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
###
- gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
# gfortran double precision no mpi omp AVX512
# gfortran double precision no mpi omp AVX512
gfortran-double-precision-no-mpi-omp-jobs
:
gfortran-double-precision-no-mpi-omp-jobs
:
...
@@ -2422,20 +2422,20 @@ intel-double-precision-mpi-noomp-large-skylake-jobs:
...
@@ -2422,20 +2422,20 @@ intel-double-precision-mpi-noomp-large-skylake-jobs:
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
-
gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
###
# intel single precision mpi noomp SKYLAKE
# intel single precision mpi noomp SKYLAKE
###
intel-single-precision-mpi-noomp-skylake-jobs
:
intel-single-precision-mpi-noomp-skylake-jobs
:
###
tags:
tags
:
###
- skylake
-
skylake
###
script:
script
:
###
- ./autogen.sh
-
./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
-
./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
#- /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
###
- make -j 8
-
make -j
8
###
- export LD_LIBRARY_PATH=$MKLROOT/lib/intel64:$LD_LIBRARY_PATH
-
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; }
-
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 ;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
###
- gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
# gfortran double precision mpi noomp SKTLAKE
# gfortran double precision mpi noomp SKTLAKE
gfortran-double-precision-mpi-noomp-skylake-jobs
:
gfortran-double-precision-mpi-noomp-skylake-jobs
:
...
@@ -2539,24 +2539,24 @@ gfortran-double-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs:
...
@@ -2539,24 +2539,24 @@ gfortran-double-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs:
paths
:
paths
:
-
coverage_data
-
coverage_data
###
# gfortran single precision mpi noomp skylake, no assumed size coveravge
# gfortran single precision mpi noomp skylake, no assumed size coveravge
###
gfortran-single-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs
:
gfortran-single-precision-mpi-noomp-no-assumed-size-skylake-coverage-jobs
:
###
tags:
tags
:
###
- skylake-coverage
-
skylake-coverage
###
script:
script
:
###
- ./autogen.sh
-
./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
-
./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
#- /home/elpa/wait_until_midnight.sh
###
- GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
-
GPJOBID=$(/home/elpa/bin/reserve_timeslot/reserve_timeslot 600)
###
- make -j 8
-
make -j
8
###
- export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
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; }
-
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 ;
-
grep -i "Expected %stop" test-suite.log && exit 1 ||
true
;
###
- ./ci_coverage_collect
-
./ci_coverage_collect
###
- gpschedule -d $GPJOBID
-
gpschedule -d $GPJOBID
###
artifacts:
artifacts
:
###
paths:
paths
:
###
- coverage_data
-
coverage_data
...
...
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