Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move parts of the kernel to the right subdir
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 08:52:43 +0000 (10:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 08:52:43 +0000 (10:52 +0200)
53 files changed:
src/kernel/activity/Synchro.cpp [moved from src/synchro/Synchro.cpp with 93% similarity]
src/kernel/activity/Synchro.h [moved from src/synchro/Synchro.h with 100% similarity]
src/kernel/activity/SynchroComm.cpp [moved from src/synchro/SynchroComm.cpp with 98% similarity]
src/kernel/activity/SynchroComm.hpp [moved from src/synchro/SynchroComm.hpp with 98% similarity]
src/kernel/activity/SynchroExec.cpp [moved from src/synchro/SynchroExec.cpp with 97% similarity]
src/kernel/activity/SynchroExec.hpp [moved from src/synchro/SynchroExec.hpp with 95% similarity]
src/kernel/activity/SynchroIo.cpp [moved from src/synchro/SynchroIo.cpp with 97% similarity]
src/kernel/activity/SynchroIo.hpp [moved from src/synchro/SynchroIo.hpp with 93% similarity]
src/kernel/activity/SynchroRaw.cpp [moved from src/synchro/SynchroRaw.cpp with 95% similarity]
src/kernel/activity/SynchroRaw.hpp [moved from src/synchro/SynchroRaw.hpp with 94% similarity]
src/kernel/activity/SynchroSleep.cpp [moved from src/synchro/SynchroSleep.cpp with 97% similarity]
src/kernel/activity/SynchroSleep.hpp [moved from src/synchro/SynchroSleep.hpp with 94% similarity]
src/kernel/routing/AsCluster.cpp [moved from src/routing/AsCluster.cpp with 99% similarity]
src/kernel/routing/AsCluster.hpp [moved from src/routing/AsCluster.hpp with 96% similarity]
src/kernel/routing/AsClusterDragonfly.cpp [moved from src/routing/AsClusterDragonfly.cpp with 99% similarity]
src/kernel/routing/AsClusterDragonfly.hpp [moved from src/routing/AsClusterDragonfly.hpp with 98% similarity]
src/kernel/routing/AsClusterFatTree.cpp [moved from src/routing/AsClusterFatTree.cpp with 99% similarity]
src/kernel/routing/AsClusterFatTree.hpp [moved from src/routing/AsClusterFatTree.hpp with 99% similarity]
src/kernel/routing/AsClusterTorus.cpp [moved from src/routing/AsClusterTorus.cpp with 99% similarity]
src/kernel/routing/AsClusterTorus.hpp [moved from src/routing/AsClusterTorus.hpp with 95% similarity]
src/kernel/routing/AsDijkstra.cpp [moved from src/routing/AsDijkstra.cpp with 99% similarity]
src/kernel/routing/AsDijkstra.hpp [moved from src/routing/AsDijkstra.hpp with 97% similarity]
src/kernel/routing/AsFloyd.cpp [moved from src/routing/AsFloyd.cpp with 99% similarity]
src/kernel/routing/AsFloyd.hpp [moved from src/routing/AsFloyd.hpp with 95% similarity]
src/kernel/routing/AsFull.cpp [moved from src/routing/AsFull.cpp with 99% similarity]
src/kernel/routing/AsFull.hpp [moved from src/routing/AsFull.hpp with 94% similarity]
src/kernel/routing/AsImpl.cpp [moved from src/routing/AsImpl.cpp with 99% similarity]
src/kernel/routing/AsImpl.hpp [moved from src/routing/AsImpl.hpp with 100% similarity]
src/kernel/routing/AsNone.cpp [moved from src/routing/AsNone.cpp with 95% similarity]
src/kernel/routing/AsNone.hpp [moved from src/routing/AsNone.hpp with 94% similarity]
src/kernel/routing/AsRoutedGraph.cpp [moved from src/routing/AsRoutedGraph.cpp with 99% similarity]
src/kernel/routing/AsRoutedGraph.hpp [moved from src/routing/AsRoutedGraph.hpp with 95% similarity]
src/kernel/routing/AsVivaldi.cpp [moved from src/routing/AsVivaldi.cpp with 98% similarity]
src/kernel/routing/AsVivaldi.hpp [moved from src/routing/AsVivaldi.hpp with 94% similarity]
src/mc/mc_base.cpp
src/mc/mc_state.h
src/msg/msg_private.h
src/simix/libsmx.cpp
src/simix/popping.cpp
src/simix/smx_global.cpp
src/simix/smx_host.cpp
src/simix/smx_host_private.h
src/simix/smx_io.cpp
src/simix/smx_network.cpp
src/simix/smx_process.cpp
src/simix/smx_synchro.cpp
src/smpi/smpi_base.cpp
src/smpi/smpi_global.cpp
src/surf/instr_routing.cpp
src/surf/sg_platf.cpp
src/surf/surf_routing.cpp
src/surf/surf_routing.hpp
tools/cmake/DefinePackages.cmake

similarity index 93%
rename from src/synchro/Synchro.cpp
rename to src/kernel/activity/Synchro.cpp
index 92be33d..da79e88 100644 (file)
@@ -3,7 +3,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 "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 simgrid::simix::Synchro::Synchro()
 {
similarity index 98%
rename from src/synchro/SynchroComm.cpp
rename to src/kernel/activity/SynchroComm.cpp
index 283e925..a0058b1 100644 (file)
@@ -3,7 +3,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 "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/simix/smx_network_private.h"
 #include "simgrid/modelchecker.h"
similarity index 98%
rename from src/synchro/SynchroComm.hpp
rename to src/kernel/activity/SynchroComm.hpp
index eb88c49..264d598 100644 (file)
@@ -7,7 +7,7 @@
 #define _SIMIX_SYNCHRO_COMM_HPP
 
 #include "surf/surf.h"
-#include "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 typedef enum {
   SIMIX_COMM_SEND,
similarity index 97%
rename from src/synchro/SynchroExec.cpp
rename to src/kernel/activity/SynchroExec.cpp
index 5fad86a..6ec1d18 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <simgrid/s4u/host.hpp>
 
-#include "src/synchro/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/simix/smx_host_private.h"
 
similarity index 95%
rename from src/synchro/SynchroExec.hpp
rename to src/kernel/activity/SynchroExec.hpp
index 232ff6a..b9747b8 100644 (file)
@@ -7,7 +7,7 @@
 #define _SIMIX_SYNCHRO_EXEC_HPP
 
 #include "surf/surf.h"
-#include "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 namespace simgrid {
 namespace simix {
similarity index 97%
rename from src/synchro/SynchroIo.cpp
rename to src/kernel/activity/SynchroIo.cpp
index 4c77129..05a7245 100644 (file)
@@ -3,7 +3,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 "src/synchro/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/simix/popping_private.h"
 #include "src/simix/smx_private.h"
similarity index 93%
rename from src/synchro/SynchroIo.hpp
rename to src/kernel/activity/SynchroIo.hpp
index 202b635..ef9213d 100644 (file)
@@ -7,7 +7,7 @@
 #define _SIMIX_SYNCHRO_IO_HPP
 
 #include "surf/surf.h"
-#include "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 namespace simgrid {
 namespace simix {
similarity index 95%
rename from src/synchro/SynchroRaw.cpp
rename to src/kernel/activity/SynchroRaw.cpp
index 02e37db..8fc2551 100644 (file)
@@ -3,7 +3,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 "src/synchro/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/simix/smx_synchro_private.h"
 
similarity index 94%
rename from src/synchro/SynchroRaw.hpp
rename to src/kernel/activity/SynchroRaw.hpp
index d2ff889..05914c0 100644 (file)
@@ -7,7 +7,7 @@
 #define _SIMIX_SYNCHRO_RAW_HPP
 
 #include "surf/surf.h"
-#include "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 namespace simgrid {
 namespace simix {
similarity index 97%
rename from src/synchro/SynchroSleep.cpp
rename to src/kernel/activity/SynchroSleep.cpp
index 6341574..c82a720 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <simgrid/s4u/host.hpp>
 
-#include "src/synchro/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
 #include "src/surf/surf_interface.hpp"
 #include "src/simix/popping_private.h"
 #include "src/simix/smx_process_private.h"
similarity index 94%
rename from src/synchro/SynchroSleep.hpp
rename to src/kernel/activity/SynchroSleep.hpp
index 749195c..1b838fe 100644 (file)
@@ -7,7 +7,7 @@
 #define _SIMIX_SYNCHRO_SLEEP_HPP
 
 #include "surf/surf.h"
-#include "src/synchro/Synchro.h"
+#include "src/kernel/activity/Synchro.h"
 
 namespace simgrid {
 namespace simix {
similarity index 99%
rename from src/routing/AsCluster.cpp
rename to src/kernel/routing/AsCluster.cpp
index b885a6d..10ef461 100644 (file)
@@ -3,7 +3,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 "src/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster, surf, "Routing part of surf");
similarity index 96%
rename from src/routing/AsCluster.hpp
rename to src/kernel/routing/AsCluster.hpp
index 803524d..4b747b1 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_ROUTING_CLUSTER_HPP_
 #define SIMGRID_ROUTING_CLUSTER_HPP_
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 99%
rename from src/routing/AsClusterDragonfly.cpp
rename to src/kernel/routing/AsClusterDragonfly.cpp
index 2c9453e..0a2f42f 100644 (file)
@@ -3,7 +3,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 "src/routing/AsClusterDragonfly.hpp"
+#include "src/kernel/routing/AsClusterDragonfly.hpp"
 #include "src/surf/network_interface.hpp"
 #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area
 
similarity index 98%
rename from src/routing/AsClusterDragonfly.hpp
rename to src/kernel/routing/AsClusterDragonfly.hpp
index 3e3c080..e275d67 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_
 #define SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_
 
-#include "src/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
   namespace routing {
similarity index 99%
rename from src/routing/AsClusterFatTree.cpp
rename to src/kernel/routing/AsClusterFatTree.cpp
index d6025d1..9b07520 100644 (file)
@@ -6,7 +6,7 @@
 #include <fstream>
 #include <sstream>
 
-#include "src/routing/AsClusterFatTree.hpp"
+#include "src/kernel/routing/AsClusterFatTree.hpp"
 #include "src/surf/network_interface.hpp"
 
 #include "xbt/lib.h"
similarity index 99%
rename from src/routing/AsClusterFatTree.hpp
rename to src/kernel/routing/AsClusterFatTree.hpp
index 31ef264..6854f63 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_ROUTING_CLUSTER_FAT_TREE_HPP_
 #define SIMGRID_ROUTING_CLUSTER_FAT_TREE_HPP_
 
-#include "src/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 99%
rename from src/routing/AsClusterTorus.cpp
rename to src/kernel/routing/AsClusterTorus.cpp
index b5a9bcb..2a11c9a 100644 (file)
@@ -3,7 +3,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 "src/routing/AsClusterTorus.hpp"
+#include "src/kernel/routing/AsClusterTorus.hpp"
 #include "src/surf/network_interface.hpp"
 #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area
 
similarity index 95%
rename from src/routing/AsClusterTorus.hpp
rename to src/kernel/routing/AsClusterTorus.hpp
index e3953fc..b3b61ed 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_CLUSTER_TORUS_HPP_
 #define SURF_ROUTING_CLUSTER_TORUS_HPP_
 
-#include "src/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
   namespace routing {
similarity index 99%
rename from src/routing/AsDijkstra.cpp
rename to src/kernel/routing/AsDijkstra.cpp
index b30fc83..98b8719 100644 (file)
@@ -3,7 +3,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 "src/routing/AsDijkstra.hpp"
+#include "src/kernel/routing/AsDijkstra.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_dijkstra, surf, "Routing part of surf -- dijkstra routing logic");
similarity index 97%
rename from src/routing/AsDijkstra.hpp
rename to src/kernel/routing/AsDijkstra.hpp
index e2e86d9..cf313b5 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_DIJKSTRA_HPP_
 #define SURF_ROUTING_DIJKSTRA_HPP_
 
-#include "src/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/AsRoutedGraph.hpp"
 
 typedef struct graph_node_data {
   int id;
similarity index 99%
rename from src/routing/AsFloyd.cpp
rename to src/kernel/routing/AsFloyd.cpp
index b7af52b..87ca965 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "xbt/log.h"
 #include "xbt/dynar.h"
-#include "src/routing/AsFloyd.hpp"
+#include "src/kernel/routing/AsFloyd.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_floyd, surf, "Routing part of surf");
similarity index 95%
rename from src/routing/AsFloyd.hpp
rename to src/kernel/routing/AsFloyd.hpp
index af0c5b7..3f53c96 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_FLOYD_HPP_
 #define SURF_ROUTING_FLOYD_HPP_
 
-#include "src/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/AsRoutedGraph.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 99%
rename from src/routing/AsFull.cpp
rename to src/kernel/routing/AsFull.cpp
index 339b45c..d2c6438 100644 (file)
@@ -3,7 +3,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 "src/routing/AsFull.hpp"
+#include "src/kernel/routing/AsFull.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
similarity index 94%
rename from src/routing/AsFull.hpp
rename to src/kernel/routing/AsFull.hpp
index 5ea60ff..bf7668b 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_ROUTING_FULL_HPP_
 #define SIMGRID_ROUTING_FULL_HPP_
 
-#include "src/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/AsRoutedGraph.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 99%
rename from src/routing/AsImpl.cpp
rename to src/kernel/routing/AsImpl.cpp
index c76003f..40c9400 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "xbt/log.h"
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 #include "src/surf/network_interface.hpp" // Link FIXME: move to proper header
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(AsImpl,surf, "Implementation of S4U autonomous systems");
similarity index 95%
rename from src/routing/AsNone.cpp
rename to src/kernel/routing/AsNone.cpp
index 8213101..41c6272 100644 (file)
@@ -7,7 +7,7 @@
 #include <xbt/graph.h>
 #include <xbt/log.h>
 
-#include "src/routing/AsNone.hpp"
+#include "src/kernel/routing/AsNone.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_none, surf, "Routing part of surf");
 
similarity index 94%
rename from src/routing/AsNone.hpp
rename to src/kernel/routing/AsNone.hpp
index 1490dd3..f711f51 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_NONE_HPP_
 #define SURF_ROUTING_NONE_HPP_
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 99%
rename from src/routing/AsRoutedGraph.cpp
rename to src/kernel/routing/AsRoutedGraph.cpp
index 7117c1d..090c63d 100644 (file)
@@ -9,7 +9,7 @@
 #include "xbt/dynar.h"
 #include "xbt/graph.h"
 
-#include "src/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/AsRoutedGraph.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_routing_generic, surf_route, "Generic implementation of the surf routing");
similarity index 95%
rename from src/routing/AsRoutedGraph.hpp
rename to src/kernel/routing/AsRoutedGraph.hpp
index 5e9b00f..89dc2e2 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_ROUTING_GENERIC_HPP_
 #define SIMGRID_ROUTING_GENERIC_HPP_
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 
 namespace simgrid {
 namespace routing {
similarity index 98%
rename from src/routing/AsVivaldi.cpp
rename to src/kernel/routing/AsVivaldi.cpp
index d835dab..964ee76 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <simgrid/s4u/host.hpp>
 
-#include "src/routing/AsVivaldi.hpp"
+#include "src/kernel/routing/AsVivaldi.hpp"
 #include "src/surf/network_interface.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_vivaldi, surf, "Routing part of surf");
similarity index 94%
rename from src/routing/AsVivaldi.hpp
rename to src/kernel/routing/AsVivaldi.hpp
index 712db43..adf5ba1 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_VIVALDI_HPP_
 #define SURF_ROUTING_VIVALDI_HPP_
 
-#include "src/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
 namespace routing {
index 01eee91..c068886 100644 (file)
 #include "mc/mc.h"
 #include "src/mc/mc_protocol.h"
 
-#include "src/synchro/Synchro.h"
-#include "src/synchro/SynchroIo.hpp"
-#include "src/synchro/SynchroComm.hpp"
-#include "src/synchro/SynchroRaw.hpp"
-#include "src/synchro/SynchroSleep.hpp"
-#include "src/synchro/SynchroExec.hpp"
+#include "src/kernel/activity/Synchro.h"
+#include "src/kernel/activity/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
 
 #if HAVE_MC
 #include "src/mc/mc_request.h"
index bcb13df..81e2e34 100644 (file)
 
 #include <simgrid_config.h>
 #include "src/simix/smx_private.h"
-#include "src/synchro/SynchroIo.hpp"
-#include "src/synchro/SynchroComm.hpp"
-#include "src/synchro/SynchroRaw.hpp"
-#include "src/synchro/SynchroSleep.hpp"
-#include "src/synchro/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
 #include "src/mc/mc_snapshot.h"
 #include "src/mc/mc_record.h"
 #include "src/mc/Transition.hpp"
index 817cbdb..1dea625 100644 (file)
@@ -21,8 +21,8 @@
 #include "xbt/config.h"
 #include "src/instr/instr_private.h"
 
-#include "src/synchro/SynchroExec.hpp"
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 SG_BEGIN_DECL()
 
index 7ecda54..00493b8 100644 (file)
@@ -25,7 +25,7 @@
 #include "xbt/ex.h"
 #include "mc/mc.h"
 #include "src/simix/smx_host_private.h"
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 #include <simgrid/simix.hpp>
 
index 1e59de2..1f3750d 100644 (file)
 #include "src/mc/mc_private.h"
 #endif
 
-#include "src/synchro/SynchroExec.hpp"
-#include "src/synchro/SynchroComm.hpp"
-#include "src/synchro/SynchroSleep.hpp"
-#include "src/synchro/SynchroRaw.hpp"
-#include "src/synchro/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_popping, simix,
                                 "Popping part of SIMIX (transmuting from user request into kernel handlers)");
index d63e2cb..b035b1f 100644 (file)
 #include "src/mc/mc_replay.h"
 #include "simgrid/sg_config.h"
 
-#include "src/synchro/SynchroExec.hpp"
-#include "src/synchro/SynchroComm.hpp"
-#include "src/synchro/SynchroSleep.hpp"
-#include "src/synchro/SynchroIo.hpp"
-#include "src/synchro/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
 
 #if HAVE_MC
 #include "src/mc/mc_private.h"
index cf5a4c1..caae036 100644 (file)
@@ -12,8 +12,8 @@
 #include "src/surf/virtual_machine.hpp"
 #include "src/surf/HostImpl.hpp"
 
-#include "src/synchro/SynchroExec.hpp"
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_host, simix, "SIMIX hosts");
 
index 7088c8e..4505f98 100644 (file)
@@ -14,7 +14,7 @@
 #include "simgrid/simix.h"
 #include "popping_private.h"
 
-#include "src/synchro/SynchroExec.hpp"
+#include "src/kernel/activity/SynchroExec.hpp"
 
 SG_BEGIN_DECL()
 
index 8b2818c..a9c34d0 100644 (file)
@@ -16,7 +16,7 @@
 #include "src/surf/surf_interface.hpp"
 #include "smx_private.h"
 
-#include "src/synchro/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_io, simix, "Logging specific to SIMIX (io)");
 
index f35e701..792a7a7 100644 (file)
@@ -19,7 +19,7 @@
 #include "xbt/dict.h"
 #include "simgrid/s4u/mailbox.hpp"
 
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_network, simix, "SIMIX network-related synchronization");
 
index 6c03b4b..6218716 100644 (file)
@@ -26,9 +26,9 @@
 #include "src/mc/mc_replay.h"
 #include "src/mc/Client.hpp"
 #include "src/msg/msg_private.h"
-#include "src/synchro/SynchroSleep.hpp"
-#include "src/synchro/SynchroRaw.hpp"
-#include "src/synchro/SynchroIo.hpp"
+#include "src/kernel/activity/SynchroSleep.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroIo.hpp"
 
 #ifdef HAVE_SMPI
 #include "src/smpi/private.h"
index 8305150..bdda602 100644 (file)
@@ -10,7 +10,7 @@
 #include <xbt/ex.hpp>
 #include <xbt/log.h>
 
-#include "src/synchro/SynchroRaw.hpp"
+#include "src/kernel/activity/SynchroRaw.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_synchro, simix,
                                 "SIMIX Synchronization (mutex, semaphores and conditions)");
index effd3eb..61b11ef 100644 (file)
@@ -19,7 +19,7 @@
 #include "simgrid/sg_config.h"
 #include "colls/colls.h"
 
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_base, smpi, "Logging specific to SMPI (base)");
 
index 5103d03..0d90ef2 100644 (file)
@@ -15,7 +15,7 @@
 #include "simgrid/sg_config.h"
 #include "src/mc/mc_replay.h"
 #include "src/msg/msg_private.h"
-#include "src/synchro/SynchroComm.hpp"
+#include "src/kernel/activity/SynchroComm.hpp"
 
 #include <float.h> /* DBL_MAX */
 #include <fstream>
index 84c9590..2fe419f 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "src/instr/instr_private.h"
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 #include "simgrid/s4u/engine.hpp"
 #include "surf/surf.h"
 #include "src/surf/xml/platf_private.hpp"
index 1a90883..57e5b7f 100644 (file)
 #include "src/surf/network_interface.hpp"
 #include "surf/surf_routing.h" // FIXME: brain dead public header
 
-#include "src/routing/AsImpl.hpp"
-#include "src/routing/AsCluster.hpp"
-#include "src/routing/AsClusterTorus.hpp"
-#include "src/routing/AsClusterFatTree.hpp"
-#include "src/routing/AsClusterDragonfly.hpp"
-#include "src/routing/AsDijkstra.hpp"
-#include "src/routing/AsFloyd.hpp"
-#include "src/routing/AsFull.hpp"
-#include "src/routing/AsNone.hpp"
-#include "src/routing/AsVivaldi.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsCluster.hpp"
+#include "src/kernel/routing/AsClusterTorus.hpp"
+#include "src/kernel/routing/AsClusterFatTree.hpp"
+#include "src/kernel/routing/AsClusterDragonfly.hpp"
+#include "src/kernel/routing/AsDijkstra.hpp"
+#include "src/kernel/routing/AsFloyd.hpp"
+#include "src/kernel/routing/AsFull.hpp"
+#include "src/kernel/routing/AsNone.hpp"
+#include "src/kernel/routing/AsVivaldi.hpp"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_parse);
 
index 233e665..857e69d 100644 (file)
@@ -15,7 +15,7 @@
 #include "simgrid/sg_config.h"
 #include "storage_interface.hpp"
 
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf");
index 61983b4..420557e 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "surf_interface.hpp"
 #include "src/surf/xml/platf_private.hpp" // FIXME: including this here is pure madness. KILKILKIL XML.
-#include "src/routing/AsImpl.hpp"
+#include "src/kernel/routing/AsImpl.hpp"
 
 #include <float.h>
 #include <vector>
index 5b9e593..2699169 100644 (file)
@@ -31,12 +31,12 @@ set(EXTRA_DIST
   src/simix/smx_private.h
   src/simix/smx_process_private.h
   src/simix/smx_synchro_private.h
-  src/synchro/Synchro.h
-  src/synchro/SynchroComm.hpp
-  src/synchro/SynchroExec.hpp
-  src/synchro/SynchroIo.hpp
-  src/synchro/SynchroSleep.hpp
-  src/synchro/SynchroRaw.hpp
+  src/kernel/activity/Synchro.h
+  src/kernel/activity/SynchroComm.hpp
+  src/kernel/activity/SynchroExec.hpp
+  src/kernel/activity/SynchroIo.hpp
+  src/kernel/activity/SynchroSleep.hpp
+  src/kernel/activity/SynchroRaw.hpp
   src/smpi/README
   src/smpi/colls/coll_tuned_topo.h
   src/smpi/colls/colls.h
@@ -63,17 +63,17 @@ set(EXTRA_DIST
   src/surf/xml/simgrid_dtd.c
   src/surf/xml/surfxml_sax_cb.cpp
 
-  src/routing/AsImpl.hpp
-  src/routing/AsCluster.hpp
-  src/routing/AsClusterFatTree.hpp
-  src/routing/AsClusterTorus.hpp
-  src/routing/AsClusterDragonfly.hpp
-  src/routing/AsDijkstra.hpp
-  src/routing/AsFloyd.hpp
-  src/routing/AsFull.hpp
-  src/routing/AsRoutedGraph.hpp
-  src/routing/AsNone.hpp
-  src/routing/AsVivaldi.hpp
+  src/kernel/routing/AsImpl.hpp
+  src/kernel/routing/AsCluster.hpp
+  src/kernel/routing/AsClusterFatTree.hpp
+  src/kernel/routing/AsClusterTorus.hpp
+  src/kernel/routing/AsClusterDragonfly.hpp
+  src/kernel/routing/AsDijkstra.hpp
+  src/kernel/routing/AsFloyd.hpp
+  src/kernel/routing/AsFull.hpp
+  src/kernel/routing/AsRoutedGraph.hpp
+  src/kernel/routing/AsNone.hpp
+  src/kernel/routing/AsVivaldi.hpp
 
   src/surf/storage_interface.hpp
   src/surf/storage_n11.hpp
@@ -289,17 +289,17 @@ set(NS3_SRC  src/surf/network_ns3.cpp
              src/surf/ns3/ns3_simulator.cc )
 
 set(SURF_SRC
-  src/routing/AsImpl.cpp
-  src/routing/AsCluster.cpp
-  src/routing/AsClusterFatTree.cpp
-  src/routing/AsClusterTorus.cpp
-  src/routing/AsClusterDragonfly.cpp
-  src/routing/AsDijkstra.cpp
-  src/routing/AsFloyd.cpp
-  src/routing/AsFull.cpp
-  src/routing/AsRoutedGraph.cpp
-  src/routing/AsNone.cpp
-  src/routing/AsVivaldi.cpp
+  src/kernel/routing/AsImpl.cpp
+  src/kernel/routing/AsCluster.cpp
+  src/kernel/routing/AsClusterFatTree.cpp
+  src/kernel/routing/AsClusterTorus.cpp
+  src/kernel/routing/AsClusterDragonfly.cpp
+  src/kernel/routing/AsDijkstra.cpp
+  src/kernel/routing/AsFloyd.cpp
+  src/kernel/routing/AsFull.cpp
+  src/kernel/routing/AsRoutedGraph.cpp
+  src/kernel/routing/AsNone.cpp
+  src/kernel/routing/AsVivaldi.cpp
   
   src/surf/cpu_cas01.cpp
   src/surf/cpu_interface.cpp
@@ -352,12 +352,12 @@ set(SIMIX_SRC
   src/simix/smx_synchro.cpp
   src/simix/smx_vm.cpp
   src/simix/popping.cpp
-  src/synchro/Synchro.cpp
-  src/synchro/SynchroComm.cpp
-  src/synchro/SynchroExec.cpp
-  src/synchro/SynchroSleep.cpp
-  src/synchro/SynchroRaw.cpp
-  src/synchro/SynchroIo.cpp
+  src/kernel/activity/Synchro.cpp
+  src/kernel/activity/SynchroComm.cpp
+  src/kernel/activity/SynchroExec.cpp
+  src/kernel/activity/SynchroSleep.cpp
+  src/kernel/activity/SynchroRaw.cpp
+  src/kernel/activity/SynchroIo.cpp
   
   ${SIMIX_GENERATED_SRC}
   )