Skip to content

Commit dd93524

Browse files
committed
Merge branch 'azamat/benchmarks/save-timing-maint-20' into maint-2.0
(PR #5055) Save timing info in benchmarking tests. [BFB]
2 parents 2b78728 + 6e3a3f0 commit dd93524

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

cime_config/testmods_dirs/bench/gmpas_noio/shell_commands

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
3+
# save benchmark timing info for provenance
4+
./xmlchange SAVE_TIMING=TRUE
5+
26
# on KNLs, run hyper-threaded with 64x2
37
if [ `./xmlquery --value MACH` == theta ]||[ `./xmlquery --value MACH` == cori-knl ]; then
48
echo yes;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/bin/bash
22
./xmlchange --append CAM_CONFIG_OPTS='-cosp'
3+
4+
# save benchmark timing info for provenance
5+
./xmlchange SAVE_TIMING=TRUE
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/bin/bash
22
./xmlchange --append CAM_CONFIG_OPTS='-cosp'
3+
4+
# save benchmark timing info for provenance
5+
./xmlchange SAVE_TIMING=TRUE

components/eam/cime_config/testdefs/testmods_dirs/eam/bench/noio/shell_commands

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
./xmlchange --append CAM_CONFIG_OPTS='-cosp'
33

4+
# save benchmark timing info for provenance
5+
./xmlchange SAVE_TIMING=TRUE
6+
47
# on KNLs, run hyper-threaded with 64x2
58
if [ `./xmlquery --value MACH` == theta ]||[ `./xmlquery --value MACH` == cori-knl ]; then
69
./xmlchange MAX_MPITASKS_PER_NODE=64

0 commit comments

Comments
 (0)