MeDiPack  1.2.2
A Message Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE > Struct Template Reference

#include <ampiFunctions.hpp>

Inheritance diagram for medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >:

Public Attributes

MPI_Comm comm
 
RECVTYPE::Type * recvbuf
 
RECVTYPE::ModifiedType * recvbufMod
 
int recvcount
 
RECVTYPE * recvtype
 
AMPI_Requestrequest
 
const SENDTYPE::Type * sendbuf
 
SENDTYPE::ModifiedType * sendbufMod
 
int sendcount
 
SENDTYPE * sendtype
 
- Public Attributes inherited from medi::AsyncHandle
AsyncAdjointHandletoolHandle
 
- Public Attributes inherited from medi::HandleBase
ManualDeleteType deleteType
 
ForwardFunction funcForward
 
PrimalFunction funcPrimal
 
ReverseFunction funcReverse
 

Additional Inherited Members

- Public Member Functions inherited from medi::AsyncHandle
 AsyncHandle ()
 
- Public Member Functions inherited from medi::HandleBase
 HandleBase ()
 
virtual ~HandleBase ()
 

Member Data Documentation

◆ comm

template<typename SENDTYPE , typename RECVTYPE >
MPI_Comm medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::comm

◆ recvbuf

template<typename SENDTYPE , typename RECVTYPE >
RECVTYPE::Type* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::recvbuf

◆ recvbufMod

template<typename SENDTYPE , typename RECVTYPE >
RECVTYPE::ModifiedType* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::recvbufMod

◆ recvcount

template<typename SENDTYPE , typename RECVTYPE >
int medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::recvcount

◆ recvtype

template<typename SENDTYPE , typename RECVTYPE >
RECVTYPE* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::recvtype

◆ request

template<typename SENDTYPE , typename RECVTYPE >
AMPI_Request* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::request

◆ sendbuf

template<typename SENDTYPE , typename RECVTYPE >
const SENDTYPE::Type* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::sendbuf

◆ sendbufMod

template<typename SENDTYPE , typename RECVTYPE >
SENDTYPE::ModifiedType* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::sendbufMod

◆ sendcount

template<typename SENDTYPE , typename RECVTYPE >
int medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::sendcount

◆ sendtype

template<typename SENDTYPE , typename RECVTYPE >
SENDTYPE* medi::AMPI_Iallgather_AsyncHandle< SENDTYPE, RECVTYPE >::sendtype

The documentation for this struct was generated from the following file: