|
static int | intel_barrier_gather_scatter (MPI_Comm comm) |
|
static int | intel_reduce_scatter_reduce_scatterv (void *sbuf, void *rbuf, int *rcounts, MPI_Datatype dtype, MPI_Op op, MPI_Comm comm) |
|
static int | intel_reduce_scatter_recursivehalving (void *sbuf, void *rbuf, int *rcounts, MPI_Datatype dtype, MPI_Op op, MPI_Comm comm) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_ALLGATHERV_SIG,(send_buff, send_count, send_type, recv_buff, recv_count, recv_disps, recv_type, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_ALLREDUCE_SIG,(sbuf, rbuf, rcount, dtype, op, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_GATHER_SIG,(send_buff, send_count, send_type, recv_buff, recv_count, recv_type, root, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_ALLGATHER_SIG,(send_buff, send_count, send_type, recv_buff, recv_count, recv_type, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_ALLTOALL_SIG,(send_buff, send_count, send_type, recv_buff, recv_count, recv_type, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_ALLTOALLV_SIG,(send_buff, send_counts, send_disps, send_type, recv_buff, recv_counts, recv_disps, recv_type, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_BCAST_SIG,(buf, count, datatype, root, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_REDUCE_SIG,(buf, rbuf, count, datatype, op, root, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_REDUCE_SCATTER_SIG,(sbuf, rbuf, rcounts, dtype, op, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_SCATTER_SIG,(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm)) |
|
| COLL_APPLY (IMPI_COLL_SELECT, COLL_BARRIER_SIG,(comm)) |
|
|
int(* | intel_allreduce_functions_table [])(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
intel_tuning_table_element | intel_allreduce_table [] |
|
intel_tuning_table_element | intel_alltoall_table [] |
|
int(* | intel_alltoall_functions_table [])(void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm) |
|
int(* | intel_barrier_functions_table [])(MPI_Comm comm) |
|
intel_tuning_table_element | intel_barrier_table [] |
|
int(* | intel_bcast_functions_table [])(void *buff, int count, MPI_Datatype datatype, int root, MPI_Comm comm) |
|
intel_tuning_table_element | intel_bcast_table [] |
|
int(* | intel_reduce_functions_table [])(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
|
intel_tuning_table_element | intel_reduce_table [] |
|
int(* | intel_reduce_scatter_functions_table [])(void *sbuf, void *rbuf, int *rcounts, MPI_Datatype dtype, MPI_Op op, MPI_Comm comm) |
|
intel_tuning_table_element | intel_reduce_scatter_table [] |
|
int(* | intel_allgather_functions_table [])(void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm) |
|
intel_tuning_table_element | intel_allgather_table [] |
|
int(* | intel_allgatherv_functions_table [])(void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int *rcounts, int *rdispls, MPI_Datatype rdtype, MPI_Comm comm) |
|
intel_tuning_table_element | intel_allgatherv_table [] |
|
int(* | intel_gather_functions_table [])(void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm) |
|
intel_tuning_table_element | intel_gather_table [] |
|
int(* | intel_scatter_functions_table [])(void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm) |
|
intel_tuning_table_element | intel_scatter_table [] |
|
int(* | intel_alltoallv_functions_table [])(void *sbuf, int *scounts, int *sdisps, MPI_Datatype sdtype, void *rbuf, int *rcounts, int *rdisps, MPI_Datatype rdtype, MPI_Comm comm) |
|
intel_tuning_table_element | intel_alltoallv_table [] |
|