Skip to content

Commit

Permalink
Increase default maxRcpRawObjAccessRatio from 13.5 to 20.0 (#8648, #1…
Browse files Browse the repository at this point in the history
…3728)

That should be high enough to avoid every random failure of this check ever
observed in Trilinos PR testing.

It is debatable if a test such as this should be run in all builds or in just
dedicated performance builds.  (The default timing ratios are very loose.)  We
just want to make sure these tests are not broken in every build so that this
test will be able to run in performance builds.

Signed-off-by: Roscoe A. Bartlett <[email protected]>
  • Loading branch information
bartlettroscoe committed Jan 16, 2025
1 parent 9b8ef85 commit 36d7541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ double maxRcpRawAdjustRefCountRatio = 100.0;
#ifdef HAVE_TEUCHOSCORE_CXX11
double maxRcpSpAdjustRefCountRatio = 5.0;
#endif
double maxRcpRawObjAccessRatio = 13.5;
double maxRcpRawObjAccessRatio = 20.0; // See trilinos/Trilinos#13728

const int intPrec = 8;
const int dblPrec = 6;
Expand Down

0 comments on commit 36d7541

Please sign in to comment.