|
| 1 | +############################################################################### |
| 2 | +# # |
| 3 | +# Trilinos Release 16.2 Release Notes TBD, 2025 # |
| 4 | +# # |
| 5 | +############################################################################### |
| 6 | + |
| 7 | +Compadre |
| 8 | + |
| 9 | + - Update to version 1.6.4 |
| 10 | + https://github.com/trilinos/Trilinos/pull/14412 |
| 11 | + |
| 12 | + |
| 13 | +Framework: |
| 14 | + |
| 15 | + - Shadow warnings have been promoted to errors. |
| 16 | + |
| 17 | + - Trilinos now uses pre-commit to run clang-format and cmake-format. |
| 18 | + https://github.com/trilinos/Trilinos/pull/14478 |
| 19 | + |
| 20 | + |
| 21 | +Galeri: |
| 22 | + |
| 23 | + - The assembly of example problems was rewritten with Kokkos primitives. |
| 24 | + https://github.com/trilinos/Trilinos/pull/14120 |
| 25 | + |
| 26 | + |
| 27 | +MueLu |
| 28 | + |
| 29 | + - New parameters for dropping algorithms were introduced that better |
| 30 | + map to the growing number of availabble schemes. Old parameters |
| 31 | + are still valid but will eventually be phased out. |
| 32 | + https://github.com/trilinos/Trilinos/pull/14113 |
| 33 | + https://github.com/trilinos/Trilinos/pull/14093 |
| 34 | + |
| 35 | + - The MueLu tutorial has been modernized and is now available at |
| 36 | + https://muelu.github.io/ |
| 37 | + https://github.com/trilinos/Trilinos/pull/14357 |
| 38 | + |
| 39 | + - A new distributed lumping scheme |
| 40 | + https://github.com/trilinos/Trilinos/pull/14351 |
| 41 | + |
| 42 | + |
| 43 | +NOX |
| 44 | + |
| 45 | + - Nox wrappers for Tpetra MultiVector |
| 46 | + https://github.com/trilinos/Trilinos/pull/14252 |
| 47 | + |
| 48 | + |
| 49 | +Panzer |
| 50 | + |
| 51 | + - Caching of connectivity information |
| 52 | + https://github.com/trilinos/Trilinos/pull/14042 |
| 53 | + |
| 54 | + |
| 55 | +Teko: |
| 56 | + |
| 57 | + - The conversion between Teko blocked operators and Tpetra matrices |
| 58 | + has been significantly improved. |
| 59 | + https://github.com/trilinos/Trilinos/pull/14476 |
| 60 | + |
| 61 | + |
| 62 | +Teuchos |
| 63 | + |
| 64 | + - MPI communication routines are wrapped in Kokkos Profiling regions. |
| 65 | + https://github.com/trilinos/Trilinos/pull/14363 |
| 66 | + |
| 67 | + - The CommandLineProcessor can now be used to harvest information |
| 68 | + about the runtime environment by passing --print-system-info |
| 69 | + https://github.com/trilinos/Trilinos/pull/14494 |
| 70 | + |
| 71 | + |
| 72 | +Tpetra |
| 73 | + |
| 74 | + - The new "Ialltofewv" communication option obtains speedups for |
| 75 | + many-to-few communication. |
| 76 | + https://github.com/trilinos/Trilinos/pull/14146 |
| 77 | + |
| 78 | + - Tpetra can now leverage communication routines from MPI Advance. |
| 79 | + https://github.com/trilinos/Trilinos/pull/14169 |
| 80 | + |
| 81 | + - A reordering of steps during data transfer that should avoid |
| 82 | + unexpected messages can be used by setting the environment |
| 83 | + variable TPETRA_GRANULAR_TRANSFERS=ON. |
| 84 | + https://github.com/trilinos/Trilinos/pull/13947 |
| 85 | + |
| 86 | + - The Tpetra assembly examples were updated to better showcase |
| 87 | + current Kokkos pratices. |
| 88 | + https://github.com/trilinos/Trilinos/pull/14430 |
| 89 | + |
| 90 | + - Helper routines for the common use case of generating matrices by |
| 91 | + applying a filter to the entries of another matrix. |
| 92 | + https://github.com/trilinos/Trilinos/pull/14583 |
| 93 | + |
| 94 | + |
| 95 | +Thyra: |
| 96 | + |
| 97 | + - Solver/preconditioner routines can now directly be used with |
| 98 | + Tpetra objects without having to wrap them to Thyra. |
| 99 | + https://github.com/trilinos/Trilinos/pull/14459 |
| 100 | + |
| 101 | + |
| 102 | +Zoltan |
| 103 | + |
| 104 | + - Additional Hilbert Space filling curves |
| 105 | + https://github.com/trilinos/Trilinos/pull/13880 |
| 106 | + |
| 107 | + |
| 108 | +Zoltan2 |
| 109 | + |
| 110 | + - Reverse Cuthill-McKee can now symmetrize the input matrix. |
| 111 | + https://github.com/trilinos/Trilinos/pull/14584 |
| 112 | + |
1 | 113 |
|
2 | 114 | ############################################################################### |
3 | 115 | # # |
4 | | -# Trilinos Release 16.1 Release Notes TBD, 2024 # |
| 116 | +# Trilinos Release 16.1 Release Notes March 20, 2024 # |
5 | 117 | # # |
6 | 118 | ############################################################################### |
7 | 119 |
|
|
0 commit comments