Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 1.68 KB

File metadata and controls

68 lines (41 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

News:

  • [move]: parallel matrix-market reader
  • [hypre]: improve AMG parameter choices, especially for GPU
  • [trilinos]: use modern CMake Trilinos and support for GPU

Fixed bugs:

  • [core]: fix IndexManager bug when ghost items where first.

1.1.4

News:

  • [move]: add a clone() method to MatrixData and VectorData
  • [core]: dramatic improvement of DoK performance
  • [core]: Redistributor object must be built from an allocated MessagePassingMng
  • [trilinos]: new wrapper for trilinos library (belos + ifpack2 + tpetra)
  • [hypre]: GPU support.

1.1.3

News:

  • MatrixMarket file importer in [move] API
  • [ginkgo]: new wrapper for the Ginkgo library
  • [SYCL]: experimental kernel

Fixed bugs:

  • [core]: fixed out of range access in DoKMatrix communication.

1.1.2

Changes:

  • plugins are now part of Alien distribution. That means that only find_package(Alien) is necessary.

1.1.1

Fixed bugs:

  • [core, hypre, petsc]: fix CMake export files
  • [petsc]: internal call to PetscInitialize (fixes issue#14)

Changes:

  • install tutorials and examples sources

1.1.0

Fixed bugs:

  • [hypre]: Correctly clear hypre solver errors
  • [core]: Fix name clashing between Move and Ref APIs (issue#12)

Changes:

  • switch to mono-repo for all Alien related projects
  • move api is now in Alien::Move namespace
  • Setting CMake parameter ALIEN_DEFAULT_OPTIONS to OFF disable all optional external dependencies