1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Ole Streicher <olebole@debian.org>
Date: Wed, 6 Nov 2019 11:59:01 +0100
Subject: Disable mpi_proximals test
This test fails on mips64el. Upstream issue:
https://github.com/basp-group/sopt/issues/22
---
cpp/tests/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt
index 29a1117..3b6f572 100644
--- a/cpp/tests/CMakeLists.txt
+++ b/cpp/tests/CMakeLists.txt
@@ -90,7 +90,6 @@ if(SOPT_MPI)
endfunction()
add_mpi_test(communicator LIBRARIES sopt)
- add_mpi_test(mpi_proximals LIBRARIES sopt)
add_mpi_test(serial_vs_parallel_padmm LIBRARIES sopt tools_for_tests)
add_mpi_test(mpi_wavelets LIBRARIES sopt)
|