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
Xin Wang
codes-dev
Commits
e9a71af2
Commit
e9a71af2
authored
Jul 04, 2017
by
Misbah Mubarak
Browse files
Enabling dumpi related tests only when dumpi is enabled
parent
3c5bc4f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e9a71af2
...
...
@@ -60,6 +60,11 @@ endif
if
USE_DUMPI
AM_CPPFLAGS
+=
${DUMPI_CFLAGS}
-DUSE_DUMPI
=
1
src_libcodes_la_SOURCES
+=
src/workload/methods/codes-dumpi-trace-nw-wrkld.c
TESTS
+=
tests/modelnet-test-dragonfly-traces.sh
\
tests/modelnet-test-dragonfly-custom-traces.sh
\
tests/modelnet-test-slimfly-traces.sh
\
tests/modelnet-test-torus-traces.sh
check_PROGRAMS
+=
src/network-workloads/model-net-mpi-replay
if
USE_CORTEX
if
USE_PYTHON
if
USE_CORTEX_PYTHON
...
...
tests/Makefile.subdir
View file @
e9a71af2
...
...
@@ -13,6 +13,7 @@ check_PROGRAMS += tests/lp-io-test \
src/network-workloads/model-net-synthetic-fattree
\
src/network-workloads/model-net-synthetic-slimfly
\
src/network-workloads/model-net-synthetic-custom-dfly
\
src/network-workloads/model-net-mpi-replay
\
tests/concurrent-msg-recv tests/modelnet-simplep2p-test
\
tests/modelnet-test-collective
\
tests/modelnet-prio-sched-test
\
...
...
@@ -28,17 +29,13 @@ TESTS += tests/lp-io-test.sh \
tests/map-ctx-test.sh
\
tests/modelnet-test.sh
\
tests/modelnet-test-torus.sh
\
tests/modelnet-test-torus-traces.sh
\
tests/modelnet-test-loggp.sh
\
tests/modelnet-test-dragonfly.sh
\
tests/modelnet-test-slimfly.sh
\
tests/modelnet-test-dragonfly-synthetic.sh
\
tests/modelnet-test-dragonfly-traces.sh
\
tests/modelnet-test-dragonfly-custom-synthetic.sh
\
tests/modelnet-test-dragonfly-custom-traces.sh
\
tests/modelnet-test-fattree-synthetic.sh
\
tests/modelnet-test-slimfly-synthetic.sh
\
tests/modelnet-test-slimfly-traces.sh
\
tests/modelnet-p2p-bw-loggp.sh
\
tests/modelnet-prio-sched-test.sh
...
...
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