#include "utils.h"
#include "usempi.h"
Go to the source code of this file.
Classes | |
| struct | s_EXCHANGEINFO |
| Data exchange information. More... | |
Typedefs | |
| typedef s_EXCHANGEINFO | EXCHANGEINFO |
| Data exchange information. | |
Functions | |
| int | ei_setnull (EXCHANGEINFO *einfo) |
| Set data exchange information defaults. | |
| int | ei_destroy (EXCHANGEINFO *einfo) |
| Destroy date exchange info. | |
Definition in file exchangeinfo.h.
| typedef struct s_EXCHANGEINFO EXCHANGEINFO |
Data exchange information.
Set by ra_setexchangeinfo. buf points to _s in an RARR.
| int ei_setnull | ( | EXCHANGEINFO * | einfo | ) |
Set data exchange information defaults.
| [in,out] | einfo | - (EXCHANGEINFO *) date exchange information |
| int ei_destroy | ( | EXCHANGEINFO * | einfo | ) |
Destroy date exchange info.
Free MPI_Datatype, then set defaults
| [in] | einfo | - (EXCHANGEINFO *) date exchange information |
1.4.7