]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/smpi_comm.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete an another unused fonction
[simgrid.git] / src / smpi / smpi_comm.cpp
index d5ac71c5fab4faa20352de0a8f40278e83e16c75..857fc9a881c03a7e3795ee04be31a2e1203134d7 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "src/simix/smx_private.h"
 #include "src/smpi/private.h"
+#include "src/smpi/private.hpp"
 #include "src/smpi/smpi_comm.hpp"
 #include "src/smpi/smpi_coll.hpp"
 #include "src/smpi/smpi_datatype.hpp"
@@ -22,7 +23,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_comm, smpi, "Logging specific to SMPI (comm
 MPI_Comm MPI_COMM_UNINITIALIZED=&mpi_MPI_COMM_UNINITIALIZED;
 
 /* Support for cartesian topology was added, but there are 2 other types of topology, graph et dist graph. In order to
- * support them, we have to add a field MPIR_Topo_type, and replace the MPI_Topology field by an union. */
+ * support them, we have to add a field SMPI_Topo_type, and replace the MPI_Topology field by an union. */
 
 static int smpi_compare_rankmap(const void *a, const void *b)
 {