summaryrefslogtreecommitdiffstats
path: root/run_all_sd-vbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_all_sd-vbs.sh')
-rwxr-xr-xrun_all_sd-vbs.sh2
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
23sed -i "s/LITMUS 1/LITMUS 0/g" extra.h 23sed -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
26echo "Building benchmarks in unpaired configuration..." 27echo "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
32baseXI=SD-VBS/$(date +"%b%d-%H")-c-xi-$runID.txt 33baseXI=SD-VBS/$(date +"%b%d-%H")-c-xi-$runID.txt
33echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I xi $runID 34echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I xi $runID
35exit 0
34# Half L3, full L2 - i3 sees effect of half L3 36# Half L3, full L2 - i3 sees effect of half L3
35baseI3=SD-VBS/$(date +"%b%d-%H")-c-i3-$runID.txt 37baseI3=SD-VBS/$(date +"%b%d-%H")-c-i3-$runID.txt
36echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I i3 $runID 38echo "" | ../run_bench.sh -m base -p $coreCPU -l $maxJobs -b sd-vbsNames.txt -I i3 $runID