Skip to content

Commit

Permalink
#1512: cmake: set options to disable kokkos and enable trace-only
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Aug 10, 2021
1 parent 8c5eb14 commit 61c09bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ then
-Dvt_DIR="${VT}" \
-Dcheckpoint_DIR="${CHECKPOINT}" \
-Ddetector_DIR="${DETECTOR}" \
-Dkokkos_DIR="" \
-DKokkosKernels_DIR="" \
-Dkokkos_DISABLE:BOOL=1 \
-Dkokkos_kernels_DISABLE:BOOL=1 \
-Dvt_trace_only="1" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
-DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}" \
-DCMAKE_CXX_COMPILER="${CXX:-c++}" \
Expand Down

0 comments on commit 61c09bc

Please sign in to comment.