X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a9af89e44c0f7f2f648d402e89a26799910ee31:/src/smpi/colls/allgather-loosely-lr.cpp..40616078da72e823931c1fb884949054699ec39d:/src/smpi/colls/allgather/allgather-loosely-lr.cpp diff --git a/src/smpi/colls/allgather-loosely-lr.cpp b/src/smpi/colls/allgather/allgather-loosely-lr.cpp similarity index 99% rename from src/smpi/colls/allgather-loosely-lr.cpp rename to src/smpi/colls/allgather/allgather-loosely-lr.cpp index 5bc889ea0b..1d31885092 100644 --- a/src/smpi/colls/allgather-loosely-lr.cpp +++ b/src/smpi/colls/allgather/allgather-loosely-lr.cpp @@ -4,7 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "colls_private.h" +#include "../colls_private.h" int smpi_coll_tuned_allgather_loosely_lr(void *sbuf, int scount, MPI_Datatype stype, void *rbuf,