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
4b7d203d
"stubs/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "d0ad08c07e55942e5b1461c3f3334ec201914a33"
Commit
4b7d203d
authored
Jun 17, 2024
by
Hejing Li
Committed by
Jonas Kaufmann
Aug 20, 2024
Browse files
simple_pint_sysconf.py: add object reference directly
parent
cd155cd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
experiments/pyexps/simple_ping_sysconf.py
experiments/pyexps/simple_ping_sysconf.py
+5
-5
No files found.
experiments/pyexps/simple_ping_sysconf.py
View file @
4b7d203d
...
@@ -48,17 +48,17 @@ experiments = []
...
@@ -48,17 +48,17 @@ experiments = []
e
=
exp
.
Experiment
(
'simple_ping_sysconf'
)
e
=
exp
.
Experiment
(
'simple_ping_sysconf'
)
host_inst0
=
impl
.
Gem5Sim
(
e
)
host_inst0
=
impl
.
Gem5Sim
(
e
)
host_inst0
.
add
(
system
.
hosts
[
0
]
)
host_inst0
.
add
(
host0
)
host_inst1
=
impl
.
Gem5Sim
(
e
)
host_inst1
=
impl
.
Gem5Sim
(
e
)
host_inst1
.
add
(
system
.
hosts
[
1
]
)
host_inst1
.
add
(
host1
)
nic_inst0
=
impl
.
I40eNicSim
(
e
)
nic_inst0
=
impl
.
I40eNicSim
(
e
)
nic_inst0
.
add
(
system
.
nics
[
0
]
)
nic_inst0
.
add
(
nic0
)
nic_inst1
=
impl
.
I40eNicSim
(
e
)
nic_inst1
=
impl
.
I40eNicSim
(
e
)
nic_inst1
.
add
(
system
.
nics
[
1
]
)
nic_inst1
.
add
(
nic1
)
net_inst
=
impl
.
SwitchBMSim
(
e
)
net_inst
=
impl
.
SwitchBMSim
(
e
)
net_inst
.
add
(
s
ystem
.
switches
[
0
]
)
net_inst
.
add
(
s
witch
)
experiments
.
append
(
e
)
experiments
.
append
(
e
)
\ No newline at end of file
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