summaryrefslogtreecommitdiffstats
path: root/dis
diff options
context:
space:
mode:
Diffstat (limited to 'dis')
-rw-r--r--dis/run_pair_convexity.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/dis/run_pair_convexity.sh b/dis/run_pair_convexity.sh
index a4e204f..bdd25c8 100644
--- a/dis/run_pair_convexity.sh
+++ b/dis/run_pair_convexity.sh
@@ -100,7 +100,7 @@ cat /sys/fs/resctrl/schemata
100echo "=== Core $firstCore and $secondCore Config ===" 100echo "=== Core $firstCore and $secondCore Config ==="
101cat /sys/fs/resctrl/benchmarks/schemata 101cat /sys/fs/resctrl/benchmarks/schemata
102if [[ $8 == "--contend" ]]; then 102if [[ $8 == "--contend" ]]; then
103 if [[ ! -f "/playpen/mc2/imx6q-thrasher/thrasher" ]]; then 103 if [[ ! -f "../thrasher/thrasher" ]]; then
104 echo "ERROR: thrasher binary not fonud. Exiting..." 104 echo "ERROR: thrasher binary not fonud. Exiting..."
105 exit 105 exit
106 fi 106 fi
@@ -124,12 +124,12 @@ read
124if [[ $8 == "--contend" ]]; then 124if [[ $8 == "--contend" ]]; then
125 echo "Done. Starting 6 contending tasks..." 125 echo "Done. Starting 6 contending tasks..."
126 # Run two contending tasks on each other CCX 126 # Run two contending tasks on each other CCX
127 taskset -c 1 /playpen/mc2/imx6q-thrasher/thrasher & 127 taskset -c 1 ../thrasher/thrasher &
128 taskset -c 2 /playpen/mc2/imx6q-thrasher/thrasher & 128 taskset -c 2 ../thrasher/thrasher &
129 taskset -c 5 /playpen/mc2/imx6q-thrasher/thrasher & 129 taskset -c 5 ../thrasher/thrasher &
130 taskset -c 6 /playpen/mc2/imx6q-thrasher/thrasher & 130 taskset -c 6 ../thrasher/thrasher &
131 taskset -c 9 /playpen/mc2/imx6q-thrasher/thrasher & 131 taskset -c 9 ../thrasher/thrasher &
132 taskset -c 10 /playpen/mc2/imx6q-thrasher/thrasher & 132 taskset -c 10 ../thrasher/thrasher &
133fi 133fi
134sleep 1 # Wait for contending tasks to start 134sleep 1 # Wait for contending tasks to start
135echo "Done. Beginning benchmarks..." 135echo "Done. Beginning benchmarks..."