Skip to content

Releases: pmodels/argobots

v1.2

26 Mar 17:40
6d216a9
Compare
Choose a tag to compare

Same as v1.2rc1

v1.2rc1

03 Aug 19:31
6d216a9
Compare
Choose a tag to compare
v1.2rc1 Pre-release
Pre-release
Merge pull request #388 from yfguo/1.2-release

prepare for new release

v1.1

01 Apr 03:26
9ef9a3f
Compare
Choose a tag to compare

The same as v1.1rc2.

v1.1rc2

26 Mar 02:52
083d00f
Compare
Choose a tag to compare
v1.1rc2 Pre-release
Pre-release
  • Added a few utility functions
  • Fixed bugs related to a user-defined pool and a mechanism of scheduler change

v1.1rc1

15 Mar 14:35
Compare
Choose a tag to compare
v1.1rc1 Pre-release
Pre-release
  • Used futex when external threads use Argobots synchronization operations
  • Optimized pool operations when pools are empty
  • Fixed several bugs

v1.1b1

12 Feb 17:00
0fe9a69
Compare
Choose a tag to compare
v1.1b1 Pre-release
Pre-release
  • 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

07 Oct 15:14
Compare
Choose a tag to compare
  • Fixed the ABI string

v1.1a1

07 Oct 15:15
c651149
Compare
Choose a tag to compare
v1.1a1 Pre-release
Pre-release
  • 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

31 Mar 19:31
b8786cb
Compare
Choose a tag to compare
  • 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

17 Nov 18:11
20c237a
Compare
Choose a tag to compare
  • 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