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
92522288
Commit
92522288
authored
Aug 04, 2015
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverse handler for dragonfly is now functional
parent
281e4a95
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
381 additions
and
296 deletions
+381
-296
codes/net/dragonfly.h
codes/net/dragonfly.h
+9
-7
src/models/networks/model-net/dragonfly.c
src/models/networks/model-net/dragonfly.c
+362
-279
tests/conf/modelnet-test-dragonfly.conf
tests/conf/modelnet-test-dragonfly.conf
+10
-10
No files found.
codes/net/dragonfly.h
View file @
92522288
...
...
@@ -46,9 +46,13 @@ struct terminal_message
short
saved_vc
;
/* last hop of the message, can be a terminal, local router or global router */
short
last_hop
;
/* For routing */
int
intm_group_id
;
short
chunk_id
;
uint64_t
packet_size
;
int
remote_event_size_bytes
;
int
local_event_size_bytes
;
/* for reverse computation */
short
path_type
;
// For buffer message
short
vc_index
;
int
input_chan
;
...
...
@@ -57,15 +61,13 @@ struct terminal_message
uint64_t
pull_size
;
/* for reverse computation */
short
path_type
;
tw_stime
saved_available_time
;
tw_stime
saved_credit_time
;
tw_stime
saved_collective_init_time
;
tw_stime
saved_hist_start_time
;
int
saved_hist_num
;
int
intm_group_id
;
short
chunk_id
;
uint64_t
packet_size
;
int
remote_event_size_bytes
;
int
local_event_size_bytes
;
/* for reverse computation of a node's fan in*/
int
saved_fan_nodes
;
...
...
src/models/networks/model-net/dragonfly.c
View file @
92522288
This diff is collapsed.
Click to expand it.
tests/conf/modelnet-test-dragonfly.conf
View file @
92522288
...
...
@@ -2,10 +2,10 @@ LPGROUPS
{
MODELNET_GRP
{
repetitions
=
"
9
"
;
server
=
"
8
"
;
modelnet_dragonfly
=
"
8
"
;
dragonfly_router
=
"
4
"
;
repetitions
=
"
33
"
;
server
=
"
32
"
;
modelnet_dragonfly
=
"
32
"
;
dragonfly_router
=
"
8
"
;
}
}
PARAMS
...
...
@@ -17,13 +17,13 @@ PARAMS
chunk_size
=
"32"
;
# modelnet_scheduler="round-robin";
num_vcs
=
"1"
;
num_routers
=
"
4
"
;
local_vc_size
=
"
262144
"
;
global_vc_size
=
"
262144
"
;
cn_vc_size
=
"
262144
"
;
num_routers
=
"
8
"
;
local_vc_size
=
"
32768
"
;
global_vc_size
=
"
65536
"
;
cn_vc_size
=
"
32768
"
;
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"2
56
"
;
routing
=
"
minimal
"
;
message_size
=
"2
72
"
;
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