Lines Matching defs:WRAPPER_FOR
1043 #define WRAPPER_FOR(name) I_WRAP_FNNAME_U(name) macro
1073 int WRAPPER_FOR(PMPI_Send)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1077 int WRAPPER_FOR(PMPI_Bsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1081 int WRAPPER_FOR(PMPI_Ssend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1085 int WRAPPER_FOR(PMPI_Rsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1096 int WRAPPER_FOR(PMPI_Recv)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1124 int WRAPPER_FOR(PMPI_Get_count)(MPI_Status* status, in WRAPPER_FOR() function
1390 int WRAPPER_FOR(PMPI_Isend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1395 int WRAPPER_FOR(PMPI_Ibsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1400 int WRAPPER_FOR(PMPI_Issend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1405 int WRAPPER_FOR(PMPI_Irsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1418 int WRAPPER_FOR(PMPI_Irecv)( void* buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1445 int WRAPPER_FOR(PMPI_Wait)( MPI_Request* request, in WRAPPER_FOR() function
1472 int WRAPPER_FOR(PMPI_Waitany)( int count, in WRAPPER_FOR() function
1507 int WRAPPER_FOR(PMPI_Waitall)( int count, in WRAPPER_FOR() function
1550 int WRAPPER_FOR(PMPI_Test)( MPI_Request* request, int* flag, in WRAPPER_FOR() function
1579 int WRAPPER_FOR(PMPI_Testall)( int count, MPI_Request* requests, in WRAPPER_FOR() function
1626 int WRAPPER_FOR(PMPI_Iprobe)(int source, int tag, in WRAPPER_FOR() function
1654 int WRAPPER_FOR(PMPI_Probe)(int source, int tag, in WRAPPER_FOR() function
1677 int WRAPPER_FOR(PMPI_Cancel)(MPI_Request* request) in WRAPPER_FOR() function
1708 int WRAPPER_FOR(PMPI_Sendrecv)( in WRAPPER_FOR() function
1775 int WRAPPER_FOR(PMPI_Type_free)( MPI_Datatype* ty ) in WRAPPER_FOR() function
1806 int WRAPPER_FOR(PMPI_Pack)( void* inbuf, int incount, MPI_Datatype datatype, in WRAPPER_FOR() function
1855 int WRAPPER_FOR(PMPI_Unpack)( void* inbuf, int insize, int* position, in WRAPPER_FOR() function
1910 int WRAPPER_FOR(PMPI_Bcast)(void *buffer, int count, in WRAPPER_FOR() function
1952 int WRAPPER_FOR(PMPI_Gather)( in WRAPPER_FOR() function
1988 int WRAPPER_FOR(PMPI_Scatter)( in WRAPPER_FOR() function
2023 int WRAPPER_FOR(PMPI_Alltoall)( in WRAPPER_FOR() function
2056 int WRAPPER_FOR(PMPI_Reduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR() function
2084 int WRAPPER_FOR(PMPI_Allreduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR() function
2108 int WRAPPER_FOR(PMPI_Op_create)( MPI_User_function* function, in WRAPPER_FOR() function
2137 int WRAPPER_FOR(PMPI_Comm_create)(MPI_Comm comm, MPI_Group group, in WRAPPER_FOR() function
2153 int WRAPPER_FOR(PMPI_Comm_dup)(MPI_Comm comm, MPI_Comm* newcomm) in WRAPPER_FOR() function
2168 int WRAPPER_FOR(PMPI_Comm_free)(MPI_Comm* comm) in WRAPPER_FOR() function
2183 int WRAPPER_FOR(PMPI_Comm_rank)(MPI_Comm comm, int *rank) in WRAPPER_FOR() function
2200 int WRAPPER_FOR(PMPI_Comm_size)(MPI_Comm comm, int *size) in WRAPPER_FOR() function
2230 int WRAPPER_FOR(PMPI_Error_string)( int errorcode, char* string, in WRAPPER_FOR() function
2257 long WRAPPER_FOR(PMPI_Init)(int *argc, char ***argv) in WRAPPER_FOR() function
2280 int WRAPPER_FOR(PMPI_Initialized)(int* flag) in WRAPPER_FOR() function
2296 int WRAPPER_FOR(PMPI_Finalize)(void) in WRAPPER_FOR() function