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
2a824a0c
Commit
2a824a0c
authored
Apr 12, 2019
by
Andreas Marek
Browse files
Decommision Minsky Power8
parent
6f3fb1b2
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a824a0c
This diff is collapsed.
Click to expand it.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
2a824a0c
...
...
@@ -256,9 +256,11 @@ print(" - if [ \"$CI_RUNNER_DESCRIPTION\" = \"appdev-dvl01\" ]; then export INT
print
(
"
\n
"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-dvl02
\"
]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=dvl02 && export SLURMPARTITION=dvl && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
x86_64&gpu0&gpu1
\"
&& export GEOMETRYRESERVATION=
\"
gpu:2
\"
; fi"
)
print
(
"
\n
"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-miy01
\"
]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy01 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
power8&gpu0&gpu1&gpu2&gpu3
\"
&& export GEOMETRYRESERVATION=
\"
gpu:4
\"
; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-miy02
\"
]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy02 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
power8&gpu0&gpu1&gpu2&gpu3
\"
&& export GEOMETRYRESERVATION=
\"
gpu:4
\"
; fi"
)
print
(
" - if [
\"
$CI_RUNNER_DESCRIPTION
\"
=
\"
appdev-miy03
\"
]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy03 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=
\"
power8&gpu0&gpu1&gpu2&gpu3
\"
&& export GEOMETRYRESERVATION=
\"
gpu:4
\"
; fi"
)
#old power8 -> decomissioned
#print(" - if [ \"$CI_RUNNER_DESCRIPTION\" = \"appdev-miy01\" ]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy01 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=\"power8&gpu0&gpu1&gpu2&gpu3\" && export GEOMETRYRESERVATION=\"gpu:4\" ; fi")
#print(" - if [ \"$CI_RUNNER_DESCRIPTION\" = \"appdev-miy02\" ]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy02 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=\"power8&gpu0&gpu1&gpu2&gpu3\" && export GEOMETRYRESERVATION=\"gpu:4\" ; fi")
#print(" - if [ \"$CI_RUNNER_DESCRIPTION\" = \"appdev-miy03\" ]; then export INTERACTIVE_RUN=no && export SLURM=no && export SLURMHOST=miy03 && export SLURMPARTITION=minsky && export CONFIGURETIME=15 && export BUILDTIME=80 && export RUNTIME=140 && export CONTSTRAINTS=\"power8&gpu0&gpu1&gpu2&gpu3\" && export GEOMETRYRESERVATION=\"gpu:4\" ; fi")
print
(
"
\n
"
)
print
(
" - export MATRIX_SIZE=150"
)
print
(
" - export NUMBER_OF_EIGENVECTORS=150"
)
...
...
@@ -513,12 +515,13 @@ coverage = {
}
#"knl" : "--enable-avx512",
#"power8" : " --enable-vsx --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-mpi-module --with-GPU-compute-capability=sm_60 ",
instruction_set
=
{
"sse"
:
" --enable-sse --enable-sse-assembly"
,
"avx"
:
" --enable-avx"
,
"avx2"
:
" --enable-avx2"
,
"avx512"
:
"--enable-avx512"
,
"power8"
:
" --enable-vsx --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-mpi-module --with-GPU-compute-capability=sm_60 "
,
}
address_sanitize_flag
=
{
...
...
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