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
a8d45fd7
Commit
a8d45fd7
authored
Sep 26, 2015
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Managing dragonfly's out of order packet arrivals with adaptive routing
parent
c4663579
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
217 additions
and
38 deletions
+217
-38
codes/net/dragonfly.h
codes/net/dragonfly.h
+4
-4
src/models/networks/model-net/dragonfly.c
src/models/networks/model-net/dragonfly.c
+212
-33
tests/conf/modelnet-test-dragonfly.conf
tests/conf/modelnet-test-dragonfly.conf
+1
-1
No files found.
codes/net/dragonfly.h
View file @
a8d45fd7
...
...
@@ -53,7 +53,10 @@ struct terminal_message
int
intm_group_id
;
int
chunk_id
;
uint64_t
packet_size
;
uint64_t
num_chunks
;
uint64_t
message_id
;
uint64_t
total_size
;
int
saved_remote_esize
;
int
remote_event_size_bytes
;
int
local_event_size_bytes
;
...
...
@@ -82,9 +85,6 @@ struct terminal_message
/* LP ID of the sending node, has to be a network node in the dragonfly */
tw_lpid
sender_node
;
tw_lpid
next_stop
;
/* for reverse computation */
struct
pending_router_msgs
*
saved_elem
;
};
#endif
/* end of include guard: DRAGONFLY_H */
...
...
src/models/networks/model-net/dragonfly.c
View file @
a8d45fd7
This diff is collapsed.
Click to expand it.
tests/conf/modelnet-test-dragonfly.conf
View file @
a8d45fd7
...
...
@@ -23,6 +23,6 @@ PARAMS
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"3
28
"
;
message_size
=
"3
36
"
;
routing
=
"adaptive"
;
}
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