Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
fcc455b0
Commit
fcc455b0
authored
Jun 13, 2018
by
Misbah Mubarak
Browse files
restricting progressive adaptive routing to source group
parent
27ee4c52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly-custom.C
View file @
fcc455b0
...
...
@@ -3171,8 +3171,8 @@ router_packet_receive( router_state * s,
&&
routing
==
ADAPTIVE
)
||
(
cur_chunk
->
msg
.
path_type
==
MINIMAL
&&
routing
==
PROG_ADAPTIVE
&&
s
->
router_id
=
=
dest_router_id
)))
//
&& local_grp_id == src_grp_id)))
//
&& s->router_id
!
= dest_router_id)))
&&
local_grp_id
==
src_grp_id
)))
{
bf
->
c20
=
1
;
adap_chan
=
do_global_adaptive_routing
(
s
,
lp
,
&
(
cur_chunk
->
msg
),
bf
,
dest_router_id
,
intm_router_id
,
intm_router_id_b
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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