Skip to content

Tpetra: Potential hangs in getRowInfo #14475

@cgcgcg

Description

@cgcgcg

Bug Report

Tpetra::CrsGraph::getRowInfo calls getRowPtrsUnpackedHost() which returns a cached view. If the view has not already been allocated, it is computed and stored. This is problematic since getRowInfo is called from Kokkos parallel regions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pkg: Tpetratype: bugThe primary issue is a bug in Trilinos code or tests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions