Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
8b491087
Commit
8b491087
authored
Mar 24, 2017
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merging fixes to custom-dragonfly (1) optimistic mode fix (2) VC issue fixed
parent
dec76148
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
34 deletions
+91
-34
src/networks/model-net/dragonfly-custom.C
src/networks/model-net/dragonfly-custom.C
+89
-32
src/networks/model-net/model-net-lp.c
src/networks/model-net/model-net-lp.c
+2
-2
No files found.
src/networks/model-net/dragonfly-custom.C
View file @
8b491087
This diff is collapsed.
Click to expand it.
src/networks/model-net/model-net-lp.c
View file @
8b491087
...
...
@@ -278,10 +278,10 @@ void model_net_base_configure(){
msg_offsets
[
TORUS
]
=
offsetof
(
model_net_wrap_msg
,
msg
.
m_torus
);
msg_offsets
[
DRAGONFLY
]
=
offsetof
(
model_net_wrap_msg
,
msg
.
m_
custom_
dfly
);
offsetof
(
model_net_wrap_msg
,
msg
.
m_dfly
);
// note: dragonfly router uses the same event struct
msg_offsets
[
DRAGONFLY_ROUTER
]
=
offsetof
(
model_net_wrap_msg
,
msg
.
m_
custom_
dfly
);
offsetof
(
model_net_wrap_msg
,
msg
.
m_dfly
);
msg_offsets
[
DRAGONFLY_CUSTOM
]
=
offsetof
(
model_net_wrap_msg
,
msg
.
m_custom_dfly
);
msg_offsets
[
DRAGONFLY_CUSTOM_ROUTER
]
=
...
...
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