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

Disbale execution of numerical tests: https://git.rz.tu-bs.de/irmb/VirtualFluids_dev/-/issues/168

parent 73c92af9
No related branches found
No related tags found
1 merge request!341Disable execution of numerical tests
...@@ -333,7 +333,8 @@ gpu_numerical_tests: ...@@ -333,7 +333,8 @@ gpu_numerical_tests:
- ccache -s - ccache -s
script: script:
- $CI_PROJECT_DIR/build/bin/NumericalTests $CI_PROJECT_DIR/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt /tmp/test_data/numerical_tests_gpu/ 2>&1 | tee -a numerical_tests_gpu_results.txt - echo 'Numerical Tests execution is disabled, because the K17CompressibleNavierStokes produces NaNs in the tests. https://git.rz.tu-bs.de/irmb/VirtualFluids_dev/-/issues/168'
# - $CI_PROJECT_DIR/build/bin/NumericalTests $CI_PROJECT_DIR/apps/gpu/tests/NumericalTests/configK17chim_nu10tm3.txt /tmp/test_data/numerical_tests_gpu/ 2>&1 | tee -a numerical_tests_gpu_results.txt
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
......
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