Skip to content

Commit

Permalink
Merge pull request #1134 from e10harvey/kokkos_issue4376
Browse files Browse the repository at this point in the history
Revert "gmres: disable examples for builds with ibm/xl"
  • Loading branch information
e10harvey authored Oct 12, 2021
2 parents 99f8223 + 74d9a3b commit 8b297d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example/gmres/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
KOKKOSKERNELS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
KOKKOSKERNELS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

# Workaround https://github.com/kokkos/kokkos/issues/4376 for ibm/xl
IF (NOT ${KOKKOS_COMPILER_IBM})
KOKKOSKERNELS_ADD_EXECUTABLE(
gmres_ex_real_A
SOURCES ex_real_A.cpp
Expand All @@ -23,7 +21,3 @@ KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST(
SOURCES test_prec.cpp
)

ELSE ()
MESSAGE (STATUS "SKIPPING gmres examples - Kokkos::complex<half_t> unsupported with ibm/xlC as host compiler")
ENDIF ()

0 comments on commit 8b297d7

Please sign in to comment.