Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra::Details::DistributorPlan Class Reference

#include <Tpetra_Details_DistributorPlan.hpp>

Detailed Description

Instances of DistributorPlan take the following parameters that control communication and debug output:

  • "Send type" (std::string): When using MPI, the variant of MPI_Send to use in do[Reverse]Posts(). Valid values include "Isend", and "Send". The default is "Send". (The receive type is always MPI_Irecv, a nonblocking receive. Since we post receives first before sends, this prevents deadlock, even if MPI_Send blocks and does not buffer.)

Definition at line 90 of file Tpetra_Details_DistributorPlan.hpp.


The documentation for this class was generated from the following files: