diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-09 20:49:40 -0500 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-09 20:54:19 -0500 |
| commit | 1d44f945a2fd163b35dc30f599fdcc5e016011bc (patch) | |
| tree | 5fd29a3ecdad6e3b4212dd960572e8daad659620 /dis | |
| parent | 0c2be2d9e3de91ab0a06ef6bbf9ef5d4328b8181 (diff) | |
Benchmarks: Move thrashing task to a submodule and update paths
Diffstat (limited to 'dis')
| -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..." |
