Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move collective algorithms to separate folders
[simgrid.git] / src / smpi / colls / reduce / reduce-rab.cpp
similarity index 99%
rename from src/smpi/colls/reduce-rab.cpp
rename to src/smpi/colls/reduce/reduce-rab.cpp
index 46ac70b..3a0c2c0 100644 (file)
@@ -9,7 +9,7 @@
  * but this header must not be removed.
  */
 
-#include "colls_private.h"
+#include "../colls_private.h"
 #include <stdio.h>
 #include <stdlib.h>