|
1 | 1 | =============================================================================== |
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 |
28 | 3 | =============================================================================== |
29 | 4 |
|
30 | 5 | - 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 |
31 | 8 | - Improved work-unit-local storage support |
| 9 | +- Added several utility functions |
| 10 | +- Improved support for affinity settings via an environmental variable |
32 | 11 | - Enhanced memory management of ULT stacks and descriptors |
| 12 | +- Used futex when external threads call Argobots synchronization operations |
| 13 | +- Revised the API specification |
33 | 14 | - 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 |
35 | 16 | - Fixed several bugs |
36 | 17 |
|
37 | 18 | =============================================================================== |
|
0 commit comments