• Home
  • Raw
  • Download

Lines Matching defs:WRAPPER_FOR

1044 #define WRAPPER_FOR(name) I_WRAP_FNNAME_U(name)  macro
1074 int WRAPPER_FOR(PMPI_Send)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1078 int WRAPPER_FOR(PMPI_Bsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1082 int WRAPPER_FOR(PMPI_Ssend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1086 int WRAPPER_FOR(PMPI_Rsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1097 int WRAPPER_FOR(PMPI_Recv)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1125 int WRAPPER_FOR(PMPI_Get_count)(MPI_Status* status, in WRAPPER_FOR() function
1391 int WRAPPER_FOR(PMPI_Isend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1396 int WRAPPER_FOR(PMPI_Ibsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1401 int WRAPPER_FOR(PMPI_Issend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1406 int WRAPPER_FOR(PMPI_Irsend)(void *buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1419 int WRAPPER_FOR(PMPI_Irecv)( void* buf, int count, MPI_Datatype datatype, in WRAPPER_FOR() function
1446 int WRAPPER_FOR(PMPI_Wait)( MPI_Request* request, in WRAPPER_FOR() function
1473 int WRAPPER_FOR(PMPI_Waitany)( int count, in WRAPPER_FOR() function
1508 int WRAPPER_FOR(PMPI_Waitall)( int count, in WRAPPER_FOR() function
1551 int WRAPPER_FOR(PMPI_Test)( MPI_Request* request, int* flag, in WRAPPER_FOR() function
1580 int WRAPPER_FOR(PMPI_Testall)( int count, MPI_Request* requests, in WRAPPER_FOR() function
1627 int WRAPPER_FOR(PMPI_Iprobe)(int source, int tag, in WRAPPER_FOR() function
1655 int WRAPPER_FOR(PMPI_Probe)(int source, int tag, in WRAPPER_FOR() function
1678 int WRAPPER_FOR(PMPI_Cancel)(MPI_Request* request) in WRAPPER_FOR() function
1709 int WRAPPER_FOR(PMPI_Sendrecv)( in WRAPPER_FOR() function
1776 int WRAPPER_FOR(PMPI_Type_free)( MPI_Datatype* ty ) in WRAPPER_FOR() function
1807 int WRAPPER_FOR(PMPI_Pack)( void* inbuf, int incount, MPI_Datatype datatype, in WRAPPER_FOR() function
1856 int WRAPPER_FOR(PMPI_Unpack)( void* inbuf, int insize, int* position, in WRAPPER_FOR() function
1911 int WRAPPER_FOR(PMPI_Bcast)(void *buffer, int count, in WRAPPER_FOR() function
1953 int WRAPPER_FOR(PMPI_Gather)( in WRAPPER_FOR() function
1989 int WRAPPER_FOR(PMPI_Scatter)( in WRAPPER_FOR() function
2024 int WRAPPER_FOR(PMPI_Alltoall)( in WRAPPER_FOR() function
2057 int WRAPPER_FOR(PMPI_Reduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR() function
2085 int WRAPPER_FOR(PMPI_Allreduce)(void *sendbuf, void *recvbuf, in WRAPPER_FOR() function
2109 int WRAPPER_FOR(PMPI_Op_create)( MPI_User_function* function, in WRAPPER_FOR() function
2138 int WRAPPER_FOR(PMPI_Comm_create)(MPI_Comm comm, MPI_Group group, in WRAPPER_FOR() function
2154 int WRAPPER_FOR(PMPI_Comm_dup)(MPI_Comm comm, MPI_Comm* newcomm) in WRAPPER_FOR() function
2169 int WRAPPER_FOR(PMPI_Comm_free)(MPI_Comm* comm) in WRAPPER_FOR() function
2184 int WRAPPER_FOR(PMPI_Comm_rank)(MPI_Comm comm, int *rank) in WRAPPER_FOR() function
2201 int WRAPPER_FOR(PMPI_Comm_size)(MPI_Comm comm, int *size) in WRAPPER_FOR() function
2231 int WRAPPER_FOR(PMPI_Error_string)( int errorcode, char* string, in WRAPPER_FOR() function
2258 long WRAPPER_FOR(PMPI_Init)(int *argc, char ***argv) in WRAPPER_FOR() function
2281 int WRAPPER_FOR(PMPI_Initialized)(int* flag) in WRAPPER_FOR() function
2297 int WRAPPER_FOR(PMPI_Finalize)(void) in WRAPPER_FOR() function