SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "../colls_private.h"
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::smpi | |
Macros | |
#define | MV2_INTRA_SHMEM_REDUCE_MSG 2048 |
#define | mv2_g_shmem_coll_max_msg_size (1 << 17) |
#define | SHMEM_COLL_BLOCK_SIZE (local_size * mv2_g_shmem_coll_max_msg_size) |
#define | mv2_use_knomial_reduce 1 |
#define | MPIR_Reduce_inter_knomial_wrapper_MV2 Coll_reduce_mvapich2_knomial::reduce |
#define | MPIR_Reduce_intra_knomial_wrapper_MV2 Coll_reduce_mvapich2_knomial::reduce |
#define | MPIR_Reduce_binomial_MV2 Coll_reduce_binomial::reduce |
#define | MPIR_Reduce_redscat_gather_MV2 Coll_reduce_scatter_gather::reduce |
#define | MPIR_Reduce_shmem_MV2 Coll_reduce_ompi_basic_linear::reduce |
Variables | |
int(* | MV2_Reduce_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) |
int(* | MV2_Reduce_intra_function )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) |
static int(* | reduce_fn )(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
#define MV2_INTRA_SHMEM_REDUCE_MSG 2048 |
#define mv2_g_shmem_coll_max_msg_size (1 << 17) |
#define SHMEM_COLL_BLOCK_SIZE (local_size * mv2_g_shmem_coll_max_msg_size) |
#define mv2_use_knomial_reduce 1 |
#define MPIR_Reduce_inter_knomial_wrapper_MV2 Coll_reduce_mvapich2_knomial::reduce |
#define MPIR_Reduce_intra_knomial_wrapper_MV2 Coll_reduce_mvapich2_knomial::reduce |
#define MPIR_Reduce_binomial_MV2 Coll_reduce_binomial::reduce |
#define MPIR_Reduce_redscat_gather_MV2 Coll_reduce_scatter_gather::reduce |
#define MPIR_Reduce_shmem_MV2 Coll_reduce_ompi_basic_linear::reduce |
int(* MV2_Reduce_function) (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) |
int(* MV2_Reduce_intra_function) (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm_ptr) |