Christian Glusa
Christian Glusa
@trilinos/muelu ## Motivation By default, MueLu's test ETI command line processor uses the default node type, but this code path was missing the call to Kokkos' `print_configuration`.
@trilinos/panzer @trilinos/muelu @trilinos/thyra ## Motivation The goal is to add a matrix-free code path to MiniEM for higher order discretizations. So far, only the transfers between multigrid levels and the...
## Bug Report @trilinos/framework [TRILINOSHD-138](https://sems-atlassian-son.sandia.gov/jira/servicedesk/customer/portal/7/TRILINOSHD-138) ### Description The Trilinos Autotester is posting to a CDash instance that is not accessible from SON or outside of Sandia. Several Trilinos developers do...
@trilinos/tpetra ## Description This PR adds the option to use persistent MPI communication in Tpetra. The defaults communication option is not changed. I tested this using MueLu, where this can...
@trilinos/belos ## Motivation Save state vectors in Belos CG solves for later reuse
@trilinos/tpetra @trilinos/ifpack2 @trilinos/muelu ## Motivation - Add optional diagonal to Tpetra::Operator - Move RefMaxwell coarse solver - Ifpack2 Chebyshev and Hiptmair for operators - MueLu Stratimikos interface for operators -...
@trilinos/xpetra @trilinos/muelu ## Motivation Silence warnings about unused short names. Requires C++17, so cannot merge yet.
@trilinos/tpetra @trilinos/ifpack2 @trilinos/xpetra @trilinos/muelu @trilinos/panzer ## Motivation - Tpetra: Add an optional diagonal to Tpetra::Operator - Ifpack2: Fix issues for matrix free smoothers - Xpetra/Thyra: Allow passing operators to MueLu...
@trilinos/intrepid2 ## Enhancement I tried a build with C++ 20 and got a bunch of warnings: ``` packages/intrepid2/src/Shared/Intrepid2_Utils.hpp: In function 'constexpr int Intrepid2::getVectorSizeForHierarchicalParallelism()': packages/intrepid2/src/Shared/Intrepid2_Utils.hpp:827:17: warning: 'template struct std::is_pod' is deprecated:...
@trilinos/kokkos-kernels @trilinos/tpetra ## Bug Report In debug builds Kokkos Kernels recently added checks that the input matrices are sorted. Some TPLs require that, but currently Tpetra SpGEMM cannot use them....