diff --git a/configure.ac b/configure.ac index 919c6365a3575e853a270fcd17af9e2aec9596e6..7412220f183e0a4bb23b8b15b0f943a97beff5ad 100755 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 8132043df4e379d9aa81c6bd933f95e451db6fea..8e62c62e7f3fa9cebb815112242b0f126b16ced4 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,4 +1,20 @@ -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