Skip to content

Commit

Permalink
Disable Panzer examples for CUDA builds on hansen/shiller (#2318, TRI…
Browse files Browse the repository at this point in the history
…L-171)

EMPIRE does not build or test these examples and they don't currently build
(see #2318).  This just removes the clutter on CDash while these things can be
fixed offline so that we can focus on the remaining failures.
  • Loading branch information
bartlettroscoe committed Mar 2, 2018
1 parent 5ee27ba commit 0be2ed4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/std/atdm/shiller/tweaks/CUDA-DEBUG-CUDA.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/CUDA_COMMON_TWEAKS.cmake")
1 change: 1 addition & 0 deletions cmake/std/atdm/shiller/tweaks/CUDA-RELEASE-CUDA.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/CUDA_COMMON_TWEAKS.cmake")
9 changes: 9 additions & 0 deletions cmake/std/atdm/shiller/tweaks/CUDA_COMMON_TWEAKS.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ATDM_SET_ENABLE(Panzer_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerCore_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerDofMgr_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerDiscFE_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerAdaptersSTK_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerAdaptersIOSS_ENABLE_EXAMPLES OFF)
ATDM_SET_ENABLE(PanzerMiniEM_ENABLE_EXAMPLES OFF)
# ToDo: Change TriBITS so that, by default, Panzer_ENABLE_EXAMPLES=OFF will
# disable examples in the Panzer subpackages!q

0 comments on commit 0be2ed4

Please sign in to comment.