Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
94c9f6df
Commit
94c9f6df
authored
May 02, 2022
by
Dominik Thoennes
Browse files
update benchmark jobs to recent compilers
parent
564bc9ea
Pipeline
#39506
passed with stages
in 238 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
94c9f6df
...
...
@@ -1552,7 +1552,7 @@ benchmark_build_time:
-
cd $CI_PROJECT_DIR/
-
cat BuildTiming.txt
-
python3 $CI_PROJECT_DIR/data/scripts/upload.py
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:
9
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:
11
tags
:
-
docker-benchmark
variables
:
...
...
@@ -1560,11 +1560,6 @@ benchmark_build_time:
benchmark_ClangBuildAnalyzer
:
script
:
-
apt-get update --fix-missing
-
apt-get -y install apt-transport-https ca-certificates gnupg software-properties-common wget
-
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
-
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
-
apt-get -y install cmake ninja-build
-
cmake --version
-
ccache --version
-
mpirun --version
...
...
@@ -1586,7 +1581,7 @@ benchmark_ClangBuildAnalyzer:
-
ninja hyteg
-
ClangBuildAnalyzer --stop src CBA
-
ClangBuildAnalyzer --analyze CBA
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/clang:
9
.0
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/clang:
13
.0
tags
:
-
docker-benchmark
variables
:
...
...
@@ -1661,14 +1656,14 @@ benchmark_ClangBuildAnalyzer:
needs
:
[
]
stage
:
benchmark
benchmark_intel
19
:
benchmark_intel
20
:
<<
:
*benchmark_definition
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/intel:
19
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/intel:
20
benchmark_gcc
9
:
benchmark_gcc
11
:
<<
:
*benchmark_definition
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:
9
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/gcc:
11
benchmark_clang
8
:
benchmark_clang
13
:
<<
:
*benchmark_definition
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/clang:8.0
\ No newline at end of file
image
:
i10git.cs.fau.de:5005/walberla/buildenvs/clang:13.0
\ No newline at end of file
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