Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanups. Kill useless code
[simgrid.git] / tools / cmake / DefinePackages.cmake
index 2ade51725ddc755fa834dd82779f768f618204f5..f8003c9d8a01a58c7289970cd9603b890e8967a2 100644 (file)
@@ -18,6 +18,7 @@ set(EXTRA_DIST
   src/kernel/actor/Simcall.hpp
   src/kernel/resource/LinkImpl.hpp
   src/kernel/resource/NetworkModel.hpp
+  src/kernel/resource/NetworkModelFactors.hpp
   src/kernel/resource/SplitDuplexLinkImpl.hpp
   src/kernel/resource/StandardLinkImpl.hpp
   src/kernel/resource/WifiLinkImpl.hpp
@@ -40,7 +41,6 @@ set(EXTRA_DIST
   src/surf/network_constant.hpp
   src/surf/network_ib.hpp
   src/surf/network_ns3.hpp
-  src/surf/network_smpi.hpp
   src/surf/ns3/ns3_simulator.hpp
   src/surf/ptask_L07.hpp
   src/surf/surf_interface.hpp
@@ -246,7 +246,6 @@ set(SMPI_SRC
   src/smpi/plugins/ampi/instr_ampi.cpp
   src/smpi/plugins/ampi/instr_ampi.hpp
   src/surf/network_ib.cpp
-  src/surf/network_smpi.cpp
   )
 set(STHREAD_SRC
   src/sthread/sthread_impl.cpp
@@ -315,8 +314,11 @@ set(SURF_SRC
   src/kernel/resource/CpuImpl.hpp
   src/kernel/resource/DiskImpl.cpp
   src/kernel/resource/DiskImpl.hpp
+  src/kernel/resource/FactorSet.cpp
+  src/kernel/resource/FactorSet.hpp
   src/kernel/resource/Model.cpp
   src/kernel/resource/NetworkModel.cpp
+  src/kernel/resource/NetworkModelFactors.cpp
   src/kernel/resource/Resource.hpp
   src/kernel/resource/SplitDuplexLinkImpl.cpp
   src/kernel/resource/StandardLinkImpl.cpp
@@ -562,6 +564,7 @@ set(TRACING_SRC
 set(MC_SRC_BASE
   src/mc/mc_base.cpp
   src/mc/mc_base.hpp
+  src/mc/mc_client_api.cpp
   src/mc/mc_config.cpp
   src/mc/mc_config.hpp
   src/mc/mc_global.cpp
@@ -622,6 +625,8 @@ set(MC_SRC
   src/mc/sosp/Snapshot.hpp
 
   src/mc/transition/Transition.hpp
+  src/mc/transition/TransitionActorJoin.cpp
+  src/mc/transition/TransitionActorJoin.hpp
   src/mc/transition/TransitionAny.cpp
   src/mc/transition/TransitionAny.hpp
   src/mc/transition/TransitionComm.cpp
@@ -642,7 +647,6 @@ set(MC_SRC
   src/mc/api/RemoteApp.cpp
   src/mc/api/RemoteApp.hpp
   src/mc/compare.cpp
-  src/mc/mc_client_api.cpp
   src/mc/mc_exit.hpp
   src/mc/mc_forward.hpp
   src/mc/mc_private.hpp
@@ -704,7 +708,6 @@ set(headers_to_install
   include/simgrid/s4u.hpp
 
   include/simgrid/kernel/resource/Action.hpp
-  include/simgrid/kernel/resource/NetworkModelIntf.hpp
   include/simgrid/kernel/resource/Model.hpp
 
   include/simgrid/kernel/routing/ClusterZone.hpp