diff options
Diffstat (limited to 'dis/run_pair_convexity.sh')
| -rw-r--r-- | dis/run_pair_convexity.sh | 14 |
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 | |||
| 100 | echo "=== Core $firstCore and $secondCore Config ===" | 100 | echo "=== Core $firstCore and $secondCore Config ===" |
| 101 | cat /sys/fs/resctrl/benchmarks/schemata | 101 | cat /sys/fs/resctrl/benchmarks/schemata |
| 102 | if [[ $8 == "--contend" ]]; then | 102 | if [[ $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 | |||
| 124 | if [[ $8 == "--contend" ]]; then | 124 | if [[ $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 & |
| 133 | fi | 133 | fi |
| 134 | sleep 1 # Wait for contending tasks to start | 134 | sleep 1 # Wait for contending tasks to start |
| 135 | echo "Done. Beginning benchmarks..." | 135 | echo "Done. Beginning benchmarks..." |
