All notable changes to this project will be documented in this file.
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.
News:
- [move]: add a
clone()method toMatrixDataandVectorData - [core]: dramatic improvement of
DoKperformance - [core]:
Redistributorobject must be built from an allocatedMessagePassingMng - [trilinos]: new wrapper for trilinos library (belos + ifpack2 + tpetra)
- [hypre]: GPU support.
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.
Changes:
- plugins are now part of Alien distribution. That means that only
find_package(Alien)is necessary.
Fixed bugs:
- [core, hypre, petsc]: fix CMake export files
- [petsc]: internal call to PetscInitialize (fixes issue#14)
Changes:
- install tutorials and examples sources
Fixed bugs:
- [hypre]: Correctly clear hypre solver errors
- [core]: Fix name clashing between
MoveandRefAPIs (issue#12)
Changes:
- switch to mono-repo for all Alien related projects
moveapi is now inAlien::Movenamespace- Setting CMake parameter
ALIEN_DEFAULT_OPTIONStoOFFdisable all optional external dependencies