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
codes
codes
Commits
c46acea7
Commit
c46acea7
authored
May 25, 2018
by
Neil McGlohon
Browse files
Rewrite dragonfly-plus routing to match intel rec
parent
92a2f13d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
codes/connection-manager.h
View file @
c46acea7
...
...
@@ -43,6 +43,11 @@ struct Connection
ConnectionType
conn_type
;
//type of the connection: CONN_LOCAL, CONN_GLOBAL, or CONN_TERMINAL
};
inline
bool
operator
<
(
const
Connection
&
lhs
,
const
Connection
&
rhs
)
{
return
lhs
.
port
<
rhs
.
port
;
}
/**
* @class ConnectionManager
*
...
...
src/networks/model-net/dragonfly-plus.C
View file @
c46acea7
This diff is collapsed.
Click to expand it.
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