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
c548151b
Commit
c548151b
authored
Jun 06, 2018
by
Misbah Mubarak
Browse files
allowing direct connections for non-minimal routes alone
parent
34fea051
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networks/model-net/dragonfly-custom.C
View file @
c548151b
...
...
@@ -2416,7 +2416,10 @@ get_next_stop(router_state * s,
else
{
if
(
interGroupLinks
[
s
->
router_id
][
dest_group_id
].
size
()
>
1
&&
get_direct_con
)
{
select_chan
=
find_chan
(
s
->
router_id
,
dest_group_id
,
s
->
params
->
num_routers
);
assert
(
select_chan
>=
0
);
}
else
{
bf
->
c19
=
1
;
...
...
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