Skip to content

Commit

Permalink
Turn on timers in gitlab.com CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Apr 3, 2023
1 parent 5203417 commit 99a5c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gitlab_clang/do_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cmake \
-D CMAKE_CXX_FLAGS="-g" \
-D CMAKE_C_FLAGS="-g" \
-D BUILD_SHARED_LIBS=ON \
-D ENABLE_CMAKE_TIMERS=ON \
-D Kokkos_ENABLE_OPENMP=ON \
-D Kokkos_ARCH_${GENTEN_ARCH}=ON \
-D Kokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
Expand Down

0 comments on commit 99a5c41

Please sign in to comment.