Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bad merge
authordegomme <augustin.degomme@unibas.ch>
Tue, 14 Mar 2017 23:31:27 +0000 (00:31 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 14 Mar 2017 23:31:27 +0000 (00:31 +0100)
src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp

index ed96d6f..c77f125 100644 (file)
@@ -21,8 +21,8 @@
  * Additional copyrights may follow
  */
 
-#include "colls_private.h"
-#include "coll_tuned_topo.h"
+#include "../colls_private.h"
+#include "../coll_tuned_topo.h"
 
 /*
  * Recursive-halving function is (*mostly*) copied from the BASIC coll module.