Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
a2f03619
Commit
a2f03619
authored
Jun 05, 2022
by
Hejing Li
Browse files
ae: add dist-gem5 experiment script
parent
22827c8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
experiments/ae/dist-gem5.sh
experiments/ae/dist-gem5.sh
+21
-0
No files found.
experiments/ae/dist-gem5.sh
0 → 100755
View file @
a2f03619
#!/bin/bash
SB_BASE
=
"
$(
readlink
-f
$(
dirname
${
BASH_SOURCE
[0]
}
)
/../..
)
"
GEM5_BASE
=
"
$SB_BASE
/sims/external/gem5"
# Runs dist-gem5 data points in Figure 9
# It will generate simulation result files in simbricks/sims/external/gem5/util/dist/test/run-*.out
echo
"Start running dist-gem5 data points"
cd
$GEM5_BASE
/util/dist/test
./exp_run.sh
echo
"Done running dist-gem5 data points"
# Runs Simbricks data points in Figure 9
# It will generate simulation results in simbricks/sims/external/gem5/util/simbricks/run-*.out
echo
"Start running simbricks data points"
cd
$GEM5_BASE
/util/simbricks
./exp_run.sh
echo
"Done running simbricks data points"
# Process the results and prints
python3 pyexps/ae/data_dist.py
$NS3_BASE
>
ae/dist.data
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment