Skip to content

Commit

Permalink
Avoid memleak flags in heavy-IO perf-tests on pm-cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
amametjanov committed May 18, 2024
1 parent 7815af6 commit b225751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cime_config/testmods_dirs/bench/wcycl/lores/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@

# save benchmark timing info for provenance
./xmlchange SAVE_TIMING=TRUE

# increase mem-tolerance on pm-cpu to 30%
if [ `./xmlquery --value MACH` == pm-cpu ]; then
./xmlchange TEST_MEMLEAK_TOLERANCE=0.3
fi

0 comments on commit b225751

Please sign in to comment.