93 int nreqs = async->
nreqs;
94 MPI_Request *reqs = async->
reqs;
96 #if defined(_KCOMPUTER) && defined(K_RDMA_REFLECT)
99 _XMP_wait_async_rdma(async);
107 MPI_Waitall(nreqs, reqs, MPI_STATUSES_IGNORE);
112 MPI_Waitall(nreqs, reqs, MPI_STATUSES_IGNORE);
122 #ifdef _XMP_MPI3_ONESIDED
Definition: xmp_data_struct.h:449
int mode
Definition: xmp_data_struct.h:450
void * sendbuf
Definition: xmp_data_struct.h:451
_XMP_async_comm_t * _XMP_get_async(int async_id)
Definition: xmp_async.c:30
void _XMP_sync_images_COMM(MPI_Comm *comm, int *status)
Definition: xmp_coarray_mpi.c:1105
#define _XMP_N_GMOVE_NORMAL
Definition: xmp_constant.h:69
#define _XMP_COMM_REDUCE_SHADOW
Definition: xmp_constant.h:137
#define _XMP_TSTART(t0)
Definition: xmp_internal.h:747
#define _XMP_TEND(t, t0)
Definition: xmp_internal.h:748
void _XMP_reduce_shadow_sum(_XMP_array_t *a)
Definition: xmp_reduce_shadow.c:153