X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4053aa3664112bd4c6e0d182e0c2aeb5662edfdf..43bcc7a70e8f2f69fb3563226b55be8483e793f6:/doc/doxygen/module-smpi.doc?ds=sidebyside diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index ae3d11554e..238ba47b1e 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -412,7 +412,7 @@ changed to use smpi version of the calls instead (MPI_Send will become smpi_mpi_ Example: adding a "pair" version of the Alltoall collective. - - Implement it in a file called alltoall-pair.c in the src/smpi/colls folder. This file should include colls_private.h. + - Implement it in a file called alltoall-pair.c in the src/smpi/colls folder. This file should include colls_private.hpp. - The name of the new algorithm function should be smpi_coll_tuned_alltoall_pair, with the same signature as MPI_Alltoall.