
#include <ampiimpl.h>


Public Member Functions | |
| AmpiMsg (void) | |
| AmpiMsg (int _s, int t, int sIdx, int sRank, int l, int c) | |
Static Public Member Functions | |
| static AmpiMsg * | pup (PUP::er &p, AmpiMsg *m) |
Data Fields | |
| int | seq |
| int | tag |
| int | srcIdx |
| int | srcRank |
| MPI_Comm | comm |
| int | length |
| void * | event |
| int | eventPe |
| char * | data |
Definition at line 865 of file ampiimpl.h.
| AmpiMsg::AmpiMsg | ( | void | ) | [inline] |
Definition at line 880 of file ampiimpl.h.
Definition at line 883 of file ampiimpl.h.
References AmpiMsg(), comm, data, PUP::er::isDeleting(), PUP::er::isPacking(), PUP::er::isSizing(), PUP::er::isUnpacking(), length, p, seq, srcIdx, srcRank, and tag.
Definition at line 867 of file ampiimpl.h.
Referenced by ampi::generic(), AmpiSeqQ::getOutOfOrder(), ampi::inorder(), pup(), AmpiSeqQ::put(), and AmpiSeqQ::putOutOfOrder().
Definition at line 868 of file ampiimpl.h.
Referenced by ampi::generic(), ampi::inorder(), pup(), and IReq::receive().
Definition at line 869 of file ampiimpl.h.
Referenced by ampi::generic(), AmpiSeqQ::getOutOfOrder(), ampi::inorder(), and pup().
Definition at line 870 of file ampiimpl.h.
Referenced by ampi::generic(), ampi::inorder(), pup(), and IReq::receive().
Definition at line 871 of file ampiimpl.h.
Referenced by ampi::generic(), ampi::inorder(), pup(), and IReq::receive().
Definition at line 872 of file ampiimpl.h.
Referenced by ampi::iprobe(), ampi::probe(), ampi::processMessage(), pup(), IReq::receive(), and ampi::recv().
| void* AmpiMsg::event |
Definition at line 874 of file ampiimpl.h.
Referenced by ampi::generic(), ampi::inorder(), IReq::receive(), and ampi::recv().
| char* AmpiMsg::data |
Definition at line 877 of file ampiimpl.h.
Referenced by ampi::Alltoall_RemoteIGet(), AMPI_Alltoall2(), AmpiMsg(), ampi::bcastraw(), ampi::makeAmpiMsg(), ampi::processMessage(), pup(), ampi::sendraw(), ampi::winRemoteGet(), and ampi::winRemoteIGet().
1.5.5