Skip to content

Commit

Permalink
Merge Pull Request #13707 from sebrowne/Trilinos/disable-intrepid2-test
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Intrepid2: Disable test'
PR Author: sebrowne
  • Loading branch information
trilinos-autotester authored Jan 8, 2025
2 parents 12d93b1 + d108844 commit cc1fe7a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ FOREACH(I RANGE ${ETI_DEVICE_COUNT})
ENDIF()
ENDIF()

IF(${ETI_NAME} STREQUAL "test_02_CUDA_DFAD_DFAD")
IF(${CUDAToolkit_VERSION_MAJOR} LESS "12")
MESSAGE(STATUS "Skipping TEST: HGRAD_TET_Cn_FEM ${ETI_NAME}.cpp for CUDA <12 (known compile issue)")
CONTINUE()
ENDIF()
ENDIF()

MESSAGE(STATUS "Generating TEST: HGRAD_TRI_Cn_FEM ${ETI_NAME}.cpp")
CONFIGURE_FILE(eti/${ETI_FILE}_ETI.in ${ETI_NAME}.cpp)

Expand Down

0 comments on commit cc1fe7a

Please sign in to comment.