Skip to content

Commit

Permalink
Merge pull request #194 from bartlettroscoe/disable-expensive-debug-o…
Browse files Browse the repository at this point in the history
…penmp-unit-test

Disable expensive debug openmp unit test
  • Loading branch information
crtrott authored Apr 2, 2018
2 parents 3f21ddc + 9176163 commit 70032bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,16 @@ IF (Kokkos_ENABLE_OpenMP)

APPEND_GLOB(OPENMP_BLAS_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/openmp/Test_OpenMP_Blas*.cpp)

IF (KOKKOS_ENABLE_DEBUG)
SET(DISABLE_SLOW_DGEMM_DOUBLE_TEST "--gtest_filter=-openmp.gemm_double")
ENDIF()

TRIBITS_ADD_EXECUTABLE_AND_TEST(
blas_openmp
SOURCES
Test_Main.cpp
${OPENMP_BLAS_SOURCES}
ARGS ${DISABLE_SLOW_DGEMM_DOUBLE_TEST}
COMM serial mpi
NUM_MPI_PROCS 1
TESTONLYLIBS kokkoskernels_gtest
Expand Down

0 comments on commit 70032bc

Please sign in to comment.