Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
77ac3ceb
Commit
77ac3ceb
authored
Apr 19, 2017
by
Misbah Mubarak
Browse files
Updating eager threshold to turn off rendezvous protocol, adding contributions
parent
bf8c37d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
77ac3ceb
...
...
@@ -3,8 +3,10 @@ Nikhil Jain, Abhinav Bhatele (LLNL)
-
Addition of direct scheme for setting up dragonfly network topology.
-
Network configuration setup for custom dragonfly model.
-
Topology generations scripts for custom dragonfly model.
-
Bug fix for virtual channel deadlocks in custom dragonfly model.
-
Bug reporter for CODES network models.
-
Fat tree network setup and adaptive routing.
-
Pending: Merging Express mesh model to master.
Jens Domke (U. of Dresden)
-
Static routing in fat tree network model.
...
...
scripts/allocation_gen/config_alloc.conf
View file @
77ac3ceb
rand
345
6
100
216
831
6
2048
2048
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
View file @
77ac3ceb
...
...
@@ -46,11 +46,11 @@ PARAMS
# file
num_cns_per_router
=
"4"
;
# number of global channels per router
num_global_channels
=
"
10
"
;
num_global_channels
=
"
4
"
;
# network config file for intra-group connections
intra
-
group
-
connections
=
"../src/network-workloads/conf/dragonfly-custom/intra-theta"
;
# network config file for inter-group connections
inter
-
group
-
connections
=
"../src/network-workloads/conf/dragonfly-custom/inter-theta"
;
# routing protocol to be used
routing
=
"
prog-
adaptive"
;
routing
=
"adaptive"
;
}
src/network-workloads/model-net-mpi-replay.c
View file @
77ac3ceb
...
...
@@ -24,7 +24,7 @@
#define TRACE -1
#define MAX_WAIT_REQS 512
#define CS_LP_DBG 0
#define EAGER_THRESHOLD 8192
#define EAGER_THRESHOLD 8192
0000
#define RANK_HASH_TABLE_SZ 2000
#define NOISE 3.0
#define NW_LP_NM "nw-lp"
...
...
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