Home
last modified time | relevance | path

Searched defs:MPIDI_Request (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/include/
H A Dmpidpre.h222 typedef struct MPIDI_Request { struct
224 MPIDI_Message_match mask;
228 void *user_buf;
229 int user_count;
230 MPI_Datatype datatype;
245 int iov_count;
246 int iov_offset;
266 void *tmpbuf;
268 MPIDI_msg_sz_t tmpbuf_sz;
273 unsigned int state;
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/include/
H A Dmpidpre.h376 int drop_data;
380 intptr_t msg_offset;
381 intptr_t msgsize;
390 int iov_count;
391 size_t iov_offset;
412 intptr_t tmpbuf_off;
413 intptr_t tmpbuf_sz;
433 MPI_Op op;
435 void *real_user_buf;
450 intptr_t ext_hdr_sz;
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/include/
H A Dmpidi_datatypes.h205 struct MPIDI_Request struct
207 struct MPID_Request *next; /**< Link to next req. in queue */
208 struct MPID_Datatype *datatype_ptr; /**< Info about the datatype */
209 pami_work_t post_request; /**< */
211 MPIDI_MsgEnvelope envelope;
234 uint32_t memregion_used:16;
235 uint32_t shm:16;
238 int cur_nMsgs;
239 int partner_id;
240 int idx;
[all …]