forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCC PR configs - move from openmpi 1.6.5 to 1.10.1
Note that this commit include disabling tests documented in issue trilinos#2712 and trilinos#2691 and that those should be re-enabled when those issues are resolved.
- Loading branch information
Showing
6 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This file contains the options needed to both run the pull request testing | ||
# for Trilinos for the Linux GCC 4.9.3 pull request testing builds, and to reproduce | ||
# the errors reported by those builds. Prior to using this this file, the | ||
# appropriate set of SEMS modules must be loaded and accessible through the | ||
# SEMS NFS mount. (See the sems/PullRequestGCC*TestingEnv.sh files.) | ||
|
||
# Usage: cmake -C PullRequestLinuxGCC4.9.3TestingSettings.cmake | ||
|
||
# Misc options typically added by CI testing mode in TriBITS | ||
|
||
# Use the below option only when submitting to the dashboard | ||
#set (CTEST_USE_LAUNCHERS ON CACHE BOOL "Set by default for PR testing") | ||
|
||
set (MPI_EXEC_PRE_NUMPROCS_FLAGS "--bind-to;none" CACHE STRING "Set by default for PR testing") | ||
# NOTE: The above is a workaround for the problem of having threads on MPI | ||
# ranks bind to the same cores (see #2422). | ||
|
||
# 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") | ||
|
||
include("${CMAKE_CURRENT_LIST_DIR}/PullRequestLinuxCommonTestingSettings.cmake") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters