From cf82dbf8148058c21b7cde15ca316a6e9a56546e Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@fau.de> Date: Fri, 15 Jun 2018 13:02:18 +0200 Subject: [PATCH] forced benchmark frequency to 3.3 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe6e951ed..4cf439fe2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1554,7 +1554,7 @@ conda-py35-linux: - export PATH=$PATH:/usr/local/likwid/bin - likwid-setFrequencies -t 0 - likwid-setFrequencies -g performance - - likwid-setFrequencies -x 3.3 -y 3.3 # set frequency to 3.3 + - likwid-setFrequencies -f 3.3 # set frequency to 3.3 - mpirun --allow-run-as-root -np 8 --map-by core --bind-to core --report-bindings ./PeriodicGranularGas PeriodicGranularGas.cfg --DEM --syncNextNeighbor | tee PeriodicGranularGas_DEM_NN.txt - mpirun --allow-run-as-root -np 8 --map-by core --bind-to core --report-bindings ./PeriodicGranularGas PeriodicGranularGas.cfg --DEM --syncShadowOwners | tee PeriodicGranularGas_DEM_SO.txt - mpirun --allow-run-as-root -np 8 --map-by core --bind-to core --report-bindings ./PeriodicGranularGas PeriodicGranularGas.cfg --HCSITS --syncNextNeighbor --InelasticFrictionlessContact | tee PeriodicGranularGas_HCSITS_NN_IFC.txt @@ -1588,4 +1588,4 @@ benchmark_gcc7: benchmark_clang6: <<: *benchmark_definition - image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 \ No newline at end of file + image: i10git.cs.fau.de:5005/walberla/buildenvs/clang:6.0 -- GitLab