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
4df862da
Commit
4df862da
authored
Apr 19, 2018
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding configuration changes to make simulation runtime shorter
parent
53750f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
+6
-6
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
+5
-5
No files found.
src/network-workloads/conf/dragonfly-custom/dfdally_8k.conf
View file @
4df862da
...
...
@@ -14,13 +14,13 @@ PARAMS
{
df
-
dally
-
vc
=
"1"
;
# packet size in the network
packet_size
=
"
1024
"
;
packet_size
=
"
4096
"
;
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
"
;
chunk_size
=
"
4096
"
;
# modelnet_scheduler="round-robin";
num_router_rows
=
"1"
;
...
...
@@ -29,11 +29,11 @@ PARAMS
# number of groups in the network
num_groups
=
"65"
;
# buffer size in bytes for local virtual channels
local_vc_size
=
"
8192
"
;
local_vc_size
=
"
32768
"
;
#buffer size in bytes for global virtual channels
global_vc_size
=
"
16384
"
;
global_vc_size
=
"
32768
"
;
#buffer size in bytes for compute node virtual channels
cn_vc_size
=
"
8192
"
;
cn_vc_size
=
"
32768
"
;
#bandwidth in GiB/s for local channels
local_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for global channels
...
...
@@ -57,5 +57,5 @@ PARAMS
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"
;
routing
=
"
prog-
adaptive"
;
}
src/network-workloads/conf/dragonfly-custom/dfp_8k.conf
View file @
4df862da
...
...
@@ -13,13 +13,13 @@ LPGROUPS
PARAMS
{
# packet size in the network
packet_size
=
"
1024
"
;
packet_size
=
"
4096
"
;
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
"
;
chunk_size
=
"
4096
"
;
# modelnet_scheduler="round-robin";
# number of routers within each group
# each router row corresponds to a chassis in Cray systems
...
...
@@ -31,11 +31,11 @@ PARAMS
# number of groups in the network
num_groups
=
"33"
;
# buffer size in bytes for local virtual channels
local_vc_size
=
"
8192
"
;
local_vc_size
=
"
32768
"
;
#buffer size in bytes for global virtual channels
global_vc_size
=
"
16384
"
;
global_vc_size
=
"
32768
"
;
#buffer size in bytes for compute node virtual channels
cn_vc_size
=
"
8192
"
;
cn_vc_size
=
"
32768
"
;
#bandwidth in GiB/s for local channels
local_bandwidth
=
"25.0"
;
# bandwidth in GiB/s for global channels
...
...
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