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
63d7ce1c
Commit
63d7ce1c
authored
Jun 09, 2016
by
Jonathan Jenkins
Browse files
version bump, changelog cleanup
parent
1237d2fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
63d7ce1c
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
AC_INIT([codes], [0.5.
0
], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_INIT([codes], [0.5.
1
], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM
...
...
doc/RELEASE_NOTES
View file @
63d7ce1c
0.5.0
0.5.1 (June 09, 2016)
network:
==========
corrected link latency calculation in dragonfly model
printf argument mismatch in dragonfly model
refactors to the torus bandwidth calculation to mirror that of the other
networks (no functional change)
more robust type conversions in dragonfly (int sizes -> uint64_t)
----------
0.5.0 (May 24, 2016)
general:
==========
...
...
@@ -25,7 +41,7 @@ modelnet now supports sampling at regular intervals. Dragonfly LPs can
dragonfly and torus network models credit-based flow control has been updated.
Dragonfly model's adaptive routing algorithms have been updated. For details,
see paper "Enabling Parallel Simulation of Large-Scale HPC Network Systems",
M.Mubarak et al., at IEEE Trans. on Parallel and Distributed Systems (TPDS).
M.Mubarak et al., at IEEE Trans. on Parallel and Distributed Systems (TPDS).
allow 0-byte messages in model-net.
...
...
@@ -88,8 +104,18 @@ model_net_event_rc (use model_net_event_rc2, which will eventually be renamed
codes_event_new (define your own bounds-checking macro if need be)
----------
0.4.0
0.4.1 (September 30, 2015)
general:
==========
fix compatibility with recent ROSS releases
----------
0.4.0 (May 6, 2015)
codes-base
...
...
@@ -215,7 +241,9 @@ Adding network workload test program for debugging
Updating MPI wait/wait_all code in replay tool
0.3.0
----------
0.3.0 (November 7, 2014)
codes-base
...
...
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