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

Fix cmake option.

parent 668146fb
No related branches found
No related tags found
1 merge request!3Add manual numerical gpu test and enable the sonar-scanner again.
...@@ -246,6 +246,7 @@ gpu_numerical_tests: ...@@ -246,6 +246,7 @@ gpu_numerical_tests:
before_script: before_script:
- mkdir /testdata && cd /testdata - mkdir /testdata && cd /testdata
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rz.tu-bs.de/iRMB/VirtualFluids_dev.git - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rz.tu-bs.de/iRMB/VirtualFluids_dev.git
- ls -la VirtualFluids_dev/
- export CCACHE_BASEDIR=$CI_PROJECT_DIR - export CCACHE_BASEDIR=$CI_PROJECT_DIR
- export CCACHE_DIR=$CI_PROJECT_DIR/cache - export CCACHE_DIR=$CI_PROJECT_DIR/cache
- ccache -s - ccache -s
...@@ -255,7 +256,7 @@ gpu_numerical_tests: ...@@ -255,7 +256,7 @@ gpu_numerical_tests:
- cmake .. - cmake ..
-DBUILD_VF_CPU=ON -DBUILD_VF_CPU=ON
-DBUILD_VF_GPU=ON -DBUILD_VF_GPU=ON
-BUILD_NUMERIC_TESTS=ON -DBUILD_NUMERIC_TESTS=ON
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache
......
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