Skip to content

Commit 9ef9a3f

Browse files
Merge pull request #323 from shintaro-iwasaki/pr/release1.1
Argobots release 1.1
2 parents 083d00f + 0778275 commit 9ef9a3f

File tree

2 files changed

+10
-29
lines changed

2 files changed

+10
-29
lines changed

CHANGES

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
11
===============================================================================
2-
Changes in 1.1rc2
3-
===============================================================================
4-
5-
- Added a few utility functions
6-
- Fixed bugs related to a user-defined pool and a mechanism of scheduler change
7-
8-
===============================================================================
9-
Changes in 1.1rc1
10-
===============================================================================
11-
12-
- Used futex when external threads use Argobots synchronization operations
13-
- Optimized pool operations when pools are empty
14-
- Fixed several bugs
15-
16-
===============================================================================
17-
Changes in 1.1b1
18-
===============================================================================
19-
20-
- Improved the API specification
21-
- Added a static initializer for ABT_mutex and ABT_cond
22-
- Fixed changes that break the ABI compatibility with Argobots 1.0.1
23-
- Supported Autoconf 2.70
24-
- Fixed several bugs
25-
26-
===============================================================================
27-
Changes in 1.1a1
2+
Changes in 1.1
283
===============================================================================
294

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

3718
===============================================================================

maint/version.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See COPYRIGHT in top-level directory.
44
#
55

6-
m4_define([ABT_VERSION_m4],[1.1rc2])dnl
6+
m4_define([ABT_VERSION_m4],[1.1])dnl
77
m4_define([ABT_RELEASE_DATE_m4],[unreleased development copy])dnl
88

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

24-
m4_define([libabt_so_version_m4],[0:0:0])dnl
24+
m4_define([libabt_so_version_m4],[2:0:1])dnl
2525

2626
[#] end of __file__

0 commit comments

Comments
 (0)