Skip to content

Commit

Permalink
tl-tester: Fix onegroup testing of SLM/KNL
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Sep 26, 2019
1 parent 2114ae1 commit e56d34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ checklog() {
for j in $SMTCPUS ; do
if ! grep -q hypervisor /proc/cpuinfo ; then
TOPOLOGY=topology EVENTMAP=${cpus[$j]} FORCEHT=1 FORCECPU=$j $WRAP ./toplev.py --force-events -d -l1 $LOAD 2>&1 | tee log.$j
onegroup log.$j
[ $j != "knl" ] && onegroup log.$j
checklog log.$j
fi
TOPOLOGY=topology EVENTMAP=${cpus[$j]} FORCEHT=0 FORCECPU=$j $WRAP ./toplev.py --force-events -d -l1 $LOAD 2>&1 | tee log.$j
Expand All @@ -122,7 +122,7 @@ done
for j in $NOSMTCPUS ; do
EVENTMAP=${cpus[$j]} FORCECPU=$j $WRAP ./toplev.py -d -l1 $LOAD 2>&1 | tee log.$j
# SLM now needs two groups
#onegroup log.$j
[ $j != "slm" ] && onegroup log.$j
checklog log.$j
EVENTMAP=${cpus[$j]} FORCECPU=$j $WRAP ./toplev.py -d $ALL $LOAD 2>&1 | tee log.$j
checklog log.$j
Expand Down

0 comments on commit e56d34b

Please sign in to comment.