Skip to content

Commit

Permalink
Update continuous Jenkins to error out on CUDA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 16, 2025
1 parent 5293813 commit 0531cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/continuous.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pipeline {
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D CMAKE_CXX_COMPILER=$KOKKOS_DIR/bin/nvcc_wrapper \
-D CMAKE_CXX_EXTENSIONS=OFF \
-D CMAKE_CXX_FLAGS="-Wpedantic -Wall -Wextra" \
-D CMAKE_CXX_FLAGS="-Wpedantic -Wall -Wextra -Werror -Werror all-warnings" \
-D CMAKE_PREFIX_PATH="$KOKKOS_DIR;$BOOST_DIR;$BENCHMARK_DIR" \
-D ARBORX_ENABLE_MPI=ON \
-D MPIEXEC_PREFLAGS="--allow-run-as-root" \
Expand Down

0 comments on commit 0531cd0

Please sign in to comment.