174 if (gmv_desc_rightp->
ndims == 0){
179 _XMPC_larray_alloc(&a, gmv_desc_rightp,
186 if (gmv_desc_leftp->
ndims == 0){
196 _XMPC_larray_alloc(&a, gmv_desc_leftp,
Definition: xmp_data_struct.h:266
_XMP_template_t * align_template
Definition: xmp_data_struct.h:312
int ndims
Definition: xmp_data_struct.h:389
_XMP_array_t * a_desc
Definition: xmp_data_struct.h:391
void * local_data
Definition: xmp_data_struct.h:393
_Bool is_global
Definition: xmp_data_struct.h:388
void _XMP_finalize_array_desc(void *array)
void _XMP_gmove_garray_larray(_XMP_gmv_desc_t *gmv_desc_leftp, _XMP_gmv_desc_t *gmv_desc_rightp, int mode)
Definition: xmp_gmove.c:4851
void _XMP_gmove_garray_scalar(_XMP_gmv_desc_t *gmv_desc_leftp, void *scalar, int mode)
Definition: xmp_gmove.c:4732
void _XMP_gmove_garray_garray(_XMP_gmv_desc_t *gmv_desc_leftp, _XMP_gmv_desc_t *gmv_desc_rightp, int mode)
Definition: xmp_gmove.c:4769
void _XMP_gmove_scalar_garray(void *scalar, _XMP_gmv_desc_t *gmv_desc_rightp, int mode)
Definition: xmp_gmove.c:4704
void _XMP_gmove_larray_garray(_XMP_gmv_desc_t *gmv_desc_leftp, _XMP_gmv_desc_t *gmv_desc_rightp, int mode)
Definition: xmp_gmove.c:5003
#define _XMP_ASSERT(_flag)
Definition: xmp_internal.h:34
void(* _XMP_unpack_comm_set)(void *recvbuf, int recvbuf_size, _XMP_array_t *a, _XMP_comm_set_t *comm_set[][_XMP_N_MAX_DIM])
Definition: xmp_gmove.c:25
void(* _XMP_pack_comm_set)(void *sendbuf, int sendbuf_size, _XMP_array_t *a, _XMP_comm_set_t *comm_set[][_XMP_N_MAX_DIM])
Definition: xmp_gmove.c:23