X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/773715423764e9f35aacb24b982b6b43598bd40e..030c5083b33927e80495636eb15b88bf5246a54a:/buildtools/Cmake/DefinePackages.cmake diff --git a/buildtools/Cmake/DefinePackages.cmake b/buildtools/Cmake/DefinePackages.cmake index 853db2294e..63ed844df1 100644 --- a/buildtools/Cmake/DefinePackages.cmake +++ b/buildtools/Cmake/DefinePackages.cmake @@ -27,6 +27,14 @@ set(EXTRA_DIST src/simdag/dax_dtd.c src/simdag/dax_dtd.h src/simdag/private.h + src/simix/simcalls.in + src/simix/simcalls.py + src/simix/simcalls_generated_enum.h + src/simix/simcalls_generated_string.c + src/simix/simcalls_generated_res_getter_setter.h + src/simix/simcalls_generated_args_getter_setter.h + src/simix/simcalls_generated_case.c + src/simix/simcalls_generated_body.c src/simix/smx_host_private.h src/simix/smx_io_private.h src/simix/smx_network_private.h @@ -40,13 +48,14 @@ set(EXTRA_DIST src/smpi/colls/coll_tuned_topo.h src/smpi/private.h src/smpi/smpi_mpi_dt_private.h + src/surf/plugins/energy.hpp src/surf/cpu_interface.hpp src/surf/cpu_ti.hpp src/surf/cpu_cas01.hpp src/surf/gtnets/gtnets_interface.h src/surf/gtnets/gtnets_simulator.h src/surf/gtnets/gtnets_topology.h - src/surf/maxmin_private.h + src/surf/maxmin_private.hpp src/surf/network_interface.hpp src/surf/network_gtnets.hpp src/surf/network_ns3_private.h @@ -62,11 +71,12 @@ set(EXTRA_DIST src/surf/simgrid_dtd.c src/surf/storage_interface.hpp src/surf/storage_n11.hpp - src/surf/surf.hpp + src/surf/surf_interface.hpp src/surf/surf_private.h src/surf/surf_routing_private.hpp src/surf/surf_routing.hpp src/surf/surf_routing_cluster.hpp + src/surf/surf_routing_cluster_torus.hpp src/surf/surf_routing_dijkstra.hpp src/surf/surf_routing_floyd.hpp src/surf/surf_routing_full.hpp @@ -75,8 +85,10 @@ set(EXTRA_DIST src/surf/surf_routing_vivaldi.hpp src/surf/surfxml_parse.c src/surf/trace_mgr_private.h - src/surf/vm_workstation.hpp - src/surf/workstation.hpp + src/surf/vm_workstation_interface.hpp + src/surf/vm_workstation_hl13.hpp + src/surf/workstation_interface.hpp + src/surf/workstation_clm03.hpp src/surf/workstation_ptask_L07.hpp src/win32/config.h src/xbt/automaton/automaton_lexer.yy.c @@ -274,7 +286,7 @@ set(XBT_SRC src/xbt_modinter.h ) -if(HAVE_MMAP) +if(HAVE_MMALLOC) set(XBT_SRC ${XBT_SRC} src/xbt/mmalloc/mm.c @@ -297,14 +309,15 @@ set(NS3_SRC ) set(SURF_SRC + src/surf/plugins/energy.cpp src/surf/cpu_interface.cpp src/surf/cpu_ti.cpp src/surf/cpu_cas01.cpp - src/surf/fair_bottleneck.c + src/surf/fair_bottleneck.cpp src/surf/instr_routing.c src/surf/instr_surf.c - src/surf/lagrange.c - src/surf/maxmin.c + src/surf/lagrange.cpp + src/surf/maxmin.cpp src/surf/network_interface.cpp src/surf/network_cm02.cpp src/surf/network_smpi.cpp @@ -314,10 +327,11 @@ set(SURF_SRC src/surf/sg_platf.c src/surf/storage_interface.cpp src/surf/storage_n11.cpp - src/surf/surf.cpp + src/surf/surf_interface.cpp src/surf/surf_c_bindings.cpp src/surf/surf_routing.cpp src/surf/surf_routing_cluster.cpp + src/surf/surf_routing_cluster_torus.cpp src/surf/surf_routing_dijkstra.cpp src/surf/surf_routing_floyd.cpp src/surf/surf_routing_full.cpp @@ -327,9 +341,11 @@ set(SURF_SRC src/surf/surfxml_parse.c src/surf/surfxml_parseplatf.c src/surf/trace_mgr.c - src/surf/workstation.cpp + src/surf/workstation_interface.cpp + src/surf/workstation_clm03.cpp src/surf/workstation_ptask_L07.cpp - src/surf/vm_workstation.cpp + src/surf/vm_workstation_interface.cpp + src/surf/vm_workstation_hl13.cpp src/xbt/xbt_sg_stubs.c ) @@ -536,6 +552,7 @@ set(MC_SRC ) set(headers_to_install + include/simgrid.h include/instr/instr.h include/msg/datatypes.h include/msg/msg.h @@ -545,6 +562,7 @@ set(headers_to_install include/simgrid/modelchecker.h include/simgrid/platf.h include/simgrid/platf_generator.h + include/simgrid/plugins.h include/simgrid/simix.h include/smpi/mpi.h include/smpi/smpi.h @@ -939,6 +957,7 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/smpi/mpich3-test/group/CMakeLists.txt teshsuite/smpi/mpich3-test/init/CMakeLists.txt teshsuite/smpi/mpich3-test/pt2pt/CMakeLists.txt + teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt # teshsuite/smpi/mpich3-test/f77/attr/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/coll/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/comm/CMakeLists.txt @@ -946,6 +965,7 @@ set(TESHSUITE_CMAKEFILES_TXT teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/init/CMakeLists.txt teshsuite/smpi/mpich3-test/f77/pt2pt/CMakeLists.txt + teshsuite/smpi/mpich3-test/f90/util/CMakeLists.txt teshsuite/smpi/mpich3-test/f90/coll/CMakeLists.txt teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt teshsuite/smpi/mpich3-test/f90/init/CMakeLists.txt @@ -984,6 +1004,7 @@ set(CMAKE_SOURCE_FILES buildtools/Cmake/Modules/FindGFortran.cmake buildtools/Cmake/Modules/FindGTnets.cmake buildtools/Cmake/Modules/FindGraphviz.cmake + buildtools/Cmake/Modules/FindLibSigc++.cmake buildtools/Cmake/Modules/FindLibunwind.cmake buildtools/Cmake/Modules/FindLua51Simgrid.cmake buildtools/Cmake/Modules/FindNS3.cmake @@ -1048,6 +1069,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/generation_scripts/generate_g5k_platform.pl examples/platforms/generation_scripts/generate_g5k_platform_cabinets.pl examples/platforms/griffon.xml + examples/platforms/torus_cluster.xml examples/platforms/meta_cluster.xml examples/platforms/multicore_machine.xml examples/platforms/prop.xml