Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
e5a4fe5c
Commit
e5a4fe5c
authored
Aug 30, 2015
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops, adding updated config files and header
parent
a6b2a8f2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
codes/net/dragonfly.h
codes/net/dragonfly.h
+3
-2
tests/conf/modelnet-p2p-bw-loggp.conf
tests/conf/modelnet-p2p-bw-loggp.conf
+1
-1
tests/conf/modelnet-prio-sched-test.conf
tests/conf/modelnet-prio-sched-test.conf
+1
-1
tests/conf/modelnet-test-dragonfly.conf
tests/conf/modelnet-test-dragonfly.conf
+2
-2
tests/conf/modelnet-test-loggp.conf
tests/conf/modelnet-test-loggp.conf
+1
-1
tests/conf/modelnet-test.conf
tests/conf/modelnet-test.conf
+1
-1
No files found.
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
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