Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
63d7ce1c
Commit
63d7ce1c
authored
Jun 09, 2016
by
Jonathan Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump, changelog cleanup
parent
1237d2fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
5 deletions
+33
-5
configure.ac
configure.ac
+1
-1
doc/RELEASE_NOTES
doc/RELEASE_NOTES
+32
-4
No files found.
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
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