File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-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.1
6+ ================================================================================
7+
8+ This is a minor bug-fix release, with the following changes:
9+
10+ - Fix verbs layer send completion errors on recent InfiniBand hardware/drivers.
11+
12+ - Avoid aborting with a segfault when calling CmiAbort in production builds.
13+
414================================================================================
515What's new in Charm++ 6.10.0
616================================================================================
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.0 )
16+ project (Charm++ LANGUAGES CXX C VERSION 6.10.1 )
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++ ,
61000 ,
[ [email protected] ] ,
charm ,
[ http://charm.cs.illinois.edu/] ) 5+ AC_INIT ( Charm++ ,
61001 ,
[ [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