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
fda6d012
Commit
fda6d012
authored
Jun 22, 2016
by
Noah Wolfe
Committed by
Nikhil
Aug 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated fatree_message struct in fattree.h
parent
eebf1ab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
codes/net/fattree.h
codes/net/fattree.h
+13
-1
No files found.
codes/net/fattree.h
View file @
fda6d012
...
...
@@ -8,6 +8,10 @@ typedef struct fattree_message fattree_message;
/* this message is used for both dragonfly compute nodes and routers */
struct
fattree_message
{
/* magic number */
int
magic
;
/* flit travel start time*/
tw_stime
travel_start_time
;
/* packet ID of the flit */
unsigned
long
long
packet_ID
;
/* event type of the flit */
...
...
@@ -18,8 +22,10 @@ struct fattree_message
tw_lpid
final_dest_gid
;
/*sending LP ID from CODES, can be a server or any other LP type */
tw_lpid
sender_lp
;
tw_lpid
sender_mn_lp
;
// source modelnet id
/* destination terminal ID of the message */
int
dest_num
;
// int dest_num; replaced with dest_terminal_id
tw_lpid
dest_terminal_id
;
/* source terminal ID of the fattree */
unsigned
int
src_terminal_id
;
/* Intermediate LP ID from which this message is coming */
...
...
@@ -32,11 +38,17 @@ struct fattree_message
// For buffer message
short
vc_index
;
short
vc_off
;
int
is_pull
;
uint64_t
pull_size
;
/* for reverse computation */
tw_stime
saved_available_time
;
tw_stime
saved_credit_time
;
uint64_t
packet_size
;
/* For routing */
uint64_t
total_size
;
uint64_t
message_id
;
/* meta data to aggregate packets into a message at receiver */
uint64_t
msg_size
;
...
...
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