@@ -9,67 +9,80 @@ Amesos2
99
1010 - The interface to SuperLU_DIST now also works for the CUDA-enabled
1111 variant of the library.
12+ https://github.com/trilinos/Trilinos/pull/12524
1213
1314
1415Ifpack2
1516
1617 - BlockRelaxation can now generate blocks using a Zoltan2.
18+ https://github.com/trilinos/Trilinos/pull/12728
1719
1820
1921Kokkos & Kokkos Kernels
2022
2123 - Inclusion of version 4.2.1 of Kokkos and Kokkos Kernels
24+ https://github.com/trilinos/Trilinos/pull/12707
2225
2326
2427MueLu
2528
2629 - The reformulated Maxwell solver (RefMaxwell) was generalized to
2730 also work for grad-div / Darcy flow problems.
31+ https://github.com/trilinos/Trilinos/pull/12142
2832
2933 - In an effort to consolidate the old non-Kokkos code path with the
3034 newer Kokkos code path, the following factories were deprecated
3135 and should be removed from input decks: NullspaceFactory_kokkos,
3236 SaPFactory_kokkos, UncoupledAggregationFactory_kokkos.
37+ https://github.com/trilinos/Trilinos/pull/12720
38+ https://github.com/trilinos/Trilinos/pull/12740
3339
3440
3541Panzer
3642
3743 - MiniEM can now also assemble and solve Darcy problems using first
3844 or higher order mixed finite elements.
45+ https://github.com/trilinos/Trilinos/pull/12142
3946
4047
4148PyTrilinos2
4249
4350 - New package that auto-generates Python interfaces for Trilinos
4451 packages. Currently, most of Tpetra is exposed. We are planning on
4552 adding other packages.
53+ https://github.com/trilinos/Trilinos/pull/12332
4654
4755
4856ROL
4957
5058 - An auto-generated Python interface was added. A standalone Python
5159 package can be downloaded from rol.sandia.gov
60+ https://github.com/trilinos/Trilinos/pull/12770
5261
5362
5463Teko
5564
5665 - Block Jacobi and Gauss-Seidel methods allow now to specify
5766 preconditioners for the iterative solves of the diagonal blocks.
67+ https://github.com/trilinos/Trilinos/pull/12675
5868
5969
6070Tpetra
6171
6272 - Tpetra will now assume by default that the MPI library is GPU
6373 aware, unless automatic detection or the user indicates otherwise.
74+ https://github.com/trilinos/Trilinos/pull/12517
6475
6576 - Reject unrecognized TPETRA_* environment variable. Misspelled or
6677 removed environment variables are no longer silently ignored.
78+ https://github.com/trilinos/Trilinos/pull/12722
6779
6880 - In order to allocate in shared host/device space (i.e.
6981 CudaUVMSpace, HIPManagedSpace or SYCLSharedUSMSpace) by default,
7082 please use the CMake options
7183 KokkosKernels_INST_MEMSPACE_CUDAUVMSPACE=ON
7284 Tpetra_ALLOCATE_IN_SHARED_SPACE=ON
85+ https://github.com/trilinos/Trilinos/pull/12622
7386
7487
7588###############################################################################
0 commit comments