From b22575175ed8e972771f20f25a3a2e13cbd2dee4 Mon Sep 17 00:00:00 2001 From: Azamat Mametjanov Date: Fri, 17 May 2024 22:39:26 -0500 Subject: [PATCH] Avoid memleak flags in heavy-IO perf-tests on pm-cpu --- cime_config/testmods_dirs/bench/wcycl/lores/shell_commands | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cime_config/testmods_dirs/bench/wcycl/lores/shell_commands b/cime_config/testmods_dirs/bench/wcycl/lores/shell_commands index a90a9cc89765..615b8f21ffcd 100644 --- a/cime_config/testmods_dirs/bench/wcycl/lores/shell_commands +++ b/cime_config/testmods_dirs/bench/wcycl/lores/shell_commands @@ -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