From e99c44e2a87c3adf3e57cf75e9c173ff6723b501 Mon Sep 17 00:00:00 2001 From: Paul Wolfenbarger Date: Mon, 19 Apr 2021 08:46:42 -0600 Subject: [PATCH 1/2] Turn off 3 Zoltan tests that fail due to a bug in spectrummpi See #8798 for the discussion --- .../PullRequestLinuxCuda10.1.243TestingSettings.cmake | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake b/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake index c4b782afe673..3189123bfa23 100644 --- a/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake +++ b/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake @@ -129,11 +129,10 @@ set (KokkosCore_UnitTest_Cuda_MPI_1_EXTRA_ARGS "--gtest_filter=-cuda.debug_pin_um_to_host:cuda.debug_serial_execution" CACHE STRING "Temporary disable for CUDA PR testing") -# Disable a few failing tests for initial release of Cuda 10.1.105 PR build -# set (EpetraExt_inout_test_LL_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") -# set (EpetraExt_inout_test_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") -# set (Teko_testdriver_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") -# set (Zoltan2_fix4785_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") +# Disable a few failing tests for initial release of Cuda 10.1.243 PR build +set (Zoltan_ch_simple_zoltan_parallel_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") +set (Zoltan_hg_simple_zoltan_parallel_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") +set (Zoltan_mpiMinLoc_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") # Disable SEACAS tests that grep results out of stderr... set (SEACASIoss_create_path_fpp_DISABLE ON CACHE BOOL "Temporary disable due to jsrun polluting stderr") From 0732362ec293952c2d649a0019834608c69fb4fc Mon Sep 17 00:00:00 2001 From: Paul Wolfenbarger Date: Tue, 20 Apr 2021 08:01:00 -0600 Subject: [PATCH 2/2] Add short reason for the disablement and note the issue for more details --- cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake b/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake index 3189123bfa23..88153c51017a 100644 --- a/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake +++ b/cmake/std/PullRequestLinuxCuda10.1.243TestingSettings.cmake @@ -130,6 +130,7 @@ set (KokkosCore_UnitTest_Cuda_MPI_1_EXTRA_ARGS CACHE STRING "Temporary disable for CUDA PR testing") # Disable a few failing tests for initial release of Cuda 10.1.243 PR build +# these fail due to a bug in spectrum-mpi : see issue #8798 for details set (Zoltan_ch_simple_zoltan_parallel_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (Zoltan_hg_simple_zoltan_parallel_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (Zoltan_mpiMinLoc_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing")