Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Oct 25, 2023
1 parent 0947012 commit 18dc739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gtest/mhp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ add_mpi_test(mhp-tests-4 mhp-tests 4)
add_mpi_test(mhp-tests-3-only mhp-tests-3 3)

if(ENABLE_SYCL)
add_mpi_offload_test(mhp-sycl-device-tests-2 mhp-tests 2 --sycl
--device-memory --gtest_filter=-*Slide*)
if(NOT MPI_IMPL STREQUAL "openmpi")
# MPI_Win_create fails for communicator with size 1
add_mpi_test(mhp-sycl-tests-1 mhp-tests 1 --sycl --gtest_filter=-*Slide*)
Expand All @@ -102,6 +104,4 @@ if(ENABLE_SYCL)
add_mpi_test(mhp-sycl-tests-4 mhp-tests 4 --sycl --gtest_filter=-*Slide*)
add_mpi_test(mhp-sycl-tests-3-only mhp-tests-3 3 --sycl
--gtest_filter=-*Slide*)
add_mpi_offload_test(mhp-sycl-device-tests-2 mhp-tests 2 --sycl
--device-memory --gtest_filter=-*Slide*)
endif()

0 comments on commit 18dc739

Please sign in to comment.