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
Sebastian Ohlmann
elpa
Commits
2529f5c8
Commit
2529f5c8
authored
Sep 09, 2019
by
Andreas Marek
Browse files
Gitlab CI: update install dir
parent
4e79c1b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2529f5c8
...
...
@@ -108,7 +108,7 @@ test_project_1stage_legacy_api_gnu:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage_legacy_api -e test_real -C " FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage_legacy_api -e test_real -C " FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -117,7 +117,7 @@ test_project_1stage_gnu:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage -e test_real -C " FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage -e test_real -C " FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -126,7 +126,7 @@ test_project_2stage_legacy_api_gnu:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage_legacy_api -e test_real2 -C " FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage_legacy_api -e test_real2 -C " FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -135,7 +135,7 @@ test_project_2stage_gnu:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage -e test_real2 -C " FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpif90 FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage -e test_real2 -C " FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -144,7 +144,7 @@ test_project_1stage_legacy_api_intel:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage_legacy_api -e test_real -C " FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage_legacy_api -e test_real -C " FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -153,7 +153,7 @@ test_project_1stage_intel:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage -e test_real -C " FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_1stage -e test_real -C " FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -162,7 +162,7 @@ test_project_2stage_legacy_api_intel:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage_legacy_api -e test_real2 -C " FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage_legacy_api -e test_real2 -C " FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
@@ -171,7 +171,7 @@ test_project_2stage_intel:
tags:
- project_test
script:
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage -e test_real2 -C " FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
- ./ci_test_scripts/run_project_tests.sh -c " FC=mpiifort FCFLAGS=\"-march=native \" CFLAGS=\"-march=native\" SCALAPACK_LDFLAGS=\"$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP\" SCALAPACK_FCFLAGS=\"$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP\" --enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; } " -t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_2stage -e test_real2 -C " FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig --enable-option-checking=fatal || { cat config.log; exit 1; } "
...
...
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
2529f5c8
...
...
@@ -410,7 +410,7 @@ for comp, s, a in product(
SCALAPACK_FCFLAGS=
\\\"
$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP
\\\"
\
--enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; }
\"
\
-t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_"
+
stage
[
s
]
+
api
[
a
]
+
" -e "
+
projectBinary
+
"
\
-C
\"
FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig
\
-C
\"
FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig
\
--enable-option-checking=fatal || { cat config.log; exit 1; }
\"
"
)
if
(
a
==
"legacy_api"
):
print
(
" - ./ci_test_scripts/run_project_tests.sh -c
\"
FC=mpiifort FCFLAGS=
\\\"
-march=native
\\\"
CFLAGS=
\\\"
-march=native
\\\"
\
...
...
@@ -418,7 +418,7 @@ for comp, s, a in product(
SCALAPACK_FCFLAGS=
\\\"
$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP
\\\"
\
--enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; }
\"
\
-t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_"
+
stage
[
s
]
+
api
[
a
]
+
" -e "
+
projectBinary
+
"
\
-C
\"
FC=mpiifort PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig
\
-C
\"
FC=mpiifort PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig
\
--enable-option-checking=fatal || { cat config.log; exit 1; }
\"
"
)
if
(
comp
==
"gnu"
):
...
...
@@ -428,7 +428,7 @@ for comp, s, a in product(
SCALAPACK_FCFLAGS=
\\\"
$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP
\\\"
\
--enable-option-checking=fatal --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; }
\"
\
-t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_"
+
stage
[
s
]
+
api
[
a
]
+
" -e "
+
projectBinary
+
"
\
-C
\"
FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig
\
-C
\"
FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig
\
--enable-option-checking=fatal || { cat config.log; exit 1; }
\"
"
)
if
(
a
==
"legacy_api"
):
print
(
" - ./ci_test_scripts/run_project_tests.sh -c
\"
FC=mpif90 FCFLAGS=
\\\"
-march=native
\\\"
CFLAGS=
\\\"
-march=native
\\\"
\
...
...
@@ -436,7 +436,7 @@ for comp, s, a in product(
SCALAPACK_FCFLAGS=
\\\"
$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP
\\\"
\
--enable-option-checking=fatal --enable-legacy-interface --disable-avx2 --prefix=$PWD/installdest --disable-avx2 || { cat config.log; exit 1; }
\"
\
-t $MPI_TASKS -m 150 -n 50 -b 16 -S $SLURM -p test_project_"
+
stage
[
s
]
+
api
[
a
]
+
" -e "
+
projectBinary
+
"
\
-C
\"
FC=mpif90 PKG_CONFIG_PATH=
../..
/installdest/lib/pkgconfig
\
-C
\"
FC=mpif90 PKG_CONFIG_PATH=
$PWD
/installdest/lib/pkgconfig
\
--enable-option-checking=fatal || { cat config.log; exit 1; }
\"
"
)
print
(
"
\n\n
"
)
...
...
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