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
77ac3ceb
Commit
77ac3ceb
authored
Apr 19, 2017
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating eager threshold to turn off rendezvous protocol, adding contributions
parent
bf8c37d2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
CONTRIBUTORS.md
CONTRIBUTORS.md
+2
-0
scripts/allocation_gen/config_alloc.conf
scripts/allocation_gen/config_alloc.conf
+2
-2
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
.../conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
+2
-2
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+1
-1
No files found.
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