Skip to content

Commit

Permalink
Merge pull request #1150 from ndellingwood/trilinos-disable-sluperftest
Browse files Browse the repository at this point in the history
Temporarily disable perf test KokkosSparse_sptrsv_superlu w/ Trilinos
  • Loading branch information
ndellingwood authored Oct 25, 2021
2 parents 533517b + 670e9ff commit fe881a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perf_test/sparse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ KOKKOSKERNELS_ADD_EXECUTABLE(
SOURCES KokkosSparse_sptrsv_cholmod.cpp
)

IF(NOT KOKKOS_HAS_TRILINOS)
# Disable this perf test with Trilinos builds to workaround
# -Werror issues error: declaration of xyz with C language linkage
KOKKOSKERNELS_ADD_EXECUTABLE(
sparse_sptrsv_superlu
SOURCES KokkosSparse_sptrsv_superlu.cpp
)
ENDIF()

KOKKOSKERNELS_ADD_EXECUTABLE(
sparse_sptrsv_supernode
Expand Down

0 comments on commit fe881a5

Please sign in to comment.