Jonathan Hu

Results 26 issues of Jonathan Hu

## Question @trilinos/framework @jwillenbring @ZUUL42 @e10harvey Changes to certain Trilinos subdirectories don't require extensive PR testing, e.g., `Trilinos/cmake/ctest/drivers` Is there a mechanism for adding or marking new subdirectories to this...

type: enhancement
type: question
PA: Framework

@trilinos/tpetra ## Motivation ## Stakeholder Feedback Improves Tpetra performance dashboard ## Testing tested locally on ORNL/crusher

pkg: Tpetra
AT: AUTOMERGE

## Bug Report @trilinos/framework @jwillenbring ### Description A number of PRs are failing due to failures in packages that are apparently unrelated to changes in the PR. See #10776 and...

type: bug
PA: Framework
autotester

In `HypreNGP.h`, the declaration of`mempool_max_cached_bytes` is guarded by an ifdef, but it is used a few lines later unguarded. https://github.com/Exawind/nalu-wind/blob/5d6a3e8d34c551160cf9e269ffec15b8a638ef50/include/HypreNGP.h#L40-L53

bug

The various linear system construction phases each create a matrix graph. This is redundant work, as almost all phases use the same connectivity graph. One exception is the "monolithic" momentum...

enhancement

## Enhancement @trilinos/ifpack2 @csiefer2 @vbrunini The semantics for Ifpack2 preconditioners are - initialize() - compute() Current understanding is that `initialize` sets the matrix graph. Afterwards, as long as the graph...

type: enhancement
pkg: Ifpack2
MARKED_FOR_CLOSURE

## Enhancement @trilinos/tpetra At the 2021-Sept-21 Tpetra developer meeting, it was decided to modify the logic in Tpetra::CrsMatrix::CombineGlobalValues(). Instead of depending on ``` if (isStaticGraph ()) { ... } else...

type: enhancement
pkg: Tpetra
MARKED_FOR_CLOSURE

## Enhancement @trilinos/muelu Add min/max/avg number of neighbors communicated with (aka size of communication stencil) on each level

type: enhancement
pkg: MueLu
DO_NOT_AUTOCLOSE

This is reminder that the @trilinos/muelu team should assess the level of code coverage of MueLu's Kokkos path in MueLu's regular unit tests.

type: enhancement
pkg: MueLu
DO_NOT_AUTOCLOSE

@trilinos/muelu Who is using the Isorropia interfaces in MueLu? Can/should these be deprecated?

type: enhancement
type: question
pkg: MueLu
DO_NOT_AUTOCLOSE