]> AND Public Git Repository - simgrid.git/blobdiff - doc/doxygen/module-smpi.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another pre-release check to do
[simgrid.git] / doc / doxygen / module-smpi.doc
index ae3d11554e4cfc9c66c634b44d6bd70187b40c5c..238ba47b1ebe946a6aa45a5fa5e3134a530f93e4 100644 (file)
@@ -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.