|
libxmp/libxmpf in Omni Compiler
1.3.4
|
#include <xmp_data_struct.h>

Data Fields | |
| int | async_id |
| int | nreqs |
| int | nnodes |
| _Bool | is_used |
| int | type |
| MPI_Request * | reqs |
| _XMP_nodes_t ** | node |
| _XMP_async_gmove_t * | gmove |
| _XMP_array_t * | a |
| struct _XMP_async_comm * | next |
| _XMP_array_t* _XMP_async_comm::a |
| int _XMP_async_comm::async_id |
| _XMP_async_gmove_t* _XMP_async_comm::gmove |
| _Bool _XMP_async_comm::is_used |
| struct _XMP_async_comm* _XMP_async_comm::next |
| int _XMP_async_comm::nnodes |
| _XMP_nodes_t** _XMP_async_comm::node |
| int _XMP_async_comm::nreqs |
| MPI_Request* _XMP_async_comm::reqs |
| int _XMP_async_comm::type |