summaryrefslogtreecommitdiffstats
path: root/run_all_sd-vbs.sh
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-26 00:07:19 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-26 00:07:19 -0400
commit95b383ce406872937fb810ac1f8b8a17ef887429 (patch)
tree63b9be99c2fcbeac9c3f6d2992ac37c69124ee2f /run_all_sd-vbs.sh
parent65ea49f13da3e20c6e0a5c0a8a4432d6b61f7674 (diff)
fixed power issue and extra.h first job issue
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