X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fc07005abb54bbceec067c73455b50f96e5d908..cf0dd5c1282ad1a4b619bef205d409173de44d2d:/tools/cmake/DefinePackages.cmake diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index c4ee641d7c..e8a4abd547 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -384,6 +384,7 @@ set(S4U_SRC src/s4u/s4u_host.cpp src/s4u/s4u_mailbox.cpp src/s4u/s4u_mutex.cpp + src/s4u/s4u_conditionVariable.cpp src/s4u/s4u_storage.cpp ) @@ -650,6 +651,7 @@ set(headers_to_install include/simgrid/s4u/host.hpp include/simgrid/s4u/mailbox.hpp include/simgrid/s4u/mutex.hpp + include/simgrid/s4u/conditionVariable.hpp include/simgrid/s4u/storage.hpp include/simgrid/s4u.h include/simgrid/plugins/energy.h @@ -1048,6 +1050,9 @@ set(PLATFORMS_EXAMPLES examples/platforms/cluster_and_one_host.xml examples/platforms/cluster_prototype.lua examples/platforms/cluster_no_backbone.xml + examples/platforms/cluster_torus.xml + examples/platforms/cluster_fat_tree.xml + examples/platforms/cluster_dragonfly.xml examples/platforms/crosstraffic.xml examples/platforms/optorsim/gridpp_grid_2004.conf examples/platforms/optorsim/lcg_sept2004_grid.conf @@ -1071,13 +1076,11 @@ set(PLATFORMS_EXAMPLES examples/platforms/dogbone.xml examples/platforms/energy_platform.xml examples/platforms/faulty_host.xml - examples/platforms/fat_tree_cluster.xml examples/platforms/g5k.xml 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 examples/platforms/routing_cluster.lua @@ -1099,7 +1102,6 @@ set(PLATFORMS_EXAMPLES 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_clusters.xml examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform_shared.xml