From b6c171bfbaa0b26db7671002a4cd903f28c7965e Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Fri, 7 Jul 2023 11:30:03 +0200 Subject: [PATCH] re-enable distributed matrix test with dpcpp --- test/mpi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mpi/CMakeLists.txt b/test/mpi/CMakeLists.txt index 3d5e3cadd58..08050bde58f 100644 --- a/test/mpi/CMakeLists.txt +++ b/test/mpi/CMakeLists.txt @@ -1,4 +1,4 @@ -ginkgo_create_common_and_reference_test(matrix MPI_SIZE 3 DISABLE_EXECUTORS dpcpp) +ginkgo_create_common_and_reference_test(matrix MPI_SIZE 3) ginkgo_create_common_and_reference_test(vector MPI_SIZE 3) add_subdirectory(preconditioner)