Skip to content

Commit

Permalink
Allow enable of Panzer examples on main builds (#2319)
Browse files Browse the repository at this point in the history
Turns out that some of these Panzer examples test behavior that EMPIRE needs.
Therefore, we need to get them working.  Therefore, to help get these fixed,
and since the rest of the cuda build is not clean yet, we need to turn these
back on.

Note that this should not enable the Panzer examples for the special "-panzer"
builds since the CTest -S driver script will explicitly disable the Panzer
examples for those builds.

Build and test results on 'shiller' show below (the build passes but there are
still some failing test).  These builds are not promoted to the "ATDM"
Group/Track yet so this will not spam any one with CDash error emails.
  • Loading branch information
bartlettroscoe committed Mar 20, 2018
1 parent 2327743 commit c6645ba
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions cmake/std/atdm/ride/tweaks/CUDA_COMMON_TWEAKS.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
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
# Don't disable Panzer examples becuase these test behavior that EMPIRE really
# needs! (See #2318)

0 comments on commit c6645ba

Please sign in to comment.