Skip to content

Commit

Permalink
Merge Pull Request #13729 from bartlettroscoe/Trilinos/13728-increase…
Browse files Browse the repository at this point in the history
…-default-maxRcpRawObjAccessRatio

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'Increase default maxRcpRawObjAccessRatio from 13.5 to 20.0 (#8648, #13728)'
PR Author: bartlettroscoe
  • Loading branch information
trilinos-autotester authored Jan 16, 2025
2 parents c744a2c + 36d7541 commit f50c71c
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 f50c71c

Please sign in to comment.