SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Functions | |
int | smpi_coll_tuned_gather_ompi_binomial (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm) |
int | smpi_coll_tuned_gather_ompi_linear_sync (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm) |
int | smpi_coll_tuned_gather_ompi_basic_linear (void *sbuf, int scount, MPI_Datatype sdtype, void *rbuf, int rcount, MPI_Datatype rdtype, int root, MPI_Comm comm) |
int smpi_coll_tuned_gather_ompi_binomial | ( | void * | sbuf, |
int | scount, | ||
MPI_Datatype | sdtype, | ||
void * | rbuf, | ||
int | rcount, | ||
MPI_Datatype | rdtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
int smpi_coll_tuned_gather_ompi_linear_sync | ( | void * | sbuf, |
int | scount, | ||
MPI_Datatype | sdtype, | ||
void * | rbuf, | ||
int | rcount, | ||
MPI_Datatype | rdtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
int smpi_coll_tuned_gather_ompi_basic_linear | ( | void * | sbuf, |
int | scount, | ||
MPI_Datatype | sdtype, | ||
void * | rbuf, | ||
int | rcount, | ||
MPI_Datatype | rdtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |