diff options
| -rw-r--r-- | Makefile | 7 | ||||
| -rwxr-xr-x | run_all_dis.sh | 3 | ||||
| -rwxr-xr-x | run_all_sd-vbs.sh | 3 | ||||
| -rwxr-xr-x | run_all_tacle.sh | 3 |
4 files changed, 16 insertions, 0 deletions
| @@ -1,6 +1,13 @@ | |||
| 1 | 1 | ||
| 2 | case-study: | 2 | case-study: |
| 3 | sed -i "s/LITMUS 0/LITMUS 1/g" extra.h | ||
| 3 | $(MAKE) -C baseline all | 4 | $(MAKE) -C baseline all |
| 4 | $(MAKE) -C dis baseline | 5 | $(MAKE) -C dis baseline |
| 5 | $(MAKE) -C SD-VBS/benchmarks compile | 6 | $(MAKE) -C SD-VBS/benchmarks compile |
| 6 | 7 | ||
| 8 | benchmarks: | ||
| 9 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | ||
| 10 | $(MAKE) -C baseline all | ||
| 11 | $(MAKE) -C all_pairs all | ||
| 12 | $(MAKE) -C dis pairs | ||
| 13 | $(MAKE) -C SD-VBS/benchmarks CFLAGS=-DPAIRED compile | ||
diff --git a/run_all_dis.sh b/run_all_dis.sh index 588538d..3907789 100755 --- a/run_all_dis.sh +++ b/run_all_dis.sh | |||
| @@ -16,6 +16,9 @@ if [[ "$EUID" != 0 ]]; then | |||
| 16 | fi | 16 | fi |
| 17 | date | 17 | date |
| 18 | 18 | ||
| 19 | # Configure libextra for benchmarking | ||
| 20 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | ||
| 21 | |||
| 19 | # Run the pairs baseline and some comparisons to examine the effect of less cache | 22 | # Run the pairs baseline and some comparisons to examine the effect of less cache |
| 20 | echo "Building benchmarks in unpaired configuration..." | 23 | echo "Building benchmarks in unpaired configuration..." |
| 21 | cd dis | 24 | cd dis |
diff --git a/run_all_sd-vbs.sh b/run_all_sd-vbs.sh index 1f5948d..6be9c87 100755 --- a/run_all_sd-vbs.sh +++ b/run_all_sd-vbs.sh | |||
| @@ -16,6 +16,9 @@ if [[ "$EUID" != 0 ]]; then | |||
| 16 | fi | 16 | fi |
| 17 | date | 17 | date |
| 18 | 18 | ||
| 19 | # Configure libextra for benchmarking | ||
| 20 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | ||
| 21 | |||
| 19 | # Run the pairs baseline and some comparisons to examine the effect of less cache | 22 | # Run the pairs baseline and some comparisons to examine the effect of less cache |
| 20 | echo "Building benchmarks in unpaired configuration..." | 23 | echo "Building benchmarks in unpaired configuration..." |
| 21 | cd SD-VBS/benchmarks | 24 | cd SD-VBS/benchmarks |
diff --git a/run_all_tacle.sh b/run_all_tacle.sh index 51a9c24..4729ada 100755 --- a/run_all_tacle.sh +++ b/run_all_tacle.sh | |||
| @@ -16,6 +16,9 @@ if [[ "$EUID" != 0 ]]; then | |||
| 16 | fi | 16 | fi |
| 17 | date | 17 | date |
| 18 | 18 | ||
| 19 | # Configure libextra for benchmarking | ||
| 20 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | ||
| 21 | |||
| 19 | # Run the pairs baseline and some comparisons to examine the effect of less cache | 22 | # Run the pairs baseline and some comparisons to examine the effect of less cache |
| 20 | cd baseline | 23 | cd baseline |
| 21 | make all -j32 | 24 | make all -j32 |
