From 22bf0a37d8da1ad1ead361b9582fcb4298ca2b30 Mon Sep 17 00:00:00 2001 From: Serhii Yaskovets <yaskovet@mpi-cbg.de> Date: Wed, 23 Aug 2023 18:06:22 +0200 Subject: [PATCH] Disable odeInt_BASE_tests/odeint_base_test_gpu due to termination with PETSC ERROR on 2+ mpi processes --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index abdbe27..049f2ed 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,7 +11,7 @@ if (CUDA_ON_BACKEND STREQUAL "CUDA") set(CUDA_SOURCES ${CUDA_SOURCES} DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cu DCPSE/DCPSE_op/tests/DCPSE_op_test_base_tests.cu #DCPSE/DCPSE_op/tests/DCPSE_op_subset_test.cu - OdeIntegrators/tests/Odeintegrators_test_gpu.cu + #OdeIntegrators/tests/Odeintegrators_test_gpu.cu DCPSE/DCPSE_op/tests/DCPSE_op_test_temporal.cu) endif() -- GitLab