[mpich-devel] MPI_Alltoall routine
Antoine Rougier
rougier at par.tuwien.ac.at
Tue Dec 10 11:00:56 CST 2013
Hi,
I want to test my own Alltoall implementation. To do that, I would like
to modify MPIR_Alltoall_intra in src/mpi/coll/alltoall.c.
Before that, I have checked (using MPIU_DBG_MSG) that my compiled
version take the "good way":
MPI_Alltoall->MPIR_Alltoall_impl->MPIR_Alltoall->MPIR_Alltoall_intra->"the
good case", but it doesn't take this way. Instead of, in
MPIR_Alltoall_impl, it calls comm_ptr->collfns->Alltoall.
So I have two questions:
- Is it the good way to add/modify some alltoall implementations ?
- How to execute the good alltoall implementation ?
Best regards,
--
Antoine Rougier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 555 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mpich.org/pipermail/devel/attachments/20131210/e96ca021/attachment.pgp>
More information about the devel
mailing list