Skip to content
GitLab
Menu
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
11ebb575
Commit
11ebb575
authored
Apr 20, 2017
by
Andreas Marek
Browse files
Include test_project_2stage in Gitlab CI file
parent
e4346d19
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
11ebb575
...
...
@@ -2773,6 +2773,33 @@ test_project:
-
rm -rf installdest
-
popd
# test test_project_2stage
test_project
:
tags
:
-
buildtest
script
:
-
mkdir build
-
pushd build
-
../autogen.sh
-
../configure SCALAPACK_LDFLAGS="$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP" FC=mpif90 --prefix=$PWD/installdest
-
make -j
8
-
make install
-
popd
-
mkdir test_project_2stage/build
-
pushd test_project_2stage/build
-
../autogen.sh
-
../configure PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpif90
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
./test_real
-
make distclean
-
popd
-
pushd build
-
make distclean
-
rm -rf installdest
-
popd
## print coverage results
#total_coverage:
# stage: coverage-summary
...
...
@@ -2807,3 +2834,29 @@ test_project_intel:
-
pushd build
-
make distclean
-
rm -rf installdest
test_project_2stage_intel
:
tags
:
-
buildtest
script
:
-
mkdir build
-
pushd build
-
../autogen.sh
-
../configure SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" FC=mpiifort --prefix=$PWD/installdest
-
make -j
8
-
make install
-
popd
-
mkdir test_project_2stage/build
-
pushd test_project_2stage/build
-
../autogen.sh
-
../configure PKG_CONFIG_PATH=../../build/installdest/lib/pkgconfig FC=mpiifort
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
./test_real
-
make distclean
-
popd
-
pushd build
-
make distclean
-
rm -rf installdest
Write
Preview
Supports
Markdown
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