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
35807428
Commit
35807428
authored
Apr 11, 2018
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding config files
parent
29d0c545
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
122 additions
and
0 deletions
+122
-0
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
+61
-0
src/network-workloads/conf/dragonfly-custom/dfdally_8k_inter
src/network-workloads/conf/dragonfly-custom/dfdally_8k_inter
+0
-0
src/network-workloads/conf/dragonfly-custom/dfdally_8k_intra
src/network-workloads/conf/dragonfly-custom/dfdally_8k_intra
+0
-0
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
+61
-0
src/network-workloads/conf/dragonfly-custom/dfp_8k_inter
src/network-workloads/conf/dragonfly-custom/dfp_8k_inter
+0
-0
src/network-workloads/conf/dragonfly-custom/dfp_8k_intra
src/network-workloads/conf/dragonfly-custom/dfp_8k_intra
+0
-0
No files found.
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
0 → 100644
View file @
35807428
LPGROUPS
{
MODELNET_GRP
{
repetitions
=
"1040"
;
# name of this lp changes according to the model
nw
-
lp
=
"8"
;
# these lp names will be the same for dragonfly-custom model
modelnet_dragonfly_custom
=
"8"
;
modelnet_dragonfly_custom_router
=
"1"
;
}
}
PARAMS
{
df
-
dally
-
vc
=
"1"
;
# packet size in the network
packet_size
=
"1024"
;
modelnet_order
=(
"dragonfly_custom"
,
"dragonfly_custom_router"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
# chunk size in the network (when chunk size = packet size, packets will not be
# divided into chunks)
chunk_size
=
"1024"
;
# modelnet_scheduler="round-robin";
num_router_rows
=
"1"
;
# intra-group columns for routers
num_router_cols
=
"16"
;
# number of groups in the network
num_groups
=
"65"
;
# buffer size in bytes for local virtual channels
local_vc_size
=
"8192"
;
#buffer size in bytes for global virtual channels
global_vc_size
=
"16384"
;
#buffer size in bytes for compute node virtual channels
cn_vc_size
=
"8192"
;
#bandwidth in GiB/s for local channels
local_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for global channels
global_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"25.0"
;
# Number of row channels
num_row_chans
=
"1"
;
# Number of column channels
num_col_chans
=
"1"
;
# ROSS message size
message_size
=
"624"
;
# number of compute nodes connected to router, dictated by dragonfly config
# file
num_cns_per_router
=
"8"
;
# number of global channels per router
num_global_channels
=
"8"
;
# network config file for intra-group connections
intra
-
group
-
connections
=
"/home/mubarak/codes-online/codes/src/network-workloads/conf/dragonfly-custom/dfdally_8k_intra"
;
# network config file for inter-group connections
inter
-
group
-
connections
=
"/home/mubarak/codes-online/codes/src/network-workloads/conf/dragonfly-custom/dfdally_8k_inter"
;
# routing protocol to be used
# routing="minimal";
routing
=
"adaptive"
;
}
src/network-workloads/conf/dragonfly-custom/dfdally_8k_inter
0 → 100644
View file @
35807428
File added
src/network-workloads/conf/dragonfly-custom/dfdally_8k_intra
0 → 100644
View file @
35807428
File added
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
0 → 100644
View file @
35807428
LPGROUPS
{
MODELNET_GRP
{
repetitions
=
"1056"
;
# name of this lp changes according to the model
nw
-
lp
=
"8"
;
# these lp names will be the same for dragonfly-custom model
modelnet_dragonfly_plus
=
"8"
;
modelnet_dragonfly_plus_router
=
"1"
;
}
}
PARAMS
{
# packet size in the network
packet_size
=
"1024"
;
modelnet_order
=(
"dragonfly_plus"
,
"dragonfly_plus_router"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
# chunk size in the network (when chunk size = packet size, packets will not be
# divided into chunks)
chunk_size
=
"1024"
;
# modelnet_scheduler="round-robin";
# number of routers within each group
# each router row corresponds to a chassis in Cray systems
num_router_spine
=
"16"
;
# each router column corresponds to a slot in a chassis
num_router_leaf
=
"16"
;
# number of links connecting between group levels per router
num_level_chans
=
"1"
;
# number of groups in the network
num_groups
=
"33"
;
# buffer size in bytes for local virtual channels
local_vc_size
=
"8192"
;
#buffer size in bytes for global virtual channels
global_vc_size
=
"16384"
;
#buffer size in bytes for compute node virtual channels
cn_vc_size
=
"8192"
;
#bandwidth in GiB/s for local channels
local_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for global channels
global_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"25.0"
;
# ROSS message size
message_size
=
"624"
;
# number of compute nodes connected to router, dictated by dragonfly config
# file
num_cns_per_router
=
"16"
;
# number of global channels per router
num_global_connections
=
"16"
;
# network config file for intra-group connections
intra
-
group
-
connections
=
"/home/mubarak/codes-online/codes/src/network-workloads/conf/dragonfly-custom/dfp_8k_intra"
;
# network config file for inter-group connections
inter
-
group
-
connections
=
"/home/mubarak/codes-online/codes/src/network-workloads/conf/dragonfly-custom/dfp_8k_inter"
;
# routing protocol to be used
routing
=
"prog-adaptive"
;
# route scoring protocol to be used - options are 'alpha' or 'beta'
route_scoring_metric
=
"delta"
;
}
src/network-workloads/conf/dragonfly-custom/dfp_8k_inter
0 → 100644
View file @
35807428
File added
src/network-workloads/conf/dragonfly-custom/dfp_8k_intra
0 → 100644
View file @
35807428
File added
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