Skip to content

Commit

Permalink
Disable Pliris tests in ATS2 GenConfig builds (trilinos#10931)
Browse files Browse the repository at this point in the history
For some reason, CMake is not respecting the force disable of
Trilinos_ENABLE_Pliris from the last commit.  Rather than try to debug this, I
am just disabling the tests which will allow PR trilinos#10930 to pass the PR builds
and merge.

There are other issues with the GenConfig files that will need to be addressed
that I am seeing.
  • Loading branch information
bartlettroscoe authored and cgcgcg committed Sep 12, 2022
1 parent 215cb8e commit e8f0ae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/ini-files/config-specs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,8 @@ opt-set-cmake-var PanzerAdaptersSTK_main_driver_energy-ss-blocked-tp_DISABLE BOO
opt-set-cmake-var PanzerDiscFE_integration_values2_MPI_1_DISABLE BOOL : ON
opt-set-cmake-var PanzerMiniEM_MiniEM-BlockPrec_Augmentation_MPI_4_DISABLE BOOL : ON
opt-set-cmake-var PanzerMiniEM_MiniEM-BlockPrec_RefMaxwell_MPI_4_DISABLE BOOL : ON
opt-set-cmake-var Pliris_vector_random_MPI_3_DISABLE BOOL : ON
opt-set-cmake-var Pliris_vector_random_MPI_4_DISABLE BOOL : ON
opt-set-cmake-var ROL_NonlinearProblemTest_MPI_4_DISABLE BOOL : ON
opt-set-cmake-var ROL_adapters_minitensor_test_function_test_01_MPI_4_DISABLE BOOL : ON
opt-set-cmake-var ROL_adapters_minitensor_test_function_test_02_MPI_4_DISABLE BOOL : ON
Expand Down

0 comments on commit e8f0ae9

Please sign in to comment.