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
80353138
Commit
80353138
authored
Dec 09, 2016
by
Misbah Mubarak
Browse files
Fixing custom dragonfly test program
parent
96928e23
Changes
9
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
80353138
...
...
@@ -197,3 +197,5 @@ fi
AC_CONFIG_FILES([Makefile])
AC_OUTPUT([maint/codes.pc])
AC_OUTPUT([src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf])
src/network-workloads/conf/dragonfly-custom/inter-custom
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/inter-edison
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/inter-theta
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/intra-custom
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/intra-edison
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/intra-theta
0 → 100644
View file @
80353138
File added
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
→
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
.in
View file @
80353138
...
...
@@ -48,9 +48,9 @@ PARAMS
# number of global channels per router
num_global_channels="10";
# network config file for intra-group connections
intra
-
group
-
connections
=
"
../src/network-workloads/conf/dragonfly-custom
/intra-theta"
;
intra-group-connections="
@abs_srcdir@
/intra-theta";
# network config file for inter-group connections
inter
-
group
-
connections
=
"
../src/network-workloads/conf/dragonfly-custom
/inter-theta"
;
inter-group-connections="
@abs_srcdir@
/inter-theta";
# routing protocol to be used
routing="adaptive";
}
tests/modelnet-test-dragonfly-custom-synthetic.sh
View file @
80353138
...
...
@@ -5,7 +5,7 @@ if [ -z $srcdir ]; then
exit
1
fi
src/network-workloads/model-net-synthetic-custom-dfly
--sync
=
1
--num_messages
=
1
--
$srcdir
/
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
src/network-workloads/model-net-synthetic-custom-dfly
--sync
=
1
--num_messages
=
1
--
src/network-workloads/conf/dragonfly-custom/modelnet-test-dragonfly-theta.conf
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