Skip to content

Commit

Permalink
fixup disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Jan 7, 2025
1 parent 455dd92 commit fcc303f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/Unit/DataStructures/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ set(LIBRARY_SOURCES
Test_VectorImplTestHelper.cpp
)

# The following test is disabled for nvcc because nvcc can't handle it.
# The following test is disabled for nvcc because nvcc can't handle it
# (it fails to compile templates, can probably be fixed).
if(NOT ${KOKKOS_CXX_COMPILER_ID} STREQUAL "NVIDIA")
list(APPEND LIBRARY_SOURCES Test_TaggedVariant.cpp)
endif()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ set(LIBRARY_SOURCES
Test_TimeDerivativeTerms.cpp
)

# The following test is disabled for nvcc because nvcc can't handle it.
# The following test is disabled for nvcc because nvcc can't handle it
# (it runs out of memory).
if(NOT ${KOKKOS_CXX_COMPILER_ID} STREQUAL "NVIDIA")
list(APPEND LIBRARY_SOURCES Subcell/Test_TimeDerivative.cpp)
endif()
Expand Down

0 comments on commit fcc303f

Please sign in to comment.