Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
fda6d012
Commit
fda6d012
authored
Jun 22, 2016
by
Noah Wolfe
Committed by
Nikhil
Aug 22, 2016
Browse files
Updated fatree_message struct in fattree.h
parent
eebf1ab3
Changes
1
Show whitespace changes
Inline
Side-by-side
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,12 +38,18 @@ 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
;
uint64_t
src_nic
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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