From: Martin Quinson Date: Fri, 8 Feb 2019 11:17:05 +0000 (+0100) Subject: mv examples/platforms/trace examples/platforms/profiles X-Git-Tag: v3_22~376^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/786f43e47b82994eed8e04d98192896dfec0fc43 mv examples/platforms/trace examples/platforms/profiles --- diff --git a/examples/platforms/faulty_host.xml b/examples/platforms/faulty_host.xml index 1aedb3a29a..f6b94c3130 100644 --- a/examples/platforms/faulty_host.xml +++ b/examples/platforms/faulty_host.xml @@ -2,7 +2,7 @@ - + diff --git a/examples/platforms/trace/bourassa_state.trace b/examples/platforms/profiles/bourassa_state.profile similarity index 100% rename from examples/platforms/trace/bourassa_state.trace rename to examples/platforms/profiles/bourassa_state.profile diff --git a/examples/platforms/trace/fafard_state.trace b/examples/platforms/profiles/fafard_state.profile similarity index 100% rename from examples/platforms/trace/fafard_state.trace rename to examples/platforms/profiles/fafard_state.profile diff --git a/examples/platforms/trace/faulty_host.trace b/examples/platforms/profiles/faulty_host.profile similarity index 100% rename from examples/platforms/trace/faulty_host.trace rename to examples/platforms/profiles/faulty_host.profile diff --git a/examples/platforms/trace/ginette_state.trace b/examples/platforms/profiles/ginette_state.profile similarity index 100% rename from examples/platforms/trace/ginette_state.trace rename to examples/platforms/profiles/ginette_state.profile diff --git a/examples/platforms/trace/jupiter_speed.trace b/examples/platforms/profiles/jupiter_speed.profile similarity index 100% rename from examples/platforms/trace/jupiter_speed.trace rename to examples/platforms/profiles/jupiter_speed.profile diff --git a/examples/platforms/trace/jupiter_state.trace b/examples/platforms/profiles/jupiter_state.profile similarity index 100% rename from examples/platforms/trace/jupiter_state.trace rename to examples/platforms/profiles/jupiter_state.profile diff --git a/examples/platforms/trace/link1_bandwidth.trace b/examples/platforms/profiles/link1_bandwidth.profile similarity index 100% rename from examples/platforms/trace/link1_bandwidth.trace rename to examples/platforms/profiles/link1_bandwidth.profile diff --git a/examples/platforms/trace/link1_latency.trace b/examples/platforms/profiles/link1_latency.profile similarity index 100% rename from examples/platforms/trace/link1_latency.trace rename to examples/platforms/profiles/link1_latency.profile diff --git a/examples/platforms/trace/link3_state.trace b/examples/platforms/profiles/link3_state.profile similarity index 100% rename from examples/platforms/trace/link3_state.trace rename to examples/platforms/profiles/link3_state.profile diff --git a/examples/platforms/trace/link4_state.trace b/examples/platforms/profiles/link4_state.profile similarity index 100% rename from examples/platforms/trace/link4_state.trace rename to examples/platforms/profiles/link4_state.profile diff --git a/examples/platforms/trace/linkBandwidth7.bw b/examples/platforms/profiles/linkBandwidth7.bw similarity index 100% rename from examples/platforms/trace/linkBandwidth7.bw rename to examples/platforms/profiles/linkBandwidth7.bw diff --git a/examples/platforms/trace/trace_A.txt b/examples/platforms/profiles/trace_A.txt similarity index 100% rename from examples/platforms/trace/trace_A.txt rename to examples/platforms/profiles/trace_A.txt diff --git a/examples/platforms/trace/trace_A_failure.txt b/examples/platforms/profiles/trace_A_failure.txt similarity index 100% rename from examples/platforms/trace/trace_A_failure.txt rename to examples/platforms/profiles/trace_A_failure.txt diff --git a/examples/platforms/trace/trace_B.txt b/examples/platforms/profiles/trace_B.txt similarity index 100% rename from examples/platforms/trace/trace_B.txt rename to examples/platforms/profiles/trace_B.txt diff --git a/examples/platforms/simulacrum_7_hosts.xml b/examples/platforms/simulacrum_7_hosts.xml index c2357c32ac..248e616e03 100644 --- a/examples/platforms/simulacrum_7_hosts.xml +++ b/examples/platforms/simulacrum_7_hosts.xml @@ -20,7 +20,7 @@ - + diff --git a/examples/platforms/small_platform_with_failures.xml b/examples/platforms/small_platform_failures.xml similarity index 79% rename from examples/platforms/small_platform_with_failures.xml rename to examples/platforms/small_platform_failures.xml index 7e58d5002f..ef4527de3a 100644 --- a/examples/platforms/small_platform_with_failures.xml +++ b/examples/platforms/small_platform_failures.xml @@ -3,15 +3,15 @@ - - - - + + + + - - + + diff --git a/examples/platforms/small_platform_profile.xml b/examples/platforms/small_platform_profile.xml index efabd6f40c..064d459af7 100644 --- a/examples/platforms/small_platform_profile.xml +++ b/examples/platforms/small_platform_profile.xml @@ -3,12 +3,12 @@ - + - + diff --git a/examples/platforms/two_hosts_platform_with_availability.xml b/examples/platforms/two_hosts_platform_with_availability.xml index a8f4023111..5648fe8185 100644 --- a/examples/platforms/two_hosts_platform_with_availability.xml +++ b/examples/platforms/two_hosts_platform_with_availability.xml @@ -2,8 +2,8 @@ - - + + diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index e8378dc52a..d7f8291f70 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -286,13 +286,13 @@ Interacting with the Platform failures in your code. |br| `examples/platforms/small_platform_with_failure.xml `_ - |br| The state profiles in `examples/platforms/trace `_ + |br| The state profiles in `examples/platforms/profiles `_ - **Specifying speed profiles:** shows how to specify an external load to resources, variating their peak speed over time. |br| `examples/platforms/small_platform_profile.xml `_ - |br| The speed, bandwidth and latency profiles in `examples/platforms/trace `_ + |br| The speed, bandwidth and latency profiles in `examples/platforms/profiles `_ ================= Energy Simulation diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 2e41255573..3c83780ed1 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -1109,20 +1109,20 @@ 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_bandwidth.trace - examples/platforms/trace/link1_latency.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/profiles/bourassa_state.profile + examples/platforms/profiles/fafard_state.profile + examples/platforms/profiles/faulty_host.profile + examples/platforms/profiles/ginette_state.profile + examples/platforms/profiles/jupiter_speed.profile + examples/platforms/profiles/jupiter_state.profile + examples/platforms/profiles/link1_bandwidth.profile + examples/platforms/profiles/link1_latency.profile + examples/platforms/profiles/link3_state.profile + examples/platforms/profiles/link4_state.profile + examples/platforms/profiles/linkBandwidth7.bw + examples/platforms/profiles/trace_A_failure.txt + examples/platforms/profiles/trace_A.txt + examples/platforms/profiles/trace_B.txt examples/platforms/data_center.xml examples/platforms/dogbone.xml examples/platforms/energy_platform.xml @@ -1146,10 +1146,10 @@ set(PLATFORMS_EXAMPLES 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 examples/platforms/small_platform_one_link_routes.xml examples/platforms/small_platform_profile.xml - examples/platforms/small_platform_with_failures.xml examples/platforms/small_platform_with_routers.xml examples/platforms/syscoord/generate_peer_platform.pl examples/platforms/syscoord/median_harvard.syscoord