Skip to content
Snippets Groups Projects
Commit a51daf31 authored by Soeren Peters's avatar Soeren Peters
Browse files

Remove debugging ls. Activate double accuracy for the numerical tests....

Remove debugging ls. Activate double accuracy for the numerical tests. Deactivate 256 & 512 grid sizes.
parent ace3b246
No related branches found
No related tags found
1 merge request!3Add manual numerical gpu test and enable the sonar-scanner again.
......@@ -245,7 +245,7 @@ nvidia_test:
- echo NVIDIA_VISIBLE_DEVICES=${NVIDIA_VISIBLE_DEVICES}
- nvidia-smi
###############################################################################
gpu_numerical_tests:
stage: benchmark
......@@ -262,11 +262,6 @@ gpu_numerical_tests:
before_script:
- cd /tmp
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rz.tu-bs.de/irmb/test_data.git
- ls -la test_data/
- ls -la /tmp/test_data/
- ls -la /tmp/test_data/numerical_tests_gpu
- ls -la /tmp/test_data/numerical_tests_gpu/grids
- ls -la /tmp/test_data/numerical_tests_gpu/grids/gridUni32x4x48/
- export CCACHE_BASEDIR=$CI_PROJECT_DIR
- export CCACHE_DIR=$CI_PROJECT_DIR/cache
- ccache -s
......@@ -276,6 +271,7 @@ gpu_numerical_tests:
- cmake ..
-DBUILD_VF_CPU=OFF
-DBUILD_VF_GPU=ON
-DBUILD_VF_DOUBLE_ACCURACY=ON
-DBUILD_NUMERIC_TESTS=ON
-DPATH_NUMERICAL_TESTS=/tmp/test_data/numerical_tests_gpu
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
......@@ -285,9 +281,6 @@ gpu_numerical_tests:
- ccache -s
script:
- cd $CI_PROJECT_DIR
- ls -la ./build/bin
- ls -la /tmp/test_data/numerical_tests_gpu/grids/gridUni32x4x48/
- ./build/bin/NumericalTests $CI_PROJECT_DIR/apps/gpu/tests/NumericalTests/configK15_nu10tm2.txt 2>&1 | tee -a numerical_tests_gpu_results.txt
cache:
......
......@@ -86,8 +86,8 @@ NormalizeWith=amplitude
TaylorGreenVortexUx32=true
TaylorGreenVortexUx64=true
TaylorGreenVortexUx128=true
TaylorGreenVortexUx256=true
TaylorGreenVortexUx512=true
TaylorGreenVortexUx256=false
TaylorGreenVortexUx512=false
TaylorGreenVortexUz32=false
TaylorGreenVortexUz64=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment