Skip to content

Commit

Permalink
Disable seg faulting TeuchosNumerics_LAPACK_test_MPI_1 in white/ride …
Browse files Browse the repository at this point in the history
…debug builds (trilinos#2410)

This passes in the corresponding RELEASE builds so it is okay to disable this
test in these DEBUG builds as we are not really loosing any real testing.  And
note that almost all of the Belos and Anasazi and other tests that use this
LAPACK interface pass in these DEBUG builds so disabling this one test is not
too serious.  But if someone wants to try to debug it and then turn it back
on, more power to them.

Note that this is likey related to the mix-lanauage compiler defect reported
in trilinos#1208.  That seems to be a strange compiler defect.
  • Loading branch information
bartlettroscoe committed Mar 23, 2018
1 parent 1e1def9 commit 9f8a83c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cmake/std/atdm/ride/tweaks/CUDA-DEBUG-CUDA.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# #2410: This passes in the CUDA-RELESE-CUDA build so it is okay to disable in
# this DEBUG build. This is likey related to the mix-lanauage compiler defect
# reported in #1208.
ATDM_SET_ENABLE(TeuchosNumerics_LAPACK_test_MPI_1_DISABLE ON)

INCLUDE("${CMAKE_CURRENT_LIST_DIR}/CUDA_COMMON_TWEAKS.cmake")
6 changes: 4 additions & 2 deletions cmake/std/atdm/ride/tweaks/GNU-DEBUG-OPENMP.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#ATDM_SET_ENABLE(KokkosCore_UnitTest_OpenMP_MPI_1_DISABLE ON)
#ATDM_SET_ENABLE(KokkosCore_UnitTest_Serial_MPI_1_DISABLE ON)
# #2410: This passes in the GNU-RELESE-OPENMP build so it is okay to disable
# in this DEBUG build. This is likey related to the mix-lanauage compiler
# defect reported in #1208.
ATDM_SET_ENABLE(TeuchosNumerics_LAPACK_test_MPI_1_DISABLE ON)

0 comments on commit 9f8a83c

Please sign in to comment.