Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics : I activated -pedantic for a quick pass
[simgrid.git] / src / smpi / include / smpi_coll.hpp
index 778222c..dd8faa7 100644 (file)
@@ -138,7 +138,7 @@ int ialltoallw(const void* sendbuf, const int* sendcounts, const int* senddisps,
                MPI_Request* request, int external = 1);
 
 extern void (*smpi_coll_cleanup_callback)();
-};
+}
 
 /***********************************************
  * Prototypes of each and every implementation *