File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11This file describes the most significant changes. For more detail, use
22'git log' on a clone of the charm repository.
33
4+ ================================================================================
5+ What's new in Charm++ 6.10.2
6+ ================================================================================
7+
8+ This is a minor bug-fix release, with the following changes:
9+
10+ - Verbs layer - Fixed memory leaks in acknowledgment handling for
11+ large message transfers.
12+
13+ - GNI layer - Fixed a minor issue related to freeing short messages
14+ sent while using the Zero copy API on gni-crayxe platforms.
15+
16+ - Fixed a memory leak in the copy based implementation of the Zero
17+ copy API impacting non-RDMA enabled layers like netlrts.
18+
419================================================================================
520What's new in Charm++ 6.10.1
621================================================================================
Original file line number Diff line number Diff line change 1313# Version 3.4 added CMAKE_C_COMPILER_LAUNCHER and CMAKE_CXX_COMPILER_LAUNCHER
1414cmake_minimum_required (VERSION 3.4)
1515
16- project (Charm++ LANGUAGES CXX C VERSION 6.10.1 )
16+ project (Charm++ LANGUAGES CXX C VERSION 6.10.2 )
1717
1818find_package (Threads REQUIRED)
1919find_package (OpenMP) # Do this before Fortran, in case we don't have a Fortran compiler
Original file line number Diff line number Diff line change 22# Increment the last 2 digits when making an API change
33# Increase the first three after branching for a release
44
5- AC_INIT ( Charm++ ,
61001 ,
[ [email protected] ] ,
charm ,
[ http://charm.cs.illinois.edu/] ) 5+ AC_INIT ( Charm++ ,
61002 ,
[ [email protected] ] ,
charm ,
[ http://charm.cs.illinois.edu/] ) 66
77AC_CONFIG_SRCDIR ( ./Makefile )
88
You can’t perform that action at this time.
0 commit comments