Skip to content

Commit

Permalink
Merge pull request #323 from shintaro-iwasaki/pr/release1.1
Browse files Browse the repository at this point in the history
Argobots release 1.1
  • Loading branch information
shintaro-iwasaki committed Apr 1, 2021
2 parents 083d00f + 0778275 commit 9ef9a3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 29 deletions.
35 changes: 8 additions & 27 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,37 +1,18 @@
===============================================================================
Changes in 1.1rc2
===============================================================================

- Added a few utility functions
- Fixed bugs related to a user-defined pool and a mechanism of scheduler change

===============================================================================
Changes in 1.1rc1
===============================================================================

- Used futex when external threads use Argobots synchronization operations
- Optimized pool operations when pools are empty
- Fixed several bugs

===============================================================================
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
Changes in 1.1
===============================================================================

- Added a tool interface to support a profiler (see ABTX_prof)
- Supported the stack unwinding feature
- Implemented static initializers for ABT_mutex and ABT_cond
- Improved work-unit-local storage support
- Added several utility functions
- Improved support for affinity settings via an environmental variable
- Enhanced memory management of ULT stacks and descriptors
- Used futex when external threads call Argobots synchronization operations
- Revised the API specification
- Added support for XLC, PGI, Solaris, and ARM HPC compilers
- Improved support for affinity settings via an environmental variable
- Supported Autoconf 2.70
- Fixed several bugs

===============================================================================
Expand Down
4 changes: 2 additions & 2 deletions 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.1rc2])dnl
m4_define([ABT_VERSION_m4],[1.1])dnl
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl

# For libtool ABI versioning rules see:
Expand All @@ -21,6 +21,6 @@ m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl
# 4. If any interfaces have been removed since the last public
# release, then set age to 0.

m4_define([libabt_so_version_m4],[0:0:0])dnl
m4_define([libabt_so_version_m4],[2:0:1])dnl

[#] end of __file__

0 comments on commit 9ef9a3f

Please sign in to comment.