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
b3e267c4
Commit
b3e267c4
authored
Jul 03, 2017
by
Misbah Mubarak
Browse files
Adding contributors, updating release number, updating tests to include files in extra-dist
parent
0b537fd1
Changes
4
Show whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
b3e267c4
Contributions of external (non-Argonne) collaborators:
Nikhil Jain, Abhinav Bhatele (LLNL)
-
Improvements in credit-based flow control of CODES dragonfly and torus network models.
-
Addition of direct scheme for setting up dragonfly network topology.
...
...
@@ -9,8 +11,22 @@ Nikhil Jain, Abhinav Bhatele (LLNL)
-
Pending: Merging Express mesh model to master.
Jens Domke (U. of Dresden)
-
Static routing in fat tree network model.
-
Static routing in fat tree network model including ground work for
dumping the topology and reading the routing tables.
Xu Yang (IIT)
-
Added support for running multiple application workloads with CODES MPI
Simulation layer, along with supporting scripts and utilities.
Noah Wolfe (RPI):
-
Added a slim fly network model based on the topology proposed by Besta,
Hoefler et al.
-
Added a fat tree network model that supports full and pruned fat tree
network.
-
Added a multi-rail implementation for the fat tree networks (pending).
-
Bug reporter for CODES network models.
Caitlin Ross (RPI):
-
Added instrumentation so that network models can report sampled
statistics over virtual time (pending).
-
Bug reporter for CODES models.
configure.ac
View file @
b3e267c4
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_INIT([codes], [0.
5.2
], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_INIT([codes], [0.
6.0
], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
LT_INIT
AC_CANONICAL_TARGET
...
...
doc/BUILD_STEPS
View file @
b3e267c4
...
...
@@ -3,7 +3,7 @@ machines.
0
-
Checkout
,
build
,
and
install
the
trunk
version
of
ROSS
(
https
://
github
.
com
/
carothersc
/
ROSS
).
At
the
time
of
release
(
0.
5.2
),
ROSS
's latest commit hash was
d3bdc07
, so this revision is
release
(
0.
6.0
),
ROSS
's latest commit hash was
10d7a06b2d
, so this revision is
"safe" in the unlikely case incompatible changes come along in the future. If
working from the CODES master branches, use the ROSS master branch.
...
...
tests/Makefile.subdir
View file @
b3e267c4
...
...
@@ -42,7 +42,8 @@ TESTS += tests/lp-io-test.sh \
tests/modelnet-p2p-bw-loggp.sh
\
tests/modelnet-prio-sched-test.sh
EXTRA_DIST
+=
tests/lp-io-test.sh
\
EXTRA_DIST
+=
tests/download-traces.sh
\
tests/lp-io-test.sh
\
tests/workload/codes-workload-test.sh
\
tests/workload/codes-workload-test.conf
\
tests/workload/README.txt
\
...
...
@@ -68,6 +69,7 @@ EXTRA_DIST += tests/lp-io-test.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.sh
\
tests/modelnet-test-slimfly-synthetic.sh
\
tests/modelnet-test-slimfly-traces.sh
\
...
...
@@ -87,6 +89,10 @@ EXTRA_DIST += tests/lp-io-test.sh \
tests/conf/modelnet-test-latency-tri.conf
\
tests/conf/modelnet-test-torus.conf
\
tests/conf/ng-mpi-tukey.dat
\
src/network-workloads/conf/modelnet-mpi-test-slimfly-min.conf
\
src/network-workloads/conf/modelnet-mpi-test-dfly-amg-216.conf
\
src/network-workloads/conf/dragonfly-custom/intra-theta
\
src/network-workloads/conf/dragonfly-custom/inter-theta
\
tests/README_MN_TEST.txt
tests_lp_io_test_SOURCES
=
tests/lp-io-test.c
...
...
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