Skip to content

Commit bc8999b

Browse files
Merge Pull Request trilinos#12774 from cgcgcg/Trilinos/releaseNotes15.1
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'Add URLs to release notes' PR Author: cgcgcg
2 parents dde9850 + 307304e commit bc8999b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1415
Ifpack2
1516

1617
- BlockRelaxation can now generate blocks using a Zoltan2.
18+
https://github.com/trilinos/Trilinos/pull/12728
1719

1820

1921
Kokkos & 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

2427
MueLu
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

3541
Panzer
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

4148
PyTrilinos2
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

4856
ROL
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

5463
Teko
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

6070
Tpetra
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

Comments
 (0)