X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1a5484101efbff9c8d982a0c4650f7953ee7e2f..a5cc57fe2303f4b6352639116d3ba9edfb64b7a2:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 231e6ab304..a0c85b1dbe 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -27,7 +27,6 @@ set(EXTRA_DIST src/simix/popping_generated.cpp src/simix/popping_enum.hpp src/simix/popping_accessors.hpp - src/simix/smx_private.hpp src/smpi/colls/coll_tuned_topo.hpp src/smpi/colls/colls_private.hpp src/smpi/colls/smpi_mvapich2_selector_stampede.hpp @@ -41,6 +40,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 +82,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 @@ -317,6 +318,7 @@ set(SURF_SRC src/kernel/resource/profile/Event.hpp src/kernel/resource/profile/FutureEvtSet.cpp src/kernel/resource/profile/FutureEvtSet.hpp + src/kernel/resource/profile/ProfileBuilder.cpp src/kernel/resource/profile/Profile.cpp src/kernel/resource/profile/Profile.hpp src/kernel/resource/profile/StochasticDatedValue.cpp @@ -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 @@ -392,8 +399,6 @@ set(SIMIX_SRC src/kernel/context/ContextSwapped.hpp src/kernel/context/ContextThread.cpp src/kernel/context/ContextThread.hpp - src/simix/smx_deployment.cpp - src/simix/smx_global.cpp src/simix/popping.cpp src/kernel/activity/ActivityImpl.cpp src/kernel/activity/ActivityImpl.hpp @@ -678,6 +683,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 +692,8 @@ set(headers_to_install include/simgrid/forward.h include/simgrid/simix.h include/simgrid/simix.hpp + include/simgrid/kernel/ProfileBuilder.hpp + include/simgrid/kernel/Timer.hpp include/simgrid/kernel/future.hpp include/simgrid/disk.h include/simgrid/host.h @@ -714,6 +722,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 +858,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 @@ -868,6 +875,7 @@ set(DOC_SOURCES docs/manpages/tesh.pod docs/Build.sh + docs/README.md docs/bin/extract_logs_hierarchy.pl docs/requirements.txt docs/source/conf.py @@ -900,9 +908,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 @@ -913,16 +926,19 @@ 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 docs/source/Plugins.rst + docs/source/Release_Notes.rst docs/source/XML_reference.rst docs/source/Design_goals.rst @@ -950,6 +966,21 @@ set(DOC_SOURCES docs/source/tuto_smpi/gemm_mpi.cpp docs/source/tuto_smpi/roundtrip.c + docs/source/tuto_disk/analysis.org + docs/source/tuto_disk/analysis.irst + docs/source/tuto_disk/CMakeLists.txt + docs/source/tuto_disk/Dockerfile + docs/source/tuto_disk/fig/edel_read_dhist.png + docs/source/tuto_disk/fig/edel_write_dhist.png + docs/source/tuto_disk/fig/griffon_deg.png + docs/source/tuto_disk/fig/griffon_read_dhist.png + docs/source/tuto_disk/fig/griffon_write_dhist.png + docs/source/tuto_disk/fig/simgrid_results.png + docs/source/tuto_disk/init.el + docs/source/tuto_disk/tuto_disk.cpp + + docs/source/Tutorial_Model-checking.rst + CITATION.bib ) @@ -988,6 +1019,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 @@ -1141,6 +1173,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 @@ -1151,6 +1184,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