|
static void | init_mv2_alltoall_tables_stampede () |
|
static int | MPIR_Allgather_RD_Allgather_Comm_MV2 (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm_ptr) |
|
static void | init_mv2_allgather_tables_stampede () |
|
static void | init_mv2_gather_tables_stampede () |
|
static void | init_mv2_allgatherv_tables_stampede () |
|
static int | MPIR_Allreduce_mcst_reduce_two_level_helper_MV2 (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
static int | MPIR_Allreduce_mcst_reduce_redscat_gather_MV2 (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
static int | MPIR_Allreduce_reduce_p2p_MV2 (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
static int | MPIR_Allreduce_reduce_shmem_MV2 (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
static void | init_mv2_allreduce_tables_stampede () |
|
static void | init_mv2_bcast_tables_stampede () |
|
static void | init_mv2_reduce_tables_stampede () |
|
static int | MPIR_Reduce_Scatter_Basic_MV2 (void *sendbuf, void *recvbuf, int *recvcnts, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
|
static void | init_mv2_reduce_scatter_tables_stampede () |
|
int | MPIR_Scatter_mcst_wrap_MV2 (void *sendbuf, int sendcnt, MPI_Datatype sendtype, void *recvbuf, int recvcnt, MPI_Datatype recvtype, int root, MPI_Comm comm_ptr) |
|
static void | init_mv2_scatter_tables_stampede () |
|
|
int(* | MV2_Alltoall_function )(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm_ptr) =NULL |
|
int * | mv2_alltoall_table_ppn_conf = NULL |
|
int | mv2_alltoall_num_ppn_conf = 1 |
|
int * | mv2_size_alltoall_tuning_table = NULL |
|
mv2_alltoall_tuning_table ** | mv2_alltoall_thresholds_table = NULL |
|
int(* | MV2_Allgather_function )(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
|
int * | mv2_allgather_table_ppn_conf = NULL |
|
int | mv2_allgather_num_ppn_conf = 1 |
|
int * | mv2_size_allgather_tuning_table = NULL |
|
mv2_allgather_tuning_table ** | mv2_allgather_thresholds_table = NULL |
|
int | mv2_size_gather_tuning_table =7 |
|
mv2_gather_tuning_table * | mv2_gather_thresholds_table =NULL |
|
MV2_Gather_function_ptr | MV2_Gather_inter_leader_function = NULL |
|
MV2_Gather_function_ptr | MV2_Gather_intra_node_function = NULL |
|
int(* | MV2_Allgatherv_function )(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int *recvcounts, int *displs, MPI_Datatype recvtype, MPI_Comm comm) |
|
int | mv2_size_allgatherv_tuning_table = 0 |
|
mv2_allgatherv_tuning_table * | mv2_allgatherv_thresholds_table = NULL |
|
int(* | MV2_Allreduce_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) =NULL |
|
int(* | MV2_Allreduce_intra_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) =NULL |
|
int | mv2_size_allreduce_tuning_table = 0 |
|
mv2_allreduce_tuning_table * | mv2_allreduce_thresholds_table = NULL |
|
int | mv2_size_bcast_tuning_table = 0 |
|
mv2_bcast_tuning_table * | mv2_bcast_thresholds_table = NULL |
|
int(* | MV2_Bcast_function )(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm_ptr) = NULL |
|
int(* | MV2_Bcast_intra_node_function )(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm_ptr) = NULL |
|
int | zcpy_knomial_factor = 2 |
|
int | mv2_pipelined_zcpy_knomial_factor = -1 |
|
int | bcast_segment_size = 8192 |
|
int | mv2_inter_node_knomial_factor = 4 |
|
int | mv2_intra_node_knomial_factor = 4 |
|
int | mv2_size_reduce_tuning_table = 0 |
|
mv2_reduce_tuning_table * | mv2_reduce_thresholds_table = NULL |
|
int | mv2_reduce_intra_knomial_factor = -1 |
|
int | mv2_reduce_inter_knomial_factor = -1 |
|
int(* | MV2_Reduce_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) =NULL |
|
int(* | MV2_Reduce_intra_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) =NULL |
|
int | mv2_size_red_scat_tuning_table = 0 |
|
mv2_red_scat_tuning_table * | mv2_red_scat_thresholds_table = NULL |
|
int(* | MV2_Red_scat_function )(void *sendbuf, void *recvbuf, int *recvcnts, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm_ptr) |
|
int * | mv2_scatter_table_ppn_conf = NULL |
|
int | mv2_scatter_num_ppn_conf = 1 |
|
int * | mv2_size_scatter_tuning_table = NULL |
|
mv2_scatter_tuning_table ** | mv2_scatter_thresholds_table = NULL |
|
int(* | MV2_Scatter_function )(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) =NULL |
|
int(* | MV2_Scatter_intra_function )(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) =NULL |
|