Skip to content

Commit

Permalink
Update parallelTests.cmake
Browse files Browse the repository at this point in the history
Changed relative tolerance for test case
  • Loading branch information
erikhide authored Sep 23, 2024
1 parent cb83c4f commit ab5a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallelTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ add_test_compare_parallel_simulation(CASENAME 3_a_mpi_multflt_mod2
FILENAME 3_A_MPI_MULTFLT_SCHED_MODEL2
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${rel_tol_parallel}
REL_TOL 1.0e-4
DIR model2
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --enable-drift-compensation=false)

Expand Down

0 comments on commit ab5a6c6

Please sign in to comment.