Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
fd856baf
Commit
fd856baf
authored
Jun 16, 2017
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing the global channel bandwidth to 1.5 GiB/s
parent
7c5de887
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-custom.conf
...conf/dragonfly-custom/modelnet-test-dragonfly-custom.conf
+1
-1
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-edison.conf
...conf/dragonfly-custom/modelnet-test-dragonfly-edison.conf
+1
-1
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
.../conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
+1
-1
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+1
-1
No files found.
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-custom.conf
View file @
fd856baf
...
...
@@ -38,7 +38,7 @@ PARAMS
#bandwidth in GiB/s for local channels
local_bandwidth
=
"5.25"
;
# bandwidth in GiB/s for global channels
global_bandwidth
=
"
4.69
"
;
global_bandwidth
=
"
1.5
"
;
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"8.0"
;
# Number of row channels
...
...
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-edison.conf
View file @
fd856baf
...
...
@@ -37,7 +37,7 @@ PARAMS
#bandwidth in GiB/s for local channels
local_bandwidth
=
"5.25"
;
# bandwidth in GiB/s for global channels
global_bandwidth
=
"1
8.7
5"
;
global_bandwidth
=
"1
.
5"
;
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"8.0"
;
# ROSS message size
...
...
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
View file @
fd856baf
...
...
@@ -37,7 +37,7 @@ PARAMS
#bandwidth in GiB/s for local channels
local_bandwidth
=
"5.25"
;
# bandwidth in GiB/s for global channels
global_bandwidth
=
"
4.69
"
;
global_bandwidth
=
"
1.5
"
;
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth
=
"16.0"
;
# ROSS message size
...
...
src/network-workloads/model-net-mpi-replay.c
View file @
fd856baf
...
...
@@ -2210,7 +2210,7 @@ void nw_test_finalize(nw_state* s, tw_lp* lp)
max_recv_time
=
s
->
recv_time
;
if
(
debug_cols
)
printf
(
"
\n
Rank %lld
A
vg all reduce time %lf "
,
s
->
nw_id
,
ns_to_s
(
s
->
all_reduce_time
/
s
->
num_all_reduce
));
printf
(
"
\n
Rank %lld
a
vg all reduce time %lf "
,
s
->
nw_id
,
ns_to_s
(
s
->
all_reduce_time
/
s
->
num_all_reduce
));
avg_time
+=
s
->
elapsed_time
;
avg_comm_time
+=
(
s
->
elapsed_time
-
s
->
compute_time
);
...
...
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