|
DistDir
|
#include <exchange.h>
Data Fields | |
| t_exchange * | exch_send |
| pointer to t_exchange structure to store send information More... | |
| t_exchange * | exch_recv |
| pointer to t_exchange structure to store receive information More... | |
| t_kernels * | vtable |
| pointer to pack and unpack functions More... | |
| backend_func_go | go |
| pointer to pack and unpack functions More... | |
| t_wait * | vtable_wait |
| pointer to wait functions More... | |
| t_map * | map |
| pointer to map object More... | |
| t_mpi_exchange * | mpi_exchange |
| pointer to mpi_exchange struct More... | |
| t_exchange* t_exchanger::exch_recv |
pointer to t_exchange structure to store receive information
| t_exchange* t_exchanger::exch_send |
pointer to t_exchange structure to store send information
| backend_func_go t_exchanger::go |
pointer to pack and unpack functions
| t_map* t_exchanger::map |
pointer to map object
| t_mpi_exchange* t_exchanger::mpi_exchange |
pointer to mpi_exchange struct
| t_kernels* t_exchanger::vtable |
pointer to pack and unpack functions
| t_wait* t_exchanger::vtable_wait |
pointer to wait functions