Skip to content

WIP Tpetra: persistent MPI requests

James Willenbring requested to merge cgcgcg:tpetraPersistentPR into develop

Created by: cgcgcg

@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 be switched on for the solve phase only. There are probably quite a lot of cases where this will not work correctly, so I appreciate feedback!

Merge request reports