Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless, done in private.h
authordegomme <augustin.degomme@unibas.ch>
Mon, 6 Mar 2017 12:35:31 +0000 (13:35 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 6 Mar 2017 12:35:31 +0000 (13:35 +0100)
13 files changed:
src/smpi/colls/bcast-mvapich-smp.cpp
src/smpi/colls/gather-mvapich.cpp
src/smpi/colls/reduce-mvapich-two-level.cpp
src/smpi/colls/scatter-mvapich-two-level.cpp
src/smpi/smpi_base.cpp
src/smpi/smpi_comm.cpp
src/smpi/smpi_deployment.cpp
src/smpi/smpi_global.cpp
src/smpi/smpi_group.cpp
src/smpi/smpi_pmpi.cpp
src/smpi/smpi_replay.cpp
src/smpi/smpi_rma.cpp
src/smpi/smpi_topo.cpp

index 4b7f8ba..083110b 100644 (file)
@@ -35,7 +35,6 @@
  *      See COPYRIGHT in top-level directory.
  */
 #include "colls_private.h"
-#include "src/smpi/smpi_group.hpp"
 
 
 extern int (*MV2_Bcast_function) (void *buffer, int count, MPI_Datatype datatype,
index 9ca1192..4baf4db 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include "colls_private.h"
-#include "src/smpi/smpi_group.hpp"
 
 #define MPIR_Gather_MV2_Direct smpi_coll_tuned_gather_ompi_basic_linear
 #define MPIR_Gather_MV2_two_level_Direct smpi_coll_tuned_gather_ompi_basic_linear
index 70e7a8f..548c5ca 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include "colls_private.h"
-#include "src/smpi/smpi_group.hpp"
 #define MV2_INTRA_SHMEM_REDUCE_MSG 2048
 
 #define mv2_g_shmem_coll_max_msg_size (1 << 17)
index e459ad0..1edba36 100644 (file)
@@ -35,7 +35,6 @@
  *      See COPYRIGHT in top-level directory.
  */
 #include "colls_private.h"
-#include "src/smpi/smpi_group.hpp"
 
 #define MPIR_Scatter_MV2_Binomial smpi_coll_tuned_scatter_ompi_binomial
 #define MPIR_Scatter_MV2_Direct smpi_coll_tuned_scatter_ompi_basic_linear
index 6e4ca69..524c998 100644 (file)
@@ -17,7 +17,6 @@
 #include "surf/surf.h"
 #include "simgrid/sg_config.h"
 #include "smpi/smpi_utils.hpp"
-#include "src/smpi/smpi_group.hpp"
 #include "colls/colls.h"
 #include <simgrid/s4u/host.hpp>
 
index ed96ac2..58748d9 100644 (file)
@@ -12,8 +12,6 @@
 #include <xbt/ex.hpp>
 
 #include <simgrid/s4u/host.hpp>
-#include <src/smpi/smpi_comm.hpp>
-#include <src/smpi/smpi_group.hpp>
 
 #include "private.h"
 #include "smpi_mpi_dt_private.h"
index 67a0cea..d854e78 100644 (file)
@@ -9,7 +9,6 @@
 #include "xbt/dict.h"
 #include "xbt/log.h"
 #include "xbt/sysdep.h"
-#include <src/smpi/smpi_group.hpp>
 
 static xbt_dict_t smpi_instances = nullptr;
 extern int process_count;
index 834467a..924e89b 100644 (file)
@@ -15,7 +15,6 @@
 #include "src/mc/mc_replay.h"
 #include "src/msg/msg_private.h"
 #include "src/simix/smx_private.h"
-#include "src/smpi/smpi_group.hpp"
 #include "surf/surf.h"
 #include "xbt/replay.h"
 
index e8ccfa3..d92277b 100644 (file)
@@ -5,7 +5,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "private.h"
-#include "smpi_group.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_group, smpi, "Logging specific to SMPI (group)");
 simgrid::SMPI::Group mpi_MPI_GROUP_EMPTY;
index 6d660d0..57075df 100644 (file)
@@ -4,7 +4,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <simgrid/s4u/host.hpp>
-#include <src/smpi/smpi_group.hpp>
 #include <xbt/ex.hpp>
 
 #include "private.h"
index 93404cc..6d7d878 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "private.h"
 #include "xbt/replay.h"
-#include "src/smpi/smpi_group.hpp"
 #include <unordered_map>
 #include <vector>
 
index 2345f55..28dc6f9 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "private.h"
 #include <vector>
-#include "src/smpi/smpi_group.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_rma, smpi, "Logging specific to SMPI (RMA operations)");
 
index b9a3786..d7912c7 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "xbt/sysdep.h"
 #include "smpi/smpi.h"
-#include "src/smpi/smpi_group.hpp"
 #include "private.h"
 #include <vector>
 #include <math.h>