Skip to content

Releases: ECP-VeloC/AXL

v0.9.0

27 Jun 19:10
e256b6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

04 Apr 22:00
ee2c500
Compare
Choose a tag to compare

New Features:

  • added cmake config support
    • new minimum cmake version: v2.8 v3.14
    • install cmake find modules for bbapi and datawarp
  • updated gitignore
  • update GitHub Actions
    • add static and shared build tests
    • split build into configure/build/test steps

Bug Fixes:

  • removed pthreads_cancel_test

v0.7.1

12 Aug 18:05
Compare
Choose a tag to compare
  • add MPI option to AXL
  • minor fixes

v0.7.0

16 Mar 18:35
Compare
Choose a tag to compare

New features:

  • Disable copying to a temporary file by default. The temporary file can be enabled by setting export AXL_USE_EXTENSION=1 in the environment before calling AXL_Init or by setting USE_EXTENSION=1 in a call to AXL_Config. For details, see #127
  • Increase buffer size for copying files from 1MB to 32MB.

v0.6.0

15 Feb 03:26
Compare
Choose a tag to compare

New features:

  • Added -DENABLE_PTHREADS=OFF CMake option to disable building pthread support
  • switch build tests from travis to github actions

Bug fixes:

  • cmake: drop false generated file property for config.h.in
  • free memory in AXL_Finalize for cleaner report in memory debugging tools

v0.5.0

06 Oct 22:49
Compare
Choose a tag to compare

Release Notes

Release to support SCR v3.0rc2

  • Static build
  • Optionally build tests
  • Add config option to set rank
  • Remove CPPR support
  • Enable GitLab CI
  • Update unit tests
    • test: add check for AXL_KEY_CONFIG_RANK

Config Option Changes

  • New BUILD_SHARED_LIBS cmake option to build shared libraries or use static linking
  • New ENABLE_TESTS cmake option
  • New VELOC_RESOURCE_MANAGER cmake option for testing
  • New individual vendor ENABLE_IBM_BBAPI (default) and ENABLE_CRAY_DW cmake options
  • Drop AXL_ASYNC_API cmake option

Bug Fixes

  • fix: BBAPI tag generation
  • fix: add field for pthread test to track items yet to be completed

v0.4.0

14 Apr 22:37
Compare
Choose a tag to compare

Release in support of SCR v3.0rc1

This release includes:

  • Implementation of pthread transfer
  • Improvements to automated testing
  • Improvements to config interface
  • Improvements to IBM Burst Buffer support
  • Creation of axl_cp stand-alone program

AXL version 0.3.0

22 May 22:16
Compare
Choose a tag to compare
Bump version to 0.3.0

Tag version 0.3.0 to mark API change for addition of AXL_XFER_DEFAULT
and AXL_XFER_NAVIVE, and the removal of AXL_XFER_BEST.

Signed-off-by: Tony Hutter <[email protected]>

0.1.1

20 Jun 23:29
2f4676e
Compare
Choose a tag to compare

Final release for Spack package and VELOC version 1.0