Skip to content

Commit

Permalink
Merge Pull Request #4308 from ZUUL42/Trilinos/no_fortran
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Disable Fortran for 4.9.3 SERIAL build Fix Issue #4238
PR Author: ZUUL42
  • Loading branch information
trilinos-autotester committed Feb 1, 2019
2 parents a6ba612 + 2eae1ab commit e99a6ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/std/PullRequestLinuxGCC4.9.3TestingSettingsSERIAL.cmake
Expand Up @@ -11,6 +11,9 @@
# Use the below option only when submitting to the dashboard
#set (CTEST_USE_LAUNCHERS ON CACHE BOOL "Set by default for PR testing")

# Disabling fortran for this build as that is a customer use case
set (Trilinos_ENABLE_Fortran OFF CACHE BOOL "Set by default for SERIAL PR test")

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).
Expand Down

0 comments on commit e99a6ba

Please sign in to comment.