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
bc59481d
Commit
bc59481d
authored
Mar 09, 2018
by
Neil McGlohon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New Script: Dragonfly Custom Connectivity Parsing
parent
b8df46df
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46322 additions
and
0 deletions
+46322
-0
scripts/dragonfly-custom/example/inter-theta-8group
scripts/dragonfly-custom/example/inter-theta-8group
+0
-0
scripts/dragonfly-custom/example/intra-theta-8group
scripts/dragonfly-custom/example/intra-theta-8group
+0
-0
scripts/dragonfly-custom/example/network-model.conf
scripts/dragonfly-custom/example/network-model.conf
+37
-0
scripts/dragonfly-custom/example/output
scripts/dragonfly-custom/example/output
+45888
-0
scripts/dragonfly-custom/get_connectivity_file.py
scripts/dragonfly-custom/get_connectivity_file.py
+397
-0
No files found.
scripts/dragonfly-custom/example/inter-theta-8group
0 → 100644
View file @
bc59481d
File added
scripts/dragonfly-custom/example/intra-theta-8group
0 → 100644
View file @
bc59481d
File added
scripts/dragonfly-custom/example/network-model.conf
0 → 100644
View file @
bc59481d
LPGROUPS
{
MODELNET_GRP
{
repetitions
=
"768"
;
nw
-
lp
=
"8"
;
modelnet_dragonfly_custom
=
"4"
;
modelnet_dragonfly_custom_router
=
"1"
;
}
}
PARAMS
{
packet_size
=
"4096"
;
message_size
=
"656"
;
chunk_size
=
"4096"
;
modelnet_scheduler
=
"fcfs"
;
modelnet_order
=(
"dragonfly_custom"
,
"dragonfly_custom_router"
);
num_router_rows
=
"6"
;
num_router_cols
=
"16"
;
num_groups
=
"8"
;
router_delay
=
"90"
;
local_vc_size
=
"65536"
;
global_vc_size
=
"65536"
;
cn_vc_size
=
"65536"
;
local_bandwidth
=
"12.5"
;
global_bandwidth
=
"12.5"
;
cn_bandwidth
=
"12.5"
;
num_cns_per_router
=
"4"
;
num_global_channels
=
"4"
;
intra
-
group
-
connections
=
"/home/noah/Dropbox/RPI/Research/Networks/codes-unified/codes/src/network-workloads/conf/dragonfly-custom/intra-theta-8group"
;
inter
-
group
-
connections
=
"/home/noah/Dropbox/RPI/Research/Networks/codes-unified/codes/src/network-workloads/conf/dragonfly-custom/inter-theta-8group"
;
routing
=
"adaptive"
;
num_injection_queues
=
"1"
;
nic_seq_delay
=
"10"
;
node_copy_queues
=
"1"
;
node_eager_limit
=
"16000"
;
}
scripts/dragonfly-custom/example/output
0 → 100644
View file @
bc59481d
This diff is collapsed.
Click to expand it.
scripts/dragonfly-custom/get_connectivity_file.py
0 → 100644
View file @
bc59481d
This diff is collapsed.
Click to expand it.
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