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
2b070241
Commit
2b070241
authored
Aug 16, 2016
by
Andreas Marek
Browse files
Gitlab CI: test for static library
parent
457a4830
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2b070241
...
...
@@ -970,6 +970,16 @@ gfortran-set-kernel-via-environment-variable-nompi-noopenmp-job:
-
make check TEST_FLAGS='1500 50 16' || { cat test-suite.log; exit 1; }
# - ./test_scripts/get_coverage_summary.sh
static-build
:
tags
:
-
cpu
script
:
-
./autogen.sh
-
./configure CFLAGS="-O3 -mavx" CXXFLAGS="-O3 -mavx" FCFLAGS="-O3 -mavx" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_NO_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_NO_MPI_NO_OMP" --with-mpi=no FC=ifort --enable-shared=no --enable-static=yes
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
make check TEST_FLAGS='1500 50 16' || { cat test-suite.log; exit 1; }
distcheck
:
tags
:
-
cpu
...
...
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