X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c77b7752704cc065993f337238a81c9f6d2cf20a:/src/smpi/smpi_win.cpp..4d140762b2b9c8746cdd3b0680a7167867ba0ad9:/src/smpi/mpi/smpi_win.cpp diff --git a/src/smpi/smpi_win.cpp b/src/smpi/mpi/smpi_win.cpp similarity index 98% rename from src/smpi/smpi_win.cpp rename to src/smpi/mpi/smpi_win.cpp index 5d83d8cd41..f2782d153e 100644 --- a/src/smpi/smpi_win.cpp +++ b/src/smpi/mpi/smpi_win.cpp @@ -3,15 +3,15 @@ /* 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 "src/smpi/private.h" -#include "src/smpi/smpi_coll.hpp" -#include "src/smpi/smpi_comm.hpp" -#include "src/smpi/smpi_datatype.hpp" -#include "src/smpi/smpi_info.hpp" -#include "src/smpi/smpi_keyvals.hpp" -#include "src/smpi/smpi_process.hpp" -#include "src/smpi/smpi_request.hpp" -#include "src/smpi/smpi_win.hpp" +#include "private.h" +#include "smpi_coll.hpp" +#include "smpi_comm.hpp" +#include "smpi_datatype.hpp" +#include "smpi_info.hpp" +#include "smpi_keyvals.hpp" +#include "smpi_process.hpp" +#include "smpi_request.hpp" +#include "smpi_win.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_rma, smpi, "Logging specific to SMPI (RMA operations)");