Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 committed Dec 7, 2024
1 parent 0f4879d commit ef9d945
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ not include contributions from the fast right-hand side function. With this fix,
will see one additional fast right-hand side function evaluation per slow step with the
Hermite interpolation option.

Fixed a bug in the 32-bit ``sunindextype`` Fortran interfaces to
``N_VGetSubvectorArrayPointer_ManyVector``,
``N_VGetSubvectorArrayPointer_MPIManyVector``, ``SUNBandMatrix_Column`` and
``SUNDenseMatrix_Column`` where 64-bit ``sunindextype`` interface functions were
used.

Fixed a CMake configuration issue related to aliasing an `ALIAS` target when
using `ENABLE_KLU=ON` in combination with a static-only build of SuiteSparse.

Expand Down
6 changes: 6 additions & 0 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ not include contributions from the fast right-hand side function. With this fix,
will see one additional fast right-hand side function evaluation per slow step with the
Hermite interpolation option.

Fixed a bug in the 32-bit ``sunindextype`` Fortran interfaces to
:c:func:`N_VGetSubvectorArrayPointer_ManyVector`,
:c:func:`N_VGetSubvectorArrayPointer_MPIManyVector`,
:c:func:`SUNBandMatrix_Column` and :c:func:`SUNDenseMatrix_Column` where 64-bit
``sunindextype`` interface functions were used.

Fixed a CMake configuration issue related to aliasing an ``ALIAS`` target when
using ``ENABLE_KLU=ON`` in combination with a static-only build of SuiteSparse.

Expand Down

0 comments on commit ef9d945

Please sign in to comment.