SimGrid  3.14.159
Versatile Simulation of Distributed Systems
smpi_mpich_selector.c File Reference
#include "colls_private.h"

Functions

int smpi_coll_tuned_allreduce_mpich (void *sbuf, void *rbuf, int count, MPI_Datatype dtype, MPI_Op op, MPI_Comm comm)
 
int smpi_coll_tuned_alltoall_mpich (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm)
 
int smpi_coll_tuned_alltoallv_mpich (void *sbuf, int *scounts, int *sdisps, MPI_Datatype sdtype, void *rbuf, int *rcounts, int *rdisps, MPI_Datatype rdtype, MPI_Comm comm)
 
int smpi_coll_tuned_barrier_mpich (MPI_Comm comm)
 
int smpi_coll_tuned_bcast_mpich (void *buff, int count, MPI_Datatype datatype, int root, MPI_Comm comm)
 
int smpi_coll_tuned_reduce_mpich (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm)
 
int smpi_coll_tuned_reduce_scatter_mpich (void *sbuf, void *rbuf, int *rcounts, MPI_Datatype dtype, MPI_Op op, MPI_Comm comm)
 
int smpi_coll_tuned_allgather_mpich (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, MPI_Comm comm)
 
int smpi_coll_tuned_allgatherv_mpich (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int *rcounts, int *rdispls, MPI_Datatype rdtype, MPI_Comm comm)
 
int smpi_coll_tuned_gather_mpich (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm)
 
int smpi_coll_tuned_scatter_mpich (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm)
 

Function Documentation

◆ smpi_coll_tuned_allreduce_mpich()

int smpi_coll_tuned_allreduce_mpich ( void sbuf,
void rbuf,
int  count,
MPI_Datatype  dtype,
MPI_Op  op,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_alltoall_mpich()

int smpi_coll_tuned_alltoall_mpich ( void sbuf,
int  scount,
MPI_Datatype  sdtype,
void rbuf,
int  rcount,
MPI_Datatype  rdtype,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_alltoallv_mpich()

int smpi_coll_tuned_alltoallv_mpich ( void sbuf,
int *  scounts,
int *  sdisps,
MPI_Datatype  sdtype,
void rbuf,
int *  rcounts,
int *  rdisps,
MPI_Datatype  rdtype,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_barrier_mpich()

int smpi_coll_tuned_barrier_mpich ( MPI_Comm  comm)

◆ smpi_coll_tuned_bcast_mpich()

int smpi_coll_tuned_bcast_mpich ( void buff,
int  count,
MPI_Datatype  datatype,
int  root,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_reduce_mpich()

int smpi_coll_tuned_reduce_mpich ( void sendbuf,
void recvbuf,
int  count,
MPI_Datatype  datatype,
MPI_Op  op,
int  root,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_reduce_scatter_mpich()

int smpi_coll_tuned_reduce_scatter_mpich ( void sbuf,
void rbuf,
int *  rcounts,
MPI_Datatype  dtype,
MPI_Op  op,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_allgather_mpich()

int smpi_coll_tuned_allgather_mpich ( void sbuf,
int  scount,
MPI_Datatype  sdtype,
void rbuf,
int  rcount,
MPI_Datatype  rdtype,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_allgatherv_mpich()

int smpi_coll_tuned_allgatherv_mpich ( void sbuf,
int  scount,
MPI_Datatype  sdtype,
void rbuf,
int *  rcounts,
int *  rdispls,
MPI_Datatype  rdtype,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_gather_mpich()

int smpi_coll_tuned_gather_mpich ( void sbuf,
int  scount,
MPI_Datatype  sdtype,
void rbuf,
int  rcount,
MPI_Datatype  rdtype,
int  root,
MPI_Comm  comm 
)

◆ smpi_coll_tuned_scatter_mpich()

int smpi_coll_tuned_scatter_mpich ( void sbuf,
int  scount,
MPI_Datatype  sdtype,
void rbuf,
int  rcount,
MPI_Datatype  rdtype,
int  root,
MPI_Comm  comm 
)