Skip to content

Commit

Permalink
improve robustness of install testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jul 12, 2024
1 parent c45fd39 commit b273ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ Testing the Install
cmake --build "$KOKKOS_BUILD" --parallel $(nproc) -t install
echo "==== CFG KOKKOS COMM ===="
rm -rf "$COMM_BUILD"
cmake -S "$COMM_SRC" -B "$COMM_BUILD" -DKokkos_ROOT="$KOKKOS_INSTALL" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DKokkosComm_ENABLE_TESTS=OFF -DKokkosComm_ENABLE_PERFTESTS=OFF -DCMAKE_INSTALL_PREFIX="$COMM_INSTALL"
echo "==== BUILD & INSTALL KOKKOS COMM ===="
rm -rf "$COMM_INSTALL"
VERBOSE=1 cmake --build "$COMM_BUILD" --target install
echo "==== REMOVE KOKKOS COMM BUILD FILES ===="
Expand Down

0 comments on commit b273ea4

Please sign in to comment.