Skip to content

Commit

Permalink
Fix egregiously-incorrect syntax
Browse files Browse the repository at this point in the history
User Support Ticket(s) or Story Referenced: N/A
  • Loading branch information
sebrowne committed Jan 31, 2023
1 parent d81da0f commit 207be5c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/framework/ini-files/config-specs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1913,16 +1913,16 @@ opt-set-cmake-var Epetra_Directory_test_LL_MPI_1_DISABLE BOOL FORCE : ON
# These tests time out if other stuff is running on the machine at the same time.
# Not a LOT of other stuff, but they seem to be more resource-intensive than one would
# think looking at the MPI rank count.
Tempus_BackwardEuler_MPI_1
Tempus_DIRK_ASA_MPI_1
Tempus_ExplicitRK_ASA_MPI_1
Tempus_HHTAlpha_MPI_1
Tempus_IMEX_RK_Combined_RSA_MPI_1
Tempus_IMEX_RK_Partitioned_Combined_FSA_Partitioned_IMEX_RK_1st_Order_MPI_1
Tempus_IMEX_RK_Partitioned_Staggered_FSA_General_Partioned_IMEX_RK_MPI_1
Tempus_IMEX_RK_Partitioned_Staggered_FSA_Partitioned_IMEX_RK_1st_Order_MPI_1
Tempus_IMEX_RK_Staggered_FSA_MPI_1
Tempus_Newmark_MPI_1
opt-set-cmake-var Tempus_BackwardEuler_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_DIRK_ASA_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_ExplicitRK_ASA_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_HHTAlpha_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_IMEX_RK_Combined_RSA_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_IMEX_RK_Partitioned_Combined_FSA_Partitioned_IMEX_RK_1st_Order_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_IMEX_RK_Partitioned_Staggered_FSA_General_Partioned_IMEX_RK_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_IMEX_RK_Partitioned_Staggered_FSA_Partitioned_IMEX_RK_1st_Order_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_IMEX_RK_Staggered_FSA_MPI_1_DISABLE BOOL FORCE : ON
opt-set-cmake-var Tempus_Newmark_MPI_1_DISABLE BOOL FORCE : ON


[rhel7_sems-intel-2021.3-sems-openmpi-4.0.5_release-debug_shared_no-kokkos-arch_no-asan_no-complex_fpic_mpi_no-pt_no-rdc_no-uvm_deprecated-on_all]
Expand Down

0 comments on commit 207be5c

Please sign in to comment.