Skip to content

Commit

Permalink
Install: don't suggest setting flags in testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Apr 4, 2024
1 parent 5124833 commit 0e5d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Testing the Install
export COMM_PERF_TESTS_BUILD=perf-tests-build
echo "==== CFG KOKKOS COMM ===="
cmake -S "$COMM_SRC" -B "$COMM_BUILD" -DKokkos_DIR="$KOKKOS_INSTALL/lib/cmake/Kokkos" -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wshadow -Wpedantic" -DKokkosComm_ENABLE_TESTS=OFF -DKokkosComm_ENABLE_PERFTESTS=OFF -DCMAKE_INSTALL_PREFIX="$COMM_INSTALL"
cmake -S "$COMM_SRC" -B "$COMM_BUILD" -DKokkos_DIR="$KOKKOS_INSTALL/lib/cmake/Kokkos" -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_BUILD_TYPE=RelWithDebInfo -DKokkosComm_ENABLE_TESTS=OFF -DKokkosComm_ENABLE_PERFTESTS=OFF -DCMAKE_INSTALL_PREFIX="$COMM_INSTALL"
echo "==== BUILD & INSTALL KOKKOS COMM ===="
VERBOSE=1 cmake --build "$COMM_BUILD" --target install
Expand Down

0 comments on commit 0e5d2b4

Please sign in to comment.