Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Releases: arcaneframework/alien

Version 1.1.5

16 Nov 12:44
150acec

Choose a tag to compare

Version 1.1.5 Pre-release
Pre-release

News:

  • [move]: parallel matrix-market reader
  • [hypre]: improve AMG parameter choices, especially for GPU
  • [trilinos]: use modern CMake Trilinos and support for GPU
  • [all]: New infra to choose the implementation backend for DirectMatrixBuilder
  • [all]: It is now possible to choose backend for DirectMatrix Builder,
    avoiding unneeded conversion if only one backend is used

Fixed bugs:

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

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

Version 1.1.4

03 Jun 13:19

Choose a tag to compare

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.

What's Changed

Full Changelog: v1.1.3...v1.1.4

Version 1.1.3

01 Mar 21:52
efe5031

Choose a tag to compare

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.

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

21 Oct 10:25
9b5ba8d

Choose a tag to compare

Changes:

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

Version 1.1.1

19 Oct 09:11
3ee1f5d

Choose a tag to compare

Changes since v1.1.0

Fixed bugs:

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

Changes:

  • install tutorials and examples sources

v1.1.0

07 Sep 15:28
92fdaaa

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

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