|
QUDA
0.9.0
|
#include <mpi.h>#include <stdio.h>#include <stdlib.h>#include <pthread.h>#include <nvToolsExt.h>#include <nvToolsExtCudaRt.h>
Go to the source code of this file.
Macros | |
| #define | _EXTERN_C_ |
Functions | |
| _EXTERN_C_ void | pmpi_init (MPI_Fint *ierr) |
| _EXTERN_C_ void | PMPI_INIT (MPI_Fint *ierr) |
| _EXTERN_C_ void | pmpi_init_ (MPI_Fint *ierr) |
| _EXTERN_C_ void | pmpi_init__ (MPI_Fint *ierr) |
| _EXTERN_C_ int | PMPI_Init (int *argc, char ***argv) |
| _EXTERN_C_ int | MPI_Init (int *argc, char ***argv) |
| _EXTERN_C_ int | PMPI_Send (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Send (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
| _EXTERN_C_ int | MPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
| _EXTERN_C_ int | PMPI_Allreduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Allreduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Reduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Reduce (const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Wait (MPI_Request *request, MPI_Status *status) |
| _EXTERN_C_ int | MPI_Wait (MPI_Request *request, MPI_Status *status) |
| _EXTERN_C_ int | PMPI_Waitany (int count, MPI_Request array_of_requests[], int *index, MPI_Status *status) |
| _EXTERN_C_ int | MPI_Waitany (int count, MPI_Request array_of_requests[], int *index, MPI_Status *status) |
| _EXTERN_C_ int | PMPI_Waitall (int count, MPI_Request array_of_requests[], MPI_Status *array_of_statuses) |
| _EXTERN_C_ int | MPI_Waitall (int count, MPI_Request array_of_requests[], MPI_Status *array_of_statuses) |
| _EXTERN_C_ int | PMPI_Waitsome (int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) |
| _EXTERN_C_ int | MPI_Waitsome (int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) |
| _EXTERN_C_ int | PMPI_Gather (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Gather (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Gatherv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Gatherv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Scatter (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Scatter (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Scatterv (const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Scatterv (const void *sendbuf, const int sendcounts[], const int displs[], MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Allgather (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Allgather (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Allgatherv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Allgatherv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int displs[], MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Alltoall (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Alltoall (const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Alltoallv (const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Alltoallv (const void *sendbuf, const int sendcounts[], const int sdispls[], MPI_Datatype sendtype, void *recvbuf, const int recvcounts[], const int rdispls[], MPI_Datatype recvtype, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Alltoallw (const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Alltoallw (const void *sendbuf, const int sendcounts[], const int sdispls[], const MPI_Datatype sendtypes[], void *recvbuf, const int recvcounts[], const int rdispls[], const MPI_Datatype recvtypes[], MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Bcast (void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Bcast (void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Sendrecv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) |
| _EXTERN_C_ int | MPI_Sendrecv (const void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) |
| _EXTERN_C_ int | PMPI_Barrier (MPI_Comm comm) |
| _EXTERN_C_ int | MPI_Barrier (MPI_Comm comm) |
| _EXTERN_C_ int | PMPI_Start (MPI_Request *request) |
| _EXTERN_C_ int | MPI_Start (MPI_Request *request) |
| _EXTERN_C_ int | PMPI_Test (MPI_Request *request, int *flag, MPI_Status *status) |
| _EXTERN_C_ int | MPI_Test (MPI_Request *request, int *flag, MPI_Status *status) |
| _EXTERN_C_ int | PMPI_Send_init (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
| _EXTERN_C_ int | MPI_Send_init (const void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
| _EXTERN_C_ int | PMPI_Recv_init (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) |
| _EXTERN_C_ int | MPI_Recv_init (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) |
Variables | |
| static int | in_wrapper = 0 |
| #define _EXTERN_C_ |
Definition at line 9 of file nvtx_pmpi.c.
| _EXTERN_C_ int MPI_Allgather | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 308 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Allgather().
Referenced by comm_gather_gpuid(), and comm_gather_hostname().


| _EXTERN_C_ int MPI_Allgatherv | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| const int | recvcounts[], | ||
| const int | displs[], | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 329 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Allgatherv().

| _EXTERN_C_ int MPI_Allreduce | ( | const void * | sendbuf, |
| void * | recvbuf, | ||
| int | count, | ||
| MPI_Datatype | datatype, | ||
| MPI_Op | op, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 98 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Allreduce().
Referenced by comm_allreduce(), comm_allreduce_array(), comm_allreduce_int(), comm_allreduce_max(), and comm_allreduce_xor().


| _EXTERN_C_ int MPI_Alltoall | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 350 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Alltoall().

| _EXTERN_C_ int MPI_Alltoallv | ( | const void * | sendbuf, |
| const int | sendcounts[], | ||
| const int | sdispls[], | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| const int | recvcounts[], | ||
| const int | rdispls[], | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 371 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Alltoallv().

| _EXTERN_C_ int MPI_Alltoallw | ( | const void * | sendbuf, |
| const int | sendcounts[], | ||
| const int | sdispls[], | ||
| const MPI_Datatype | sendtypes[], | ||
| void * | recvbuf, | ||
| const int | recvcounts[], | ||
| const int | rdispls[], | ||
| const MPI_Datatype | recvtypes[], | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 392 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Alltoallw().

| _EXTERN_C_ int MPI_Barrier | ( | MPI_Comm | comm | ) |
Definition at line 455 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Barrier().
Referenced by comm_barrier().


| _EXTERN_C_ int MPI_Bcast | ( | void * | buffer, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 413 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Bcast().
Referenced by comm_broadcast().


| _EXTERN_C_ int MPI_Gather | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 224 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Gather().

| _EXTERN_C_ int MPI_Gatherv | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| const int | recvcounts[], | ||
| const int | displs[], | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 245 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Gatherv().

| _EXTERN_C_ int MPI_Init | ( | int * | argc, |
| char *** | argv | ||
| ) |
Definition at line 34 of file nvtx_pmpi.c.
References in_wrapper, PMPI_Init(), rank, and sprintf().
Referenced by initComms().


| _EXTERN_C_ int MPI_Recv | ( | void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | source, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Status * | status | ||
| ) |
Definition at line 77 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Recv().

| _EXTERN_C_ int MPI_Recv_init | ( | void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | source, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Request * | request | ||
| ) |
Definition at line 539 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Recv_init().
Referenced by comm_declare_receive_displaced(), and comm_declare_strided_receive_displaced().


| _EXTERN_C_ int MPI_Reduce | ( | const void * | sendbuf, |
| void * | recvbuf, | ||
| int | count, | ||
| MPI_Datatype | datatype, | ||
| MPI_Op | op, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 119 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Reduce().

| _EXTERN_C_ int MPI_Scatter | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 266 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Scatter().

| _EXTERN_C_ int MPI_Scatterv | ( | const void * | sendbuf, |
| const int | sendcounts[], | ||
| const int | displs[], | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 287 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Scatterv().

| _EXTERN_C_ int MPI_Send | ( | const void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | dest, | ||
| int | tag, | ||
| MPI_Comm | comm | ||
| ) |
Definition at line 56 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Send().

| _EXTERN_C_ int MPI_Send_init | ( | const void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | dest, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Request * | request | ||
| ) |
Definition at line 518 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Send_init().
Referenced by comm_declare_send_displaced(), and comm_declare_strided_send_displaced().


| _EXTERN_C_ int MPI_Sendrecv | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| int | dest, | ||
| int | sendtag, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | source, | ||
| int | recvtag, | ||
| MPI_Comm | comm, | ||
| MPI_Status * | status | ||
| ) |
Definition at line 434 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Sendrecv().

| _EXTERN_C_ int MPI_Start | ( | MPI_Request * | request | ) |
Definition at line 476 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Start().
Referenced by comm_start().


| _EXTERN_C_ int MPI_Test | ( | MPI_Request * | request, |
| int * | flag, | ||
| MPI_Status * | status | ||
| ) |
Definition at line 497 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Test().
Referenced by comm_query().


| _EXTERN_C_ int MPI_Wait | ( | MPI_Request * | request, |
| MPI_Status * | status | ||
| ) |
Definition at line 140 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Wait().
Referenced by comm_wait().


| _EXTERN_C_ int MPI_Waitall | ( | int | count, |
| MPI_Request | array_of_requests[], | ||
| MPI_Status * | array_of_statuses | ||
| ) |
Definition at line 182 of file nvtx_pmpi.c.
References count, in_wrapper, and PMPI_Waitall().

| _EXTERN_C_ int MPI_Waitany | ( | int | count, |
| MPI_Request | array_of_requests[], | ||
| int * | index, | ||
| MPI_Status * | status | ||
| ) |
Definition at line 161 of file nvtx_pmpi.c.
References count, in_wrapper, index(), and PMPI_Waitany().

| _EXTERN_C_ int MPI_Waitsome | ( | int | incount, |
| MPI_Request | array_of_requests[], | ||
| int * | outcount, | ||
| int | array_of_indices[], | ||
| MPI_Status | array_of_statuses[] | ||
| ) |
Definition at line 203 of file nvtx_pmpi.c.
References in_wrapper, and PMPI_Waitsome().

| _EXTERN_C_ int PMPI_Allgather | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Allgatherv | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| const int | recvcounts[], | ||
| const int | displs[], | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Allreduce | ( | const void * | sendbuf, |
| void * | recvbuf, | ||
| int | count, | ||
| MPI_Datatype | datatype, | ||
| MPI_Op | op, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Alltoall | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Barrier | ( | MPI_Comm | comm | ) |
| _EXTERN_C_ int PMPI_Bcast | ( | void * | buffer, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Gather | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ void pmpi_init | ( | MPI_Fint * | ierr | ) |
| _EXTERN_C_ void PMPI_INIT | ( | MPI_Fint * | ierr | ) |
| _EXTERN_C_ int PMPI_Init | ( | int * | argc, |
| char *** | argv | ||
| ) |
| _EXTERN_C_ void pmpi_init_ | ( | MPI_Fint * | ierr | ) |
| _EXTERN_C_ void pmpi_init__ | ( | MPI_Fint * | ierr | ) |
| _EXTERN_C_ int PMPI_Recv | ( | void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | source, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Status * | status | ||
| ) |
| _EXTERN_C_ int PMPI_Recv_init | ( | void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | source, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Request * | request | ||
| ) |
| _EXTERN_C_ int PMPI_Reduce | ( | const void * | sendbuf, |
| void * | recvbuf, | ||
| int | count, | ||
| MPI_Datatype | datatype, | ||
| MPI_Op | op, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Scatter | ( | const void * | sendbuf, |
| int | sendcount, | ||
| MPI_Datatype | sendtype, | ||
| void * | recvbuf, | ||
| int | recvcount, | ||
| MPI_Datatype | recvtype, | ||
| int | root, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Send | ( | const void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | dest, | ||
| int | tag, | ||
| MPI_Comm | comm | ||
| ) |
| _EXTERN_C_ int PMPI_Send_init | ( | const void * | buf, |
| int | count, | ||
| MPI_Datatype | datatype, | ||
| int | dest, | ||
| int | tag, | ||
| MPI_Comm | comm, | ||
| MPI_Request * | request | ||
| ) |
| _EXTERN_C_ int PMPI_Start | ( | MPI_Request * | request | ) |
| _EXTERN_C_ int PMPI_Test | ( | MPI_Request * | request, |
| int * | flag, | ||
| MPI_Status * | status | ||
| ) |
| _EXTERN_C_ int PMPI_Wait | ( | MPI_Request * | request, |
| MPI_Status * | status | ||
| ) |
| _EXTERN_C_ int PMPI_Waitall | ( | int | count, |
| MPI_Request | array_of_requests[], | ||
| MPI_Status * | array_of_statuses | ||
| ) |
| _EXTERN_C_ int PMPI_Waitany | ( | int | count, |
| MPI_Request | array_of_requests[], | ||
| int * | index, | ||
| MPI_Status * | status | ||
| ) |
| _EXTERN_C_ int PMPI_Waitsome | ( | int | incount, |
| MPI_Request | array_of_requests[], | ||
| int * | outcount, | ||
| int | array_of_indices[], | ||
| MPI_Status | array_of_statuses[] | ||
| ) |
|
static |
Definition at line 27 of file nvtx_pmpi.c.
Referenced by MPI_Allgather(), MPI_Allgatherv(), MPI_Allreduce(), MPI_Alltoall(), MPI_Alltoallv(), MPI_Alltoallw(), MPI_Barrier(), MPI_Bcast(), MPI_Gather(), MPI_Gatherv(), MPI_Init(), MPI_Recv(), MPI_Recv_init(), MPI_Reduce(), MPI_Scatter(), MPI_Scatterv(), MPI_Send(), MPI_Send_init(), MPI_Sendrecv(), MPI_Start(), MPI_Test(), MPI_Wait(), MPI_Waitall(), MPI_Waitany(), and MPI_Waitsome().
1.8.14