Skip to content

Releases: mochi-hpc/mochi-margo

Version 0.16.0

12 Apr 09:15
Compare
Choose a tag to compare
  • Fixes and improves the timer mechanism and API

Version 0.15.0

29 Nov 10:28
Compare
Choose a tag to compare

Features:

  • "earliest_first" pool type;
  • identity API for providers

Bug fixes:

  • Fixed finalization order of Mercury
  • Fixed margo-eventual unit test

Version 0.14.1

27 Jul 13:41
Compare
Choose a tag to compare
  • Fixes narrowing conversion that makes margo fail when using mercury 2.3.0 or later

Version 0.14.0

19 Jun 00:42
Compare
Choose a tag to compare
  • New functions to manage a refcount in the margo instance
  • New shim library to make Margo RPC interoperable with pure-Mercury ones
  • Bug fix for the way the RPC ids are generated

Version 0.13.1

23 Mar 13:00
Compare
Choose a tag to compare
  • Fixes a problem in the margo macros affecting old C++ compilers.

Version 0.13

15 Feb 23:26
Compare
Choose a tag to compare
  • added new margo_cforward() and related functions to API for asynchronous RPCs with completion callbacks
  • misc. bug fixes:
    • reference counting fix to correct errors on shutdown in multi-instance use cases
    • json-c macro updates for older versions of json-c
    • updates to abt profiling configuration and fully disable by default
    • set default scheduler to "basic_wait" to reduce CPU usage in some configurations

Version 0.12.1

08 Feb 13:07
Compare
Choose a tag to compare

This patch release fixes a few bugs and issues:

  • Segfault when using multiple margo instances
  • Problems when compiling with an old version of json-c
  • Segfault when checksum_level isn't specified in the mercury JSON config
  • Removed unnecessary warnings about pools still in use at finalization time

Version 0.12

24 Jan 14:38
Compare
Choose a tag to compare
  • Refactoring of internal configuration
  • New API for adding/removing pools and ES

Version 0.11.1

02 Dec 17:12
Compare
Choose a tag to compare
  • fix compile-time incompatibility with json-c 0.13
  • fix compile-time rpath absolute path error
  • misc. code cleanups

Version 0.11

15 Nov 09:11
Compare
Choose a tag to compare

This version brings a new monitoring system.