Tpetra parallel linear algebra
Version of the Day
|
#include <Tpetra_Details_DistributorPlan.hpp>
Inherits ParameterListAcceptorDefaultBase.
Instances of DistributorPlan take the following parameters that control communication and debug output:
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.