1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Ole Streicher <olebole@debian.org>
Date: Sun, 20 Aug 2023 14:58:52 +0200
Subject: Disable communicator MPI test (fails on mips64el)
---
cpp/tests/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt
index 3b6f572..eace11f 100644
--- a/cpp/tests/CMakeLists.txt
+++ b/cpp/tests/CMakeLists.txt
@@ -89,7 +89,6 @@ if(SOPT_MPI)
add_mpi_test_from_test(${testname})
endfunction()
- add_mpi_test(communicator LIBRARIES sopt)
add_mpi_test(serial_vs_parallel_padmm LIBRARIES sopt tools_for_tests)
add_mpi_test(mpi_wavelets LIBRARIES sopt)
|