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
dc65eb59
Commit
dc65eb59
authored
Aug 28, 2018
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplifying rng calls in dragonfly-custom reverse handler
parent
907d9d60
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
165 additions
and
144 deletions
+165
-144
dragonfly-custom.h
codes/net/dragonfly-custom.h
+4
-1
dfp_1k.conf
src/network-workloads/conf/dragonfly-plus/dfp_1k.conf
+3
-3
dragonfly-custom.C
src/networks/model-net/dragonfly-custom.C
+158
-140
No files found.
codes/net/dragonfly-custom.h
View file @
dc65eb59
...
...
@@ -75,9 +75,12 @@ struct terminal_custom_message
model_net_event_return
event_rc
;
int
is_pull
;
uint32_t
pull_size
;
int
path_type
;
/* for reverse computation */
int
path_type
;
short
num_rngs
;
short
num_cll
;
short
last_saved_qos
;
short
qos_reset1
;
short
qos_reset2
;
...
...
src/network-workloads/conf/dragonfly-plus/dfp_1k.conf
View file @
dc65eb59
...
...
@@ -41,15 +41,15 @@ PARAMS
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"25.0"
;
# ROSS message size
message_size
=
"6
40
"
;
message_size
=
"6
56
"
;
# number of compute nodes connected to router, dictated by dragonfly config file
num_cns_per_router
=
"12"
;
# number of global channels per router
num_global_connections
=
"12"
;
# network config file for intra-group connections
intra
-
group
-
connections
=
"
PATH_TO
/dfp_1k_intra"
;
intra
-
group
-
connections
=
"
../src/network-workloads/conf/dragonfly-plus
/dfp_1k_intra"
;
# network config file for inter-group connections
inter
-
group
-
connections
=
"
PATH_TO
/dfp_1k_inter"
;
inter
-
group
-
connections
=
"
../src/network-workloads/conf/dragonfly-plus
/dfp_1k_inter"
;
# routing protocol to be used - 'minimal', 'non-minimal-spine', 'non-minimal-leaf', 'prog-adaptive'
routing
=
"prog-adaptive"
;
# route scoring protocol to be used - options are 'alpha', 'beta', or 'delta' - 'gamma' has been deprecated
...
...
src/networks/model-net/dragonfly-custom.C
View file @
dc65eb59
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