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
18eb5dc3
Commit
18eb5dc3
authored
Jun 11, 2022
by
Hejing Li
Browse files
ae: set host gem5 variant
parent
1cb75bf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
experiments/pyexps/ae/determ.py
experiments/pyexps/ae/determ.py
+2
-0
No files found.
experiments/pyexps/ae/determ.py
View file @
18eb5dc3
...
...
@@ -51,6 +51,7 @@ servers = create_basic_hosts(e, 1, 'server', net, nic_class, host_class,
nc_class
,
node
.
IperfUDPServer
,
ip_start
=
2
)
servers
[
0
].
node_config
.
nockp
=
1
servers
[
0
].
variant
=
'opt'
servers
[
0
].
cpu_freq
=
'3GHz'
servers
[
0
].
extra_main_args
=
[
'--debug-flags=SimBricksSync,SimBricksPci,SimBricksEthernet'
]
# create a host
...
...
@@ -59,6 +60,7 @@ clients = create_basic_hosts(e, 1, 'client', net, nic_class, host_class,
clients
[
0
].
cpu_freq
=
'3GHz'
clients
[
0
].
variant
=
'opt'
clients
[
0
].
node_config
.
cores
=
num_cores
clients
[
0
].
node_config
.
app
.
is_sleep
=
1
clients
[
0
].
node_config
.
nockp
=
1
...
...
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