Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
b2679607
Commit
b2679607
authored
Aug 13, 2016
by
Nikhil
Browse files
WIP: minor change for user defined input
Change-Id: I1c491d4c9003f6a79aff42ffe7fc9f5bbb64a0cc
parent
1e254aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly-custom.C
View file @
b2679607
...
...
@@ -875,7 +875,7 @@ terminal_custom_init( terminal_state * s,
s
->
terminal_id
=
(
mapping_rep_id
*
num_lps
)
+
mapping_offset
;
s
->
router_id
=
(
int
)
s
->
terminal_id
/
(
s
->
params
->
num_
routers
/
2
);
s
->
router_id
=
(
int
)
s
->
terminal_id
/
(
s
->
params
->
num_
cn
);
s
->
terminal_available_time
=
0
.
0
;
s
->
packet_counter
=
0
;
...
...
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