X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63834b5431ab8aadc3373b34be3a4ea0491fad5d..a4bb00c8480e534de5fdf1b16dccbda13421a9fa:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 580e18e7a3..4f385d9b7d 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -6,19 +6,22 @@ set(EXTRA_DIST src/include/mc/datatypes.h src/include/mc/mc.h src/include/simgrid/sg_config.hpp - src/include/surf/surf.hpp src/include/xbt/coverage.h src/include/xbt/parmap.hpp src/include/xbt/mmalloc.h + src/include/xbt/xbt_modinter.h src/include/catch.hpp src/include/xxhash.hpp + src/kernel/resource/LinkImpl.hpp + src/kernel/resource/SplitDuplexLinkImpl.hpp + src/kernel/resource/StandardLinkImpl.hpp + src/kernel/resource/WifiLinkImpl.hpp src/mc/mc_mmu.hpp src/mc/mc_record.hpp src/msg/msg_private.hpp - src/simdag/dax.dtd - src/simdag/dax_dtd.c - src/simdag/dax_dtd.h - src/simdag/simdag_private.hpp + src/dag/dax.dtd + src/dag/dax_dtd.c + src/dag/dax_dtd.h src/simix/simcalls.in src/simix/simcalls.py src/simix/popping_private.hpp @@ -26,7 +29,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 @@ -35,15 +37,12 @@ set(EXTRA_DIST src/smpi/smpi_main.c src/smpi/smpi_replay_main.cpp src/surf/cpu_cas01.hpp - src/surf/cpu_interface.hpp src/surf/cpu_ti.hpp src/surf/network_cm02.hpp src/surf/network_constant.hpp - src/surf/network_interface.hpp src/surf/network_ns3.hpp src/surf/network_smpi.hpp src/surf/network_ib.hpp - src/surf/network_wifi.hpp src/surf/ns3/ns3_simulator.hpp src/surf/xml/simgrid.dtd src/surf/xml/simgrid_dtd.h @@ -52,7 +51,6 @@ set(EXTRA_DIST src/surf/disk_s19.hpp src/surf/surf_interface.hpp - src/surf/surf_private.hpp src/surf/host_clm03.hpp src/surf/HostImpl.hpp src/surf/ptask_L07.hpp @@ -76,10 +74,7 @@ set(EXTRA_DIST src/xbt/mmalloc/mrealloc.c src/xbt/mmalloc/swag.c src/xbt/mmalloc/swag.h - tools/lualib.patch - teshsuite/lua/lua_platforms.tesh examples/smpi/mc/only_send_deterministic.tesh - examples/smpi/mc/non_deterministic.tesh ) set(SMPI_SRC @@ -122,6 +117,7 @@ set(SMPI_SRC src/smpi/include/smpi_info.hpp src/smpi/include/smpi_keyvals.hpp src/smpi/include/smpi_op.hpp + src/smpi/include/smpi_replay.hpp src/smpi/include/smpi_request.hpp src/smpi/include/smpi_status.hpp src/smpi/include/smpi_topo.hpp @@ -290,7 +286,6 @@ set(XBT_SRC src/xbt/xbt_replay.cpp src/xbt/xbt_str.cpp src/xbt/xbt_virtu.cpp - src/xbt_modinter.h ) if(HAVE_MMALLOC) @@ -308,16 +303,25 @@ set(SURF_SRC src/kernel/lmm/maxmin.cpp src/kernel/resource/Action.cpp - src/kernel/resource/Model.cpp - src/kernel/resource/Resource.cpp + src/kernel/resource/CpuImpl.cpp + src/kernel/resource/CpuImpl.hpp src/kernel/resource/DiskImpl.cpp src/kernel/resource/DiskImpl.hpp + src/kernel/resource/Model.cpp + src/kernel/resource/Resource.hpp + src/kernel/resource/LinkImpl.cpp + src/kernel/resource/SplitDuplexLinkImpl.cpp + src/kernel/resource/StandardLinkImpl.cpp + src/kernel/resource/VirtualMachineImpl.hpp + src/kernel/resource/VirtualMachineImpl.cpp + src/kernel/resource/WifiLinkImpl.cpp src/kernel/resource/profile/DatedValue.cpp src/kernel/resource/profile/DatedValue.hpp 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 @@ -332,24 +336,23 @@ set(SURF_SRC src/kernel/routing/FullZone.cpp src/kernel/routing/NetPoint.cpp src/kernel/routing/NetZoneImpl.cpp - src/kernel/routing/TorusZone.cpp src/kernel/routing/RoutedZone.cpp + src/kernel/routing/StarZone.cpp + src/kernel/routing/TorusZone.cpp src/kernel/routing/VivaldiZone.cpp src/kernel/routing/WifiZone.cpp + src/kernel/timer/Timer.cpp + src/kernel/EngineImpl.cpp src/kernel/EngineImpl.hpp src/surf/cpu_cas01.cpp - src/surf/cpu_interface.cpp src/surf/cpu_ti.cpp src/surf/disk_s19.cpp src/surf/network_cm02.cpp src/surf/network_constant.cpp - src/surf/network_interface.cpp - src/surf/network_wifi.cpp src/surf/sg_platf.cpp - src/surf/surf_c_bindings.cpp src/surf/surf_interface.cpp src/surf/xml/platf.hpp src/surf/xml/platf_private.hpp @@ -361,7 +364,7 @@ set(SURF_SRC ) set(PLUGINS_SRC - src/plugins/dirty_page_tracking.cpp + src/plugins/ProducerConsumer.cpp src/plugins/host_dvfs.cpp src/plugins/host_energy.cpp src/plugins/link_energy.cpp @@ -369,12 +372,7 @@ set(PLUGINS_SRC src/plugins/host_load.cpp src/plugins/link_load.cpp src/plugins/file_system/s4u_FileSystem.cpp - src/plugins/vm/VirtualMachineImpl.hpp - src/plugins/vm/s4u_VirtualMachine.cpp - src/plugins/vm/VirtualMachineImpl.hpp - src/plugins/vm/VirtualMachineImpl.cpp - src/plugins/vm/VmHostExt.hpp - src/plugins/vm/VmHostExt.cpp + src/plugins/vm/dirty_page_tracking.cpp src/plugins/vm/VmLiveMigration.cpp src/plugins/vm/VmLiveMigration.hpp ) @@ -392,8 +390,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 @@ -417,6 +413,8 @@ set(SIMIX_SRC src/kernel/activity/SynchroRaw.hpp src/kernel/actor/ActorImpl.cpp src/kernel/actor/ActorImpl.hpp + src/kernel/actor/SimcallObserver.cpp + src/kernel/actor/SimcallObserver.hpp ${SIMIX_GENERATED_SRC} ) @@ -450,6 +448,7 @@ set(S4U_SRC src/s4u/s4u_Mutex.cpp src/s4u/s4u_Netzone.cpp src/s4u/s4u_Semaphore.cpp + src/s4u/s4u_VirtualMachine.cpp ) set(SIMGRID_SRC @@ -467,17 +466,8 @@ set(MSG_SRC src/msg/msg_task.cpp ) -set(SIMDAG_SRC - src/simdag/sd_daxloader.cpp - src/simdag/sd_dotloader.cpp - src/simdag/sd_global.cpp - src/simdag/sd_task.cpp - ) - -set(BINDINGS_SRC - src/bindings/lua/lua_private.hpp - src/bindings/lua/lua_utils.hpp - src/bindings/lua/simgrid_lua.hpp +set(DAG_SRC + src/dag/loaders.cpp ) set(JMSG_C_SRC @@ -535,13 +525,6 @@ set(JTRACE_JAVA_SRC src/bindings/java/org/simgrid/trace/Trace.java) list(APPEND JMSG_C_SRC ${JTRACE_C_SRC}) list(APPEND JMSG_JAVA_SRC ${JTRACE_JAVA_SRC}) -set(LUA_SRC - src/bindings/lua/lua_host.cpp - src/bindings/lua/lua_platf.cpp - src/bindings/lua/lua_utils.cpp - src/bindings/lua/simgrid_lua.cpp - ) - set(TRACING_SRC src/instr/instr_config.cpp src/instr/instr_interface.cpp @@ -560,20 +543,9 @@ set(TRACING_SRC src/instr/instr_resource_utilization.cpp ) -set(JEDULE_SRC - include/simgrid/jedule/jedule_events.hpp - include/simgrid/jedule/jedule.hpp - include/simgrid/jedule/jedule_platform.hpp - include/simgrid/jedule/jedule_sd_binding.h - src/instr/jedule/jedule_events.cpp - src/instr/jedule/jedule.cpp - src/instr/jedule/jedule_platform.cpp - src/instr/jedule/jedule_sd_binding.cpp - ) - set(MC_SRC_BASE src/mc/mc_base.cpp - src/mc/mc_base.h + src/mc/mc_base.hpp src/mc/mc_record.hpp src/mc/mc_replay.hpp src/mc/mc_record.cpp @@ -588,8 +560,6 @@ set(MC_SRC src/mc/checker/CommunicationDeterminismChecker.hpp src/mc/checker/SafetyChecker.cpp src/mc/checker/SafetyChecker.hpp - src/mc/checker/SimcallInspector.cpp - src/mc/checker/SimcallInspector.hpp src/mc/checker/LivenessChecker.cpp src/mc/checker/LivenessChecker.hpp src/mc/checker/UdporChecker.cpp @@ -620,8 +590,8 @@ set(MC_SRC src/mc/remote/Channel.hpp src/mc/remote/CheckerSide.cpp src/mc/remote/CheckerSide.hpp - src/mc/remote/RemoteSimulation.hpp - src/mc/remote/RemoteSimulation.cpp + src/mc/remote/RemoteProcess.hpp + src/mc/remote/RemoteProcess.cpp src/mc/remote/RemotePtr.hpp src/mc/remote/mc_protocol.h @@ -633,7 +603,7 @@ set(MC_SRC src/mc/sosp/Region.hpp src/mc/sosp/Snapshot.hpp src/mc/sosp/Snapshot.cpp - + src/mc/AddressSpace.hpp src/mc/ModelChecker.hpp src/mc/ModelChecker.cpp @@ -650,15 +620,12 @@ set(MC_SRC src/mc/mc_ignore.hpp src/mc/mc_record.cpp src/mc/mc_private.hpp - src/mc/mc_request.hpp - src/mc/mc_request.cpp src/mc/mc_safety.hpp src/mc/mc_state.hpp src/mc/mc_state.cpp src/mc/VisitedState.cpp src/mc/VisitedState.hpp src/mc/mc_client_api.cpp - src/mc/mc_smx.hpp src/mc/mc_smx.cpp src/mc/mc_exit.hpp src/mc/Transition.hpp @@ -681,15 +648,15 @@ set(headers_to_install include/simgrid/plugins/file_system.h include/simgrid/plugins/live_migration.h include/simgrid/plugins/load.h - include/simgrid/smpi/smpi_replay.hpp + include/simgrid/plugins/ProducerConsumer.hpp include/simgrid/instr.h include/simgrid/mailbox.h - include/simgrid/simdag.h include/simgrid/modelchecker.h include/simgrid/forward.h include/simgrid/simix.h include/simgrid/simix.hpp - include/simgrid/simix/blocking_simcall.hpp + include/simgrid/kernel/ProfileBuilder.hpp + include/simgrid/kernel/Timer.hpp include/simgrid/kernel/future.hpp include/simgrid/disk.h include/simgrid/host.h @@ -718,8 +685,8 @@ 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 include/simgrid/kernel/routing/ClusterZone.hpp include/simgrid/kernel/routing/DijkstraZone.hpp @@ -731,6 +698,7 @@ set(headers_to_install include/simgrid/kernel/routing/NetPoint.hpp include/simgrid/kernel/routing/NetZoneImpl.hpp include/simgrid/kernel/routing/RoutedZone.hpp + include/simgrid/kernel/routing/StarZone.hpp include/simgrid/kernel/routing/TorusZone.hpp include/simgrid/kernel/routing/VivaldiZone.hpp include/simgrid/kernel/routing/WifiZone.hpp @@ -775,7 +743,6 @@ set(headers_to_install include/xbt/signal.hpp include/xbt/str.h include/xbt/string.hpp - include/xbt/synchro.h include/xbt/sysdep.h include/xbt/system_error.hpp include/xbt/utility.hpp @@ -807,8 +774,7 @@ set(simgrid_sources ${TRACING_SRC} ${XBT_SRC} ${PLUGINS_SRC} - ${BINDINGS_SRC} - ${SIMDAG_SRC} + ${DAG_SRC} ) if(${enable_msg}) @@ -819,12 +785,6 @@ else() ${MSG_SRC}) endif() -if(${SIMGRID_HAVE_JEDULE}) - set(simgrid_sources ${simgrid_sources} ${JEDULE_SRC}) -else() - set(EXTRA_DIST ${EXTRA_DIST} ${JEDULE_SRC}) -endif() - if(enable_smpi) set(simgrid_sources ${simgrid_sources} ${SMPI_SRC}) endif() @@ -834,36 +794,26 @@ if(SIMGRID_HAVE_MC) endif() if(SIMGRID_HAVE_NS3) - set(simgrid_sources ${simgrid_sources} ${NS3_SRC}) -endif() + set(headers_to_install ${headers_to_install} include/simgrid/plugins/ns3.hpp) -if(SIMGRID_HAVE_LUA) - set(simgrid_sources ${simgrid_sources} ${LUA_SRC}) -else() - set(EXTRA_DIST ${EXTRA_DIST} ${LUA_SRC}) + set(simgrid_sources ${simgrid_sources} ${NS3_SRC}) +else() + set(EXTRA_DIST ${EXTRA_DIST} include/simgrid/plugins/ns3.hpp) endif() set(DOC_SOURCES - doc/Doxyfile.in - doc/Layout.xml - doc/doxygen/FAQ.doc doc/doxygen/inside.doc doc/doxygen/inside_tests.doc doc/doxygen/inside_cmake.doc doc/doxygen/inside_extending.doc doc/doxygen/inside_release.doc - 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 examples/README.rst @@ -875,6 +825,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 @@ -907,31 +858,41 @@ 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/vivaldi.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 docs/source/app_smpi.rst docs/source/The_XBT_toolbox.rst + docs/source/Calibrating_the_models.rst docs/source/community.rst docs/source/Configuring_SimGrid.rst - docs/source/Deploying_your_Application.rst - docs/source/Experimental_Setup.rst + 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/ns3.rst - docs/source/outcomes.rst - docs/source/platform.rst - docs/source/Platform_Examples.rst - docs/source/platform_howtos.rst - docs/source/Platform_Routing.rst + docs/source/Start_your_own_project.rst + docs/source/Models.rst + docs/source/Modeling_howtos.rst + docs/source/Outcomes.rst + docs/source/Platform.rst + docs/source/Platform_cpp.rst + docs/source/Platform_examples.rst + docs/source/Platform_routing.rst docs/source/Plugins.rst - docs/source/XML_Reference.rst + docs/source/Release_Notes.rst + docs/source/XML_reference.rst + docs/source/Design_goals.rst docs/source/Tutorial_Algorithms.rst docs/source/tuto_s4u/deployment1.xml @@ -957,6 +918,50 @@ 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/tuto_network_calibration/clustering_ckmeans.ipynb + docs/source/tuto_network_calibration/clustering_dhist.ipynb + docs/source/tuto_network_calibration/CMakeLists.txt + docs/source/tuto_network_calibration/dahu_platform_ckmeans.cpp + docs/source/tuto_network_calibration/dahu_platform_dhist.cpp + docs/source/tuto_network_calibration/Dockerfile + docs/source/tuto_network_calibration/fig/pingpong_real.drawio + docs/source/tuto_network_calibration/fig/pingpong_real.png + docs/source/tuto_network_calibration/fig/pingpong_simgrid.drawio + docs/source/tuto_network_calibration/fig/pingpong_simgrid.png + docs/source/tuto_network_calibration/isend_ckmeans.json + docs/source/tuto_network_calibration/isend_dhist.json + docs/source/tuto_network_calibration/network_calibration_tutorial.ipynb + docs/source/tuto_network_calibration/network_calibration_tutorial.rst + docs/source/tuto_network_calibration/pingpong_ckmeans.json + docs/source/tuto_network_calibration/pingpong_dhist.json + docs/source/tuto_network_calibration/plot_ckmeans_PingPong.png + docs/source/tuto_network_calibration/plot_dhist_PingPong.png + docs/source/tuto_network_calibration/plot_op_average.png + docs/source/tuto_network_calibration/plot_op_raw.png + docs/source/tuto_network_calibration/plot_op_segmented.png + docs/source/tuto_network_calibration/plot_op_simgrid_ckmeans.png + docs/source/tuto_network_calibration/plot_op_simgrid_dhist.png + docs/source/tuto_network_calibration/recv_ckmeans.json + docs/source/tuto_network_calibration/recv_dhist.json + docs/source/tuto_network_calibration/send_ckmeans.json + docs/source/tuto_network_calibration/send_dhist.json + docs/source/tuto_network_calibration/Utils.cpp + docs/source/tuto_network_calibration/Utils.hpp + + docs/source/Tutorial_Model-checking.rst + CITATION.bib ) @@ -970,9 +975,6 @@ set(DOC_IMG ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot.jpg ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot_thn.jpg ${CMAKE_HOME_DIRECTORY}/doc/webcruft/output.goal.pdf - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011.gif - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011.png - ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_2011_small.png ) set(bin_files @@ -998,27 +1000,26 @@ 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 + examples/smpi/comm_dynamic_costs/CMakeLists.txt examples/smpi/NAS/CMakeLists.txt examples/smpi/smpi_s4u_masterworker/CMakeLists.txt examples/smpi/replay_multiple/CMakeLists.txt examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt examples/python/CMakeLists.txt examples/deprecated/java/CMakeLists.txt - examples/deprecated/msg/mc/CMakeLists.txt - examples/deprecated/simdag/CMakeLists.txt teshsuite/java/CMakeLists.txt teshsuite/kernel/CMakeLists.txt - teshsuite/lua/CMakeLists.txt teshsuite/mc/CMakeLists.txt teshsuite/models/CMakeLists.txt teshsuite/msg/CMakeLists.txt + teshsuite/platforms/CMakeLists.txt teshsuite/python/CMakeLists.txt teshsuite/s4u/CMakeLists.txt - teshsuite/simdag/CMakeLists.txt teshsuite/smpi/CMakeLists.txt teshsuite/surf/CMakeLists.txt teshsuite/xbt/CMakeLists.txt @@ -1081,7 +1082,6 @@ set(CMAKE_SOURCE_FILES tools/cmake/Modules/FindLibelf.cmake tools/cmake/Modules/FindLibunwind.cmake tools/cmake/Modules/FindLibevent.cmake - tools/cmake/Modules/FindLuaSimgrid.cmake tools/cmake/Modules/FindNS3.cmake tools/cmake/Modules/FindPAPI.cmake tools/cmake/Modules/pybind11Config.cmake @@ -1104,8 +1104,8 @@ set(CMAKE_SOURCE_FILES tools/stack-cleaner/clean-stack-filter tools/stack-cleaner/compiler-wrapper tools/stack-cleaner/README - - setup.py + + setup.py MANIFEST.in MANIFEST.in.in ) @@ -1115,10 +1115,11 @@ set(PLATFORMS_EXAMPLES examples/platforms/bypassRoute.xml examples/platforms/cloud.xml examples/platforms/cluster_backbone.xml + examples/platforms/cluster_backbone.svg examples/platforms/cluster_multi.xml examples/platforms/cluster_and_one_host.xml - examples/platforms/cluster_prototype.lua examples/platforms/cluster_crossbar.xml + examples/platforms/cluster_crossbar.svg examples/platforms/cluster_fat_tree.xml examples/platforms/cluster_fat_tree.svg examples/platforms/cluster_torus.xml @@ -1132,7 +1133,6 @@ set(PLATFORMS_EXAMPLES examples/platforms/config.xml examples/platforms/config_tracing.xml examples/platforms/model_checker_platform.xml - examples/platforms/profiles/bourassa_state.profile examples/platforms/profiles/fafard_state.profile examples/platforms/profiles/faulty_host.profile examples/platforms/profiles/ginette_state.profile @@ -1151,6 +1151,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 @@ -1160,13 +1161,12 @@ set(PLATFORMS_EXAMPLES examples/platforms/ptask_L07.xml 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 examples/platforms/storage/content/storage_content.txt examples/platforms/small_platform.xml - examples/platforms/small_platform.lua examples/platforms/small_platform_constant.xml examples/platforms/small_platform_failures.xml examples/platforms/small_platform_fatpipe.xml