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
5eb2c0c5
Commit
5eb2c0c5
authored
Jul 03, 2017
by
Andreas Marek
Browse files
Reactivate coverage
parent
769504dc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5eb2c0c5
...
...
@@ -2224,15 +2224,15 @@ test_project_2stage:
# print coverage results
#
total_coverage:
#
stage:
coverage-summar
y
#
tags:
#
- coverage
#
script:
#
- ./ci_coverage_summary
#
artifacts:
#
paths:
#
- coverage_summary
total_coverage
:
stage
:
deplo
y
tags
:
-
coverage
script
:
-
./ci_coverage_summary
artifacts
:
paths
:
-
coverage_summary
test_project_intel
:
tags
:
...
...
@@ -2259,29 +2259,29 @@ test_project_intel:
-
rm -rf installdest
#
test_project_2stage_intel:
#
tags:
#
- buildtest
#
script:
#
- mkdir build
#
- pushd build
#
- ../autogen.sh
#
- ../configure --enable-option-checking=fatal SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" FC=mpiifort --prefix=$PWD/installdest --disable-sse-assembly --disable-sse --#disable-avx --disable-avx2
#
- make -j 8
#
- make install
#
- popd
#
- mkdir test_project_2stage/build
#
- pushd test_project_2stage/build
#
- ../autogen.sh
#
- ../configure --enable-option-checking=fatal PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpiifort
#
- make -j 8
#
- export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
#
- ./test_real2
#
- make distclean
#
- popd
#
- pushd build
#
- make distclean
#
- rm -rf installdest
test_project_2stage_intel
:
tags
:
-
buildtest
script
:
-
mkdir build
-
pushd build
-
../autogen.sh
-
../configure --enable-option-checking=fatal SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" FC=mpiifort --prefix=$PWD/installdest --disable-sse-assembly --disable-sse --#disable-avx --disable-avx2
-
make -j
8
-
make install
-
popd
-
mkdir test_project_2stage/build
-
pushd test_project_2stage/build
-
../autogen.sh
-
../configure --enable-option-checking=fatal PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpiifort
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
./test_real2
-
make distclean
-
popd
-
pushd build
-
make distclean
-
rm -rf installdest
minsky
:
tags
:
...
...
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