X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16f327a31af4a34da3c887299b7a406a4d9584a8..f05224ef57c30ee1e71be443a160a236f7fe121a:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 53139cf325..e1c84d703a 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -49,10 +49,8 @@ set(EXTRA_DIST src/surf/network_ns3.hpp src/surf/network_smpi.hpp src/surf/network_ib.hpp - src/surf/ns3/my-point-to-point-helper.h src/surf/ns3/ns3_interface.h src/surf/ns3/ns3_simulator.h - src/surf/ns3/red-queue.h src/surf/plugins/energy.hpp src/surf/xml/simgrid.dtd src/surf/xml/simgrid_dtd.h @@ -284,9 +282,7 @@ endif() set(NS3_SRC src/surf/network_ns3.cpp - src/surf/ns3/my-point-to-point-helper.cc src/surf/ns3/ns3_simulator.cc - src/surf/ns3/red-queue.cc ) set(SURF_SRC @@ -393,7 +389,7 @@ set(S4U_SRC ) set(SIMGRID_SRC - src/simgrid/sg_config.c + src/simgrid/sg_config.cpp src/simgrid/host.cpp src/simgrid/util.hpp ) @@ -550,8 +546,12 @@ set(MC_SRC src/mc/AddressSpace.cpp src/mc/Channel.cpp src/mc/Channel.hpp + src/mc/Checker.cpp + src/mc/Checker.hpp src/mc/Client.cpp src/mc/Client.hpp + src/mc/CommunicationDeterminismChecker.cpp + src/mc/CommunicationDeterminismChecker.hpp src/mc/Frame.hpp src/mc/Frame.cpp src/mc/ModelChecker.hpp @@ -560,6 +560,8 @@ set(MC_SRC src/mc/ObjectInformation.cpp src/mc/PageStore.hpp src/mc/PageStore.cpp + src/mc/SafetyChecker.cpp + src/mc/SafetyChecker.hpp src/mc/ChunkedData.hpp src/mc/ChunkedData.cpp src/mc/RegionSnapshot.cpp @@ -570,6 +572,8 @@ set(MC_SRC src/mc/mc_forward.hpp src/mc/Process.hpp src/mc/Process.cpp + src/mc/Session.cpp + src/mc/Session.hpp src/mc/mc_unw.h src/mc/mc_unw.cpp src/mc/mc_unw_vmread.cpp @@ -579,7 +583,6 @@ set(MC_SRC src/mc/mc_page_snapshot.cpp src/mc/mc_comm_pattern.h src/mc/mc_comm_pattern.cpp - src/mc/mc_comm_determinism.cpp src/mc/mc_compare.cpp src/mc/mc_diff.cpp src/mc/mc_dwarf.hpp @@ -592,11 +595,11 @@ set(MC_SRC src/mc/mc_hash.cpp src/mc/mc_ignore.h src/mc/mc_mmalloc.h - src/mc/mc_liveness.h + src/mc/LivenessChecker.hpp src/mc/LocationList.hpp src/mc/malloc.hpp src/mc/LocationList.cpp - src/mc/mc_liveness.cpp + src/mc/LivenessChecker.cpp src/mc/mc_record.cpp src/mc/mc_member.cpp src/mc/mc_memory.cpp @@ -604,10 +607,10 @@ set(MC_SRC src/mc/mc_request.h src/mc/mc_request.cpp src/mc/mc_safety.h - src/mc/mc_safety.cpp src/mc/mc_state.h src/mc/mc_state.cpp - src/mc/mc_visited.cpp + src/mc/VisitedState.cpp + src/mc/VisitedState.hpp src/mc/mc_client_api.cpp src/mc/mc_protocol.h src/mc/mc_protocol.cpp @@ -921,51 +924,12 @@ 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/java/async/CMakeLists.txt - examples/java/bittorrent/CMakeLists.txt - examples/java/chord/CMakeLists.txt - examples/java/cloud/CMakeLists.txt - examples/java/cloud/energy/CMakeLists.txt - examples/java/cloud/migration/CMakeLists.txt - examples/java/commTime/CMakeLists.txt - examples/java/energy/CMakeLists.txt - examples/java/io/CMakeLists.txt - examples/java/kademlia/CMakeLists.txt - examples/java/master_slave_bypass/CMakeLists.txt - examples/java/master_slave_kill/CMakeLists.txt - examples/java/masterslave/CMakeLists.txt - examples/java/migration/CMakeLists.txt - examples/java/mutualExclusion/CMakeLists.txt - examples/java/pingPong/CMakeLists.txt - examples/java/priority/CMakeLists.txt - examples/java/startKillTime/CMakeLists.txt - examples/java/suspend/CMakeLists.txt - examples/java/tracing/CMakeLists.txt - + examples/java/CMakeLists.txt examples/msg/CMakeLists.txt - examples/msg/actions/CMakeLists.txt - examples/msg/bittorrent/CMakeLists.txt - examples/msg/chainsend/CMakeLists.txt - examples/msg/chord/CMakeLists.txt examples/msg/cloud/CMakeLists.txt - examples/msg/energy/CMakeLists.txt - examples/msg/gtnets/CMakeLists.txt - examples/msg/icomms/CMakeLists.txt - examples/msg/io/CMakeLists.txt - examples/msg/kademlia/CMakeLists.txt - examples/msg/masterslave/CMakeLists.txt examples/msg/mc/CMakeLists.txt - examples/msg/ns3/CMakeLists.txt - examples/msg/pastry/CMakeLists.txt - examples/msg/sendrecv/CMakeLists.txt - examples/msg/set-maestro/CMakeLists.txt - examples/msg/start_kill_time/CMakeLists.txt - examples/msg/tracing/CMakeLists.txt examples/s4u/CMakeLists.txt examples/simdag/CMakeLists.txt - examples/simdag/dax/CMakeLists.txt - examples/simdag/dot/CMakeLists.txt - examples/simdag/goal/CMakeLists.txt examples/smpi/CMakeLists.txt examples/smpi/NAS/CMakeLists.txt examples/smpi/smpi_msg_masterslave/CMakeLists.txt @@ -1093,14 +1057,21 @@ set(PLATFORMS_EXAMPLES examples/platforms/optorsim/transform_optorsim_platform.pl examples/platforms/config.xml examples/platforms/config_tracing.xml + examples/platforms/trace/bourassa_state.trace + examples/platforms/trace/fafard_state.trace examples/platforms/trace/faulty_host.trace + examples/platforms/trace/ginette_state.trace examples/platforms/trace/jupiter_speed.trace + examples/platforms/trace/jupiter_state.trace examples/platforms/trace/link1_avail.trace + examples/platforms/trace/link3_state.trace + examples/platforms/trace/link4_state.trace examples/platforms/trace/linkBandwidth7.bw examples/platforms/trace/trace_A_failure.txt examples/platforms/trace/trace_A.txt examples/platforms/trace/trace_B.txt examples/platforms/data_center.xml + examples/platforms/dogbone.xml examples/platforms/energy_platform.xml examples/platforms/faulty_host.xml examples/platforms/fat_tree_cluster.xml @@ -1108,6 +1079,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/griffon.xml examples/platforms/meta_cluster.xml examples/platforms/multicore_machine.xml + examples/platforms/onelink.xml examples/platforms/platform.xml examples/platforms/prop.xml examples/platforms/routing_cluster.xml @@ -1129,6 +1101,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/syscoord/median_harvard.syscoord examples/platforms/syscoord/median_meridian.syscoord examples/platforms/syscoord/median_p2psim.syscoord + examples/platforms/three_multicore_hosts.xml examples/platforms/torus_cluster.xml examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform.xml