Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
98756c00
Commit
98756c00
authored
Dec 06, 2016
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fattree-conf' into 'master'
Updating base fat tree synthetic .conf See merge request
!16
parents
ce867f45
bab55f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
25 deletions
+20
-25
modelnet-synthetic-fattree.conf
src/network-workloads/conf/modelnet-synthetic-fattree.conf
+20
-25
No files found.
src/network-workloads/conf/modelnet-synthetic-fattree.conf
View file @
98756c00
...
@@ -2,36 +2,31 @@ LPGROUPS
...
@@ -2,36 +2,31 @@ LPGROUPS
{
{
MODELNET_GRP
MODELNET_GRP
{
{
repetitions
=
"4"
;
repetitions
=
"32"
;
# repetitions = Ne = total # of edge switches. For type0 Ne = Np*Ns = ceil(N/Ns*(k/2))*(k/2) = ceil(N/(k/2)^2)*(k/2)
#Number of leaf level switches
server
=
"4"
;
server
=
"2"
;
modelnet_fattree
=
"4"
;
modelnet_fattree
=
"2"
;
fattree_switch
=
"3"
;
fattree_switch
=
"2"
;
}
}
}
}
PARAMS
PARAMS
{
{
# Only appears to be one type (type=0) in fattree.c
ft_type
=
"0"
;
ft_type
=
"1"
;
# Must be 1 < num_levels < 4
num_levels
=
"2"
;
# Some sort of csv string. I'm thinking it's the number of switches per level
switch_count
=
"2,4"
;
# Another csv string. I'm thinking it's the radix of the switches per level. All switches within same level have same radix
switch_radix
=
"4,4"
;
packet_size
=
"512"
;
packet_size
=
"512"
;
modelnet_order
=(
"fattree"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
chunk_size
=
"32"
;
# modelnet_scheduler="round-robin";
num_vcs
=
"1"
;
vc_size
=
"16384"
;
cn_vc_size
=
"16384"
;
link_bandwidth
=
"5"
;
cn_bandwidth
=
"5"
;
message_size
=
"512"
;
message_size
=
"512"
;
routing
=
"minimal"
;
chunk_size
=
"512"
;
router_delay
=
"50"
;
modelnet_scheduler
=
"fcfs"
;
#modelnet_scheduler="round-robin";
modelnet_order
=(
"fattree"
);
num_levels
=
"3"
;
switch_count
=
"32"
;
# = repititions
switch_radix
=
"8"
;
router_delay
=
"90"
;
terminal_radix
=
"1"
;
soft_delay
=
"1000"
;
soft_delay
=
"1000"
;
vc_size
=
"65536"
;
cn_vc_size
=
"65536"
;
link_bandwidth
=
"12.5"
;
cn_bandwidth
=
"12.5"
;
routing
=
"adaptive"
;
rail_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