Releases: pmodels/argobots
Releases · pmodels/argobots
v1.2
v1.2rc1
v1.1
The same as v1.1rc2.
v1.1rc2
- Added a few utility functions
- Fixed bugs related to a user-defined pool and a mechanism of scheduler change
v1.1rc1
- Used futex when external threads use Argobots synchronization operations
- Optimized pool operations when pools are empty
- Fixed several bugs
v1.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
v1.0.1
- Fixed the ABI string
v1.1a1
- Extended the API with a tool interface
- Implemented ABTX_prof as an example profiler that uses the tool interface
- Extended the API with a customizable scheduler
- Added support for XLC, PGI, Solaris, and ARM Clang compilers
- Optimized ABT_key access
- Optimized memory allocators for thread stacks and descriptors
- Enriched example programs
- Fixed numerous bugs
- Removed producer/consumer check of the pool
v1.0
- Added support for restarting xstream
- Updated the example code
- Fixed the IBM POWER support
- Fixed a bug in affinity management
- Fixed a bug in future operation
- Fixed a bug in hugepage allocation
- Removed retain/release APIs of ULTs and tasklets
- Removed the event interface
- Updated the code formatting standard to use clang-format
v1.0rc2
- Added support for stack dump
- Added support for ucontext to cover more architectures
- Fixed code that assumes 64-bit OS to support 32bit environments
- Enhanced performance with --enable-valgrind when Valgrind is not used
- Fixed a bug in TLS handling
- Fixed a bug in memory pool