Skip to content

Commit

Permalink
Merge Pull Request #7782 from prwolfe/Trilinos/add_debug_to_config_map
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Add Debug build into config map
PR Author: prwolfe
  • Loading branch information
trilinos-autotester authored Aug 12, 2020
2 parents f940ae0 + cf5f05b commit 2675212
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/std/PullRequestLinuxDriverTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ def generateBuildNameString(arguments):
'Trilinos_pullrequest_intel_17.0.1': 'PullRequestLinuxIntelTestingSettings.cmake',
'Trilinos_pullrequest_gcc_4.9.3_SERIAL': 'PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake',
'Trilinos_pullrequest_gcc_7.2.0': 'PullRequestLinuxGCC7.2.0TestingSettings.cmake',
'Trilinos_pullrequest_gcc_7.2.0_debug': 'PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake',
'Trilinos_pullrequest_gcc_8.3.0': 'PullRequestLinuxGCC8.3.0TestingSettings.cmake',
'Trilinos_pullrequest_clang_7.0.1': 'PullRequestLinuxClang7.0.1TestingSettings.cmake',
'Trilinos_pullrequest_clang_9.0.0': 'PullRequestLinuxClang9.0.0TestingSettings.cmake',
Expand Down
6 changes: 6 additions & 0 deletions cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ set (MPI_EXEC_PRE_NUMPROCS_FLAGS "--bind-to;none" CACHE STRING "Set by default f

set (Trilinos_ENABLE_COMPLEX_DOUBLE ON CACHE BOOL "Set by default for PR testing to exercise complex doubles case")

# Lengthen allowed testing time for debug PR build
set (DART_TESTING_TIMEOUT 900 CACHE STRING "Lengthen allowed testing time for debug PR build" )

# Disable just one Teko sub-unit test that fails with openmpi 1.10 (#2712)
set (Teko_DISABLE_LSCSTABALIZED_TPETRA_ALPAH_INV_D ON CACHE BOOL "Temporarily disabled in PR testing")

# This Kokkos test times out in all cases -
set (KokkosKernels_blas_serial_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")

include("${CMAKE_CURRENT_LIST_DIR}/PullRequestLinuxCommonTestingSettings.cmake")

# Adding warnings as errors flags to this PR build
Expand Down

0 comments on commit 2675212

Please sign in to comment.