This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Releases: arcaneframework/alien
Releases · arcaneframework/alien
Version 1.1.5
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
- Development state for main branch by @cedricchevalier19 in #139
- [core] Fix bug using IndexManager by @cedricchevalier19 in #146
- correction MTX index bug in ref matrix market writer by @gratienj in #150
- [core] remove framework from sources by @cedricchevalier19 in #149
- Cleaning SuperLU and cmake defaults by @cedricchevalier19 in #151
- [all] Remove arccon by @cedricchevalier19 in #152
- Better framework sources removal by @cedricchevalier19 in #153
- [core] fix arccon find package problem by @cedricchevalier19 in #154
- Simplify CMake by @cedricchevalier19 in #155
- [ci] force embedded framework for coverity runs by @cedricchevalier19 in #156
- update AlienConfig.cmake path by @gratienj in #157
- Fixed redeclaration of unused parameter by @tuncx in #158
- CI IFPEN Update by @cedricga91 in #159
- Upgrade CI by @cedricchevalier19 in #161
- Add links in the main README.md by @cedricchevalier19 in #162
- Cleaning up markdown by @cedricchevalier19 in #163
- CI IFPEN : fix deprecated features by @cedricga91 in #164
- Parallel Matrix Market reader by @cedricchevalier19 in #166
- Simplecsr redistributor by @guignont in #170
- CI IFPEN : update docker images and add workflow for 2021b toolchains by @cedricga91 in #174
- Improving CSR redistributor by @cedricchevalier19 in #171
- Cleaning up move API by @cedricchevalier19 in #175
- Revert "Cleaning up move API" by @grospelliergilles in #176
- add Matrix expressions by @gratienj in #177
- Reactivation of VBlock structures, VBlock builders and unit tests by @gratienj in #178
- Matrix market reader by @guignont in #180
- Common mm reader by @guignont in #182
- Update arc* by @cedricchevalier19 in #184
- [core] Bugfix in distribution by @cedricchevalier19 in #185
- Amg bench by @cedricchevalier19 in #168
- Trilinos: MueLu and GPU by @cedricchevalier19 in #167
- Hypre directbuilder by @cedricchevalier19 in #189
- Update CHANGELOG.md to version 1.1.5 by @cedricchevalier19 in #191
New Contributors
- @tuncx made their first contribution in #158
- @guignont made their first contribution in #170
- @grospelliergilles made their first contribution in #176
Full Changelog: v1.1.4...v1.1.5
Version 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.
What's Changed
- Prepare next version by @cedricchevalier19 in #122
- Clone and redistribution for move API by @cedricchevalier19 in #120
- Improve DoK performances by @cedricchevalier19 in #123
- Fix CMakePresets.json by @cedricchevalier19 in #125
- CI IFPEN : use 'ubuntu-18.04' GitHub-hosted runner to fix alienlegacy-test jobs by @cedricga91 in #127
- CI IFPEN : add 'Check permissions' step in order to debug by @cedricga91 in #128
- Redistributor from mng by @cedricchevalier19 in #124
- Dev eccomas2022 by @gratienj in #130
- Dev eccomas2022 by @gratienj in #131
- [ci] Update Ubuntu docker image by @cedricchevalier19 in #132
- Update framework by @cedricchevalier19 in #134
- Update CI by @cedricchevalier19 in #133
- Benchmark library by @cedricchevalier19 in #118
- Ginkgo add ilu preconditioner by @NathMoller in #126
- Trilinos plugin by @NathMoller in #135
- Hypre gpu by @cedricchevalier19 in #129
- Upgrade version to 1.1.4 by @cedricchevalier19 in #138
Full Changelog: v1.1.3...v1.1.4
Version 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.
What's Changed
- bump version by @cedricchevalier19 in #75
- [ci]: Compiler warnings by @cedricchevalier19 in #77
- DoKMatrices: review and comments by @cedricchevalier19 in #78
- CI IFPEN : temporarly disable alien tests for alien toolchains by @cedricga91 in #79
- [all]: adding coverity scan action by @cedricchevalier19 in #84
- Update coverity actions by @cedricchevalier19 in #85
- Fix coverity issues by @cedricchevalier19 in #86
- cleaning by @cedricchevalier19 in #87
- Compact directory structure by @cedricchevalier19 in #80
- Fix bug in parallel redistribution for DoKMatrix by @cedricchevalier19 in #88
- Run unit tests more efficiently by @cedricchevalier19 in #89
- MatrixMarket reader by @cedricchevalier19 in #83
- Update framework to Arccore 2.0.4 by @cedricchevalier19 in #91
- [petsc]: preallocate matrix by @cedricchevalier19 in #92
- Cmake presets by @cedricchevalier19 in #94
- Cleanup clion by @cedricchevalier19 in #95
- Vscode by @cedricchevalier19 in #93
- CI IFPEN : add alienlegacy jobs by @cedricga91 in #97
- IDE config by @cedricchevalier19 in #104
- Dev sycl by @gratienj in #107
- Dev sycl by @gratienj in #108
- Dev sycl by @gratienj in #109
- Dev aliendoc by @gratienj in #110
- DoKVector and MatrixMarketVector reader by @cedricchevalier19 in #100
- CI IFPEN : use alienlegacy docker image for framework, alien and alien_legacy_plugins by @cedricga91 in #112
- Fix MatrixMarket Vector reader by @cedricchevalier19 in #113
- Update framework by @cedricchevalier19 in #114
- Ginkgo plugin by @NathMoller in #105
- Reformat mtx vector file to be MatrixMarket array format by @cedricchevalier19 in #115
- fix missing alien_cblas header install by @gratienj in #117
- Code cleanup by @cedricchevalier19 in #119
- Version 1.1.3 by @cedricchevalier19 in #121
New Contributors
- @NathMoller made their first contribution in #105
Full Changelog: v1.1.2...v1.1.3
v1.1.2
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
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
Fixed bugs:
- [hypre]: Correctly clear hypre solver errors
- [core]: Fix name clashing between
MoveandRef
APIs (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