From: Martin Quinson Date: Fri, 16 Jun 2017 23:13:52 +0000 (+0200) Subject: new platform file, serving as a documentation to clusters X-Git-Tag: v3.16~70 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/95a02e346b431b0594770dc363257e474326f91d new platform file, serving as a documentation to clusters --- diff --git a/examples/platforms/cluster.xml b/examples/platforms/cluster.xml index 628427b129..4417517385 100644 --- a/examples/platforms/cluster.xml +++ b/examples/platforms/cluster.xml @@ -4,12 +4,16 @@ diff --git a/examples/platforms/cluster_backbone.xml b/examples/platforms/cluster_backbone.xml new file mode 100644 index 0000000000..36211cbec5 --- /dev/null +++ b/examples/platforms/cluster_backbone.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/platforms/two_clusters.xml b/examples/platforms/two_clusters.xml deleted file mode 100644 index 29ec619177..0000000000 --- a/examples/platforms/two_clusters.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index d07023604b..54e622333b 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -1064,6 +1064,7 @@ set(PLATFORMS_EXAMPLES examples/platforms/bypassRoute.xml examples/platforms/cloud.xml examples/platforms/cluster.xml + examples/platforms/cluster_backbone.xml examples/platforms/cluster_and_one_host.xml examples/platforms/cluster_prototype.lua examples/platforms/cluster_no_backbone.xml @@ -1120,7 +1121,6 @@ set(PLATFORMS_EXAMPLES examples/platforms/syscoord/median_meridian.syscoord examples/platforms/syscoord/median_p2psim.syscoord examples/platforms/three_multicore_hosts.xml - examples/platforms/two_clusters.xml examples/platforms/two_hosts.xml examples/platforms/two_hosts_platform_shared.xml examples/platforms/two_hosts_platform_with_availability.xml