Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
d96e7b49
Commit
d96e7b49
authored
Oct 24, 2018
by
Neil McGlohon
Browse files
Fixing message sizes for testing configs
parent
b74da2c3
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-1728-nodes.conf.in
View file @
d96e7b49
...
...
@@ -41,7 +41,7 @@ PARAMS
# bandwidth in GiB/s for compute node-router channels
cn_bandwidth="16.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="2";
...
...
src/network-workloads/conf/modelnet-mpi-test-dfly-amg-1728.conf
View file @
d96e7b49
...
...
@@ -23,6 +23,6 @@ PARAMS
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"6
08
"
;
message_size
=
"6
56
"
;
routing
=
"adaptive"
;
}
src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf
View file @
d96e7b49
...
...
@@ -23,6 +23,6 @@ PARAMS
local_bandwidth
=
"5.25"
;
global_bandwidth
=
"4.7"
;
cn_bandwidth
=
"5.25"
;
message_size
=
"6
40
"
;
message_size
=
"6
56
"
;
routing
=
"adaptive"
;
}
src/network-workloads/conf/modelnet-mpi-test-slimfly-min.conf
View file @
d96e7b49
...
...
@@ -31,6 +31,6 @@ PARAMS
cn_bandwidth
=
"9.0"
;
router_delay
=
"0"
;
link_delay
=
"0"
;
message_size
=
"6
40
"
;
message_size
=
"6
56
"
;
routing
=
"minimal"
;
}
src/network-workloads/conf/modelnet-mpi-test-torus.conf
View file @
d96e7b49
...
...
@@ -10,7 +10,7 @@ LPGROUPS
PARAMS
{
packet_size
=
"512"
;
message_size
=
"6
40
"
;
message_size
=
"6
56
"
;
modelnet_order
=(
"torus"
);
# scheduler options
modelnet_scheduler
=
"fcfs"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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