Skip to content

Commit

Permalink
Merge Pull Request trilinos#11345 from e10harvey/Trilinos/TRILFRAME-316
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: packages/framework: Disable kokkos serial in gcc 8.3.0 build
PR Author: e10harvey
  • Loading branch information
trilinos-autotester committed Dec 7, 2022
2 parents 3b43ef4 + edaba87 commit 023d95f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/framework/ini-files/config-specs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@ opt-set-cmake-var Sacado_ENABLE_HIERARCHICAL_DFAD BOOL : OFF
opt-set-cmake-var TPL_ENABLE_CUDA BOOL : OFF
opt-set-cmake-var TPL_ENABLE_CUSPARSE BOOL : OFF

[NODE-TYPE|OPENMP-NO-SERIAL]
use NODE-TYPE|OPENMP
opt-set-cmake-var Tpetra_INST_SERIAL BOOL FORCE : OFF
opt-set-cmake-var Kokkos_ENABLE_SERIAL BOOL : OFF



#
Expand Down Expand Up @@ -1573,7 +1578,7 @@ use PACKAGE-ENABLES|ALL

[rhel7_sems-gnu-8.3.0-openmpi-1.10.1-openmp_release-debug_static_no-kokkos-arch_no-asan_no-complex_no-fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_pr]
use RHEL7_SEMS_COMPILER|GNU
use NODE-TYPE|OPENMP
use NODE-TYPE|OPENMP-NO-SERIAL
use BUILD-TYPE|RELEASE-DEBUG
use RHEL7_SEMS_LIB-TYPE|STATIC
use KOKKOS-ARCH|NO-KOKKOS-ARCH
Expand Down Expand Up @@ -1831,7 +1836,7 @@ opt-set-cmake-var Tpetra_INST_SERIAL BOOL FORCE : ON
opt-set-cmake-var Zoltan_ENABLE_Scotch BOOL FORCE : OFF

# Test failures as of 11-28-22
opt-set-cmake-var MiniTensor_test_Test_01_MPI_1_DISALBE BOOL : ON
#opt-set-cmake-var MiniTensor_test_Test_01_MPI_1_DISABLE BOOL : ON
opt-set-cmake-var PanzerAdaptersSTK_tQuad8ToQuad4Factory_MPI_2_DISABLE BOOL : ON
opt-set-cmake-var PanzerAdaptersSTK_tQuadraticToLinearMeshFactory_MPI_2_DISABLE BOOL : ON
opt-set-cmake-var Pliris_vector_random_MPI_3_DISABLE BOOL : ON
Expand Down

0 comments on commit 023d95f

Please sign in to comment.