diff options
Diffstat (limited to 'run_all_sd-vbs.sh')
| -rwxr-xr-x | run_all_sd-vbs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run_all_sd-vbs.sh b/run_all_sd-vbs.sh index 2db51f2..102af14 100755 --- a/run_all_sd-vbs.sh +++ b/run_all_sd-vbs.sh | |||
| @@ -21,6 +21,7 @@ date | |||
| 21 | 21 | ||
| 22 | # Configure libextra for benchmarking | 22 | # Configure libextra for benchmarking |
| 23 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | 23 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h |
| 24 | # sed -i "s/LITMUS 0/LITMUS 1/g" extra.h | ||
| 24 | 25 | ||
| 25 | # Run the pairs baseline and some comparisons to examine the effect of less cache | 26 | # Run the pairs baseline and some comparisons to examine the effect of less cache |
| 26 | echo "Building benchmarks in unpaired configuration..." | 27 | echo "Building benchmarks in unpaired configuration..." |
| @@ -31,6 +32,7 @@ echo "Done. Running experiments..." | |||
| 31 | # Full L3, full L2 - xi is the baseline for the pairs | 32 | # Full L3, full L2 - xi is the baseline for the pairs |
| 32 | baseXI=SD-VBS/$(date +"%b%d-%H")-c-xi-$runID.txt | 33 | baseXI=SD-VBS/$(date +"%b%d-%H")-c-xi-$runID.txt |
| 33 | echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I xi $runID | 34 | echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I xi $runID |
| 35 | exit 0 | ||
| 34 | # Half L3, full L2 - i3 sees effect of half L3 | 36 | # Half L3, full L2 - i3 sees effect of half L3 |
| 35 | baseI3=SD-VBS/$(date +"%b%d-%H")-c-i3-$runID.txt | 37 | baseI3=SD-VBS/$(date +"%b%d-%H")-c-i3-$runID.txt |
| 36 | echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I i3 $runID | 38 | echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I i3 $runID |
