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
Elsa Gonsiorowski
codes
Commits
e5a4fe5c
Commit
e5a4fe5c
authored
Aug 30, 2015
by
Misbah Mubarak
Browse files
oops, adding updated config files and header
parent
a6b2a8f2
Changes
6
Hide whitespace changes
Inline
Side-by-side
codes/net/dragonfly.h
View file @
e5a4fe5c
...
...
@@ -43,7 +43,7 @@ struct terminal_message
short
my_N_hop
;
/* Intermediate LP ID from which this message is coming */
unsigned
int
intm_lp_id
;
short
old
_vc
;
short
new
_vc
;
short
saved_vc
;
/* last hop of the message, can be a terminal, local router or global router */
short
last_hop
;
...
...
@@ -57,7 +57,7 @@ struct terminal_message
// For buffer message
short
vc_index
;
int
input_chan
;
int
sender_radix
;
int
output_chan
;
int
is_pull
;
uint64_t
pull_size
;
...
...
@@ -69,6 +69,7 @@ struct terminal_message
tw_stime
saved_collective_init_time
;
tw_stime
saved_hist_start_time
;
int
saved_hist_num
;
int
saved_occupancy
;
/* for reverse computation of a node's fan in*/
...
...
tests/conf/modelnet-p2p-bw-loggp.conf
View file @
e5a4fe5c
...
...
@@ -10,7 +10,7 @@ LPGROUPS
PARAMS
{
packet_size
=
"2147483648"
;
message_size
=
"2
72
"
;
message_size
=
"2
80
"
;
modelnet_order
=(
"loggp"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
...
...
tests/conf/modelnet-prio-sched-test.conf
View file @
e5a4fe5c
...
...
@@ -10,7 +10,7 @@ LPGROUPS
PARAMS
{
packet_size
=
"512"
;
message_size
=
"2
72
"
;
message_size
=
"2
80
"
;
modelnet_order
=(
"simplenet"
);
# scheduler options
modelnet_scheduler
=
"priority"
;
...
...
tests/conf/modelnet-test-dragonfly.conf
View file @
e5a4fe5c
...
...
@@ -24,6 +24,6 @@ PARAMS
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"
296
"
;
routing
=
"
adaptive
"
;
message_size
=
"
304
"
;
routing
=
"
minimal
"
;
}
tests/conf/modelnet-test-loggp.conf
View file @
e5a4fe5c
...
...
@@ -9,7 +9,7 @@ LPGROUPS
}
PARAMS
{
message_size
=
"
296
"
;
message_size
=
"
304
"
;
modelnet_order
=(
"loggp"
);
# scheduler options
modelnet_scheduler
=
"fcfs-full"
;
...
...
tests/conf/modelnet-test.conf
View file @
e5a4fe5c
...
...
@@ -10,7 +10,7 @@ LPGROUPS
PARAMS
{
packet_size
=
"512"
;
message_size
=
"
296
"
;
message_size
=
"
304
"
;
modelnet_order
=(
"simplenet"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
...
...
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