Skip to content

Commit

Permalink
cm_test_all_sandia: -Wimplicit-fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed May 14, 2024
1 parent e1f06ec commit a957ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cm_test_all_sandia
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ elif [ "$MACHINE" = "blake" ]; then
ONEAPI_FLAGS_EXTRA="-fp-model=precise"
LLVM_EXTRA_FLAGS="-fPIC ${CLANG_WARNING_FLAGS}"
# Remove -Wuninitialized: compiler issues show up with Threads backend
GCC11_WARNING_FLAGS="-Wall,-Wunused-parameter,-Wshadow,-pedantic,-Werror,-Wsign-compare,-Wtype-limits,-Wignored-qualifiers,-Wempty-body,-Wclobbered"
GCC11_WARNING_FLAGS="-Wall,-Wunused-parameter,-Wshadow,-pedantic,-Werror,-Wsign-compare,-Wtype-limits,-Wignored-qualifiers,-Wempty-body,-Wclobbered,-Wimplicit-fallthrough"
# update KOKKOS_PASSTHRU_CMAKE_FLAGS to disable onedpl on Blake
KOKKOS_PASSTHRU_CMAKE_FLAGS="${KOKKOS_PASSTHRU_CMAKE_FLAGS} -DKokkos_ENABLE_ONEDPL=OFF"

Expand Down

0 comments on commit a957ab7

Please sign in to comment.