Skip to content

Commit

Permalink
Merge pull request #303 from shintaro-iwasaki/pr/release1.1b1
Browse files Browse the repository at this point in the history
Argobots release 1.1b1
  • Loading branch information
shintaro-iwasaki committed Feb 12, 2021
2 parents 2892a0c + e164259 commit 0fe9a69
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
===============================================================================
Changes in 1.1b1
===============================================================================

- Improved the API specification
- Added a static initializer for ABT_mutex and ABT_cond
- Fixed changes that break the ABI compatibility with Argobots 1.0.1
- Supported Autoconf 2.70
- Fixed several bugs

===============================================================================
Changes in 1.1a1
===============================================================================

- Added a tool interface to support a profiler (see ABTX_prof)
- Improved work-unit-local storage support
- Enhanced memory management of ULT stacks and descriptors
- Added support for XLC, PGI, Solaris, and ARM HPC compilers
- Improved support for affinity settings via an environmental variable
- Fixed several bugs

===============================================================================
Changes in 1.0.1
===============================================================================

- Fixed the ABI string for the Argobots 1.0.x series.

===============================================================================
Changes in 1.0
===============================================================================
Expand Down
2 changes: 1 addition & 1 deletion maint/version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See COPYRIGHT in top-level directory.
#

m4_define([ABT_VERSION_m4],[1.1a1])dnl
m4_define([ABT_VERSION_m4],[1.1b1])dnl
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand Down

0 comments on commit 0fe9a69

Please sign in to comment.