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

Use double accuracy in python build.

parent e7589778
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ stages:
before_script:
- export CC=gcc
- export CXX=g++
- export CCACHE_BASEDIR=$CI_PROJECT_DIR
- export CCACHE_DIR=$CI_PROJECT_DIR/cache
- ccache -s
script:
- $CXX --version
......@@ -44,7 +48,7 @@ stages:
- mkdir -p $CI_PROJECT_DIR/$BUILD_FOLDER
- cd $CI_PROJECT_DIR/$BUILD_FOLDER
- cmake ..
--preset=all_make
--preset=all_make_ccache
-DBUILD_WARNINGS_AS_ERRORS=ON
-DCMAKE_CUDA_ARCHITECTURES=60
- cmake . -LAH
......
......@@ -15,6 +15,7 @@ vf_cmake_args = [
"-DUSE_MPI=ON",
"-DBUILD_SHARED_LIBS=OFF",
"-DBUILD_VF_UNIT_TESTS:BOOL=ON"
"-DBUILD_VF_DOUBLE_ACCURACY=ON"
]
......
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