X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/983776136b9e4371976304c7e9610b83a1a8efa1..0a3b265e25f0b30de61807b7f82828b3bb39aaf6:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 23f44469bd..0168bb8c37 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -41,6 +41,9 @@ set(EXTRA_DIST src/surf/network_cm02.hpp src/surf/network_constant.hpp src/surf/network_interface.hpp + src/surf/LinkImpl.hpp + src/surf/LinkImplIntf.hpp + src/surf/SplitDuplexLinkImpl.hpp src/surf/network_ns3.hpp src/surf/network_smpi.hpp src/surf/network_ib.hpp @@ -80,7 +83,6 @@ set(EXTRA_DIST tools/lualib.patch teshsuite/lua/lua_platforms.tesh examples/smpi/mc/only_send_deterministic.tesh - examples/smpi/mc/non_deterministic.tesh ) set(SMPI_SRC @@ -337,6 +339,8 @@ set(SURF_SRC src/kernel/routing/VivaldiZone.cpp src/kernel/routing/WifiZone.cpp + src/kernel/timer/Timer.cpp + src/kernel/EngineImpl.cpp src/kernel/EngineImpl.hpp @@ -347,6 +351,8 @@ set(SURF_SRC src/surf/network_cm02.cpp src/surf/network_constant.cpp src/surf/network_interface.cpp + src/surf/LinkImpl.cpp + src/surf/SplitDuplexLinkImpl.cpp src/surf/network_wifi.cpp src/surf/sg_platf.cpp src/surf/surf_c_bindings.cpp @@ -361,6 +367,7 @@ set(SURF_SRC ) set(PLUGINS_SRC + src/plugins/ProducerConsumer.cpp src/plugins/dirty_page_tracking.cpp src/plugins/host_dvfs.cpp src/plugins/host_energy.cpp @@ -678,6 +685,7 @@ set(headers_to_install include/simgrid/plugins/file_system.h include/simgrid/plugins/live_migration.h include/simgrid/plugins/load.h + include/simgrid/plugins/ProducerConsumer.hpp include/simgrid/smpi/smpi_replay.hpp include/simgrid/instr.h include/simgrid/mailbox.h @@ -686,6 +694,7 @@ set(headers_to_install include/simgrid/forward.h include/simgrid/simix.h include/simgrid/simix.hpp + include/simgrid/kernel/Timer.hpp include/simgrid/kernel/future.hpp include/simgrid/disk.h include/simgrid/host.h @@ -714,6 +723,7 @@ 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/resource/Resource.hpp @@ -849,11 +859,9 @@ set(DOC_SOURCES doc/doxygen/module-sd.doc doc/doxygen/module-surf.doc doc/doxygen/module-trace.doc - doc/doxygen/module-xbt.doc doc/doxygen/module-index.doc doc/doxygen/outcomes_vizu.doc doc/doxygen/platform.doc - doc/doxygen/platform_lua.doc doc/doxygen/uhood.doc doc/doxygen/uhood_switch.doc doc/doxygen/uhood_arch.doc @@ -901,9 +909,14 @@ set(DOC_SOURCES docs/source/img/graphical-toc.svg docs/source/img/smpi_simgrid_alltoall_pair_16.png docs/source/img/smpi_simgrid_alltoall_ring_16.png + docs/source/img/starzone.drawio + docs/source/img/starzone.svg docs/source/img/zone_hierarchy.png + docs/source/img/zone_tree.drawio + docs/source/img/zone_tree.svg + docs/source/img/zoom_comm.drawio + docs/source/img/zoom_comm.svg - docs/ignored_symbols docs/source/application.rst docs/source/app_msg.rst docs/source/app_s4u.rst @@ -914,12 +927,14 @@ set(DOC_SOURCES docs/source/Deploying_your_application.rst docs/source/Experimental_setup.rst docs/source/index.rst + docs/source/intl.rst docs/source/Introduction.rst docs/source/Installing_SimGrid.rst docs/source/Start_your_own_project.rst docs/source/Models.rst docs/source/Outcomes.rst docs/source/Platform.rst + docs/source/Platform_cpp.rst docs/source/Platform_examples.rst docs/source/Platform_howtos.rst docs/source/Platform_routing.rst @@ -991,6 +1006,7 @@ set(txt_files # The list of cmake build directories is constructed from the following list. # Add your CMakeLists file here to see your subdir built. set(CMAKEFILES_TXT + examples/platforms/CMakeLists.txt examples/c/CMakeLists.txt examples/cpp/CMakeLists.txt examples/smpi/CMakeLists.txt @@ -1144,6 +1160,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/energy_cluster.xml examples/platforms/faulty_host.xml examples/platforms/g5k.xml + examples/platforms/griffon.cpp examples/platforms/griffon.xml examples/platforms/hosts_with_disks.xml examples/platforms/meta_cluster.xml @@ -1154,6 +1171,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/prop.xml examples/platforms/routing_cluster.xml examples/platforms/routing_cluster.lua + examples/platforms/routing_cluster.cpp examples/platforms/routing_none.xml examples/platforms/simulacrum_7_hosts.xml examples/platforms/storage/content/small_content.txt