From 786f43e47b82994eed8e04d98192896dfec0fc43 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 8 Feb 2019 12:17:05 +0100 Subject: [PATCH] mv examples/platforms/trace examples/platforms/profiles --- examples/platforms/faulty_host.xml | 2 +- .../bourassa_state.profile} | 0 .../fafard_state.profile} | 0 .../faulty_host.profile} | 0 .../ginette_state.profile} | 0 .../jupiter_speed.profile} | 0 .../jupiter_state.profile} | 0 .../link1_bandwidth.profile} | 0 .../link1_latency.profile} | 0 .../link3_state.profile} | 0 .../link4_state.profile} | 0 .../{trace => profiles}/linkBandwidth7.bw | 0 .../platforms/{trace => profiles}/trace_A.txt | 0 .../{trace => profiles}/trace_A_failure.txt | 0 .../platforms/{trace => profiles}/trace_B.txt | 0 examples/platforms/simulacrum_7_hosts.xml | 2 +- ...ilures.xml => small_platform_failures.xml} | 12 ++++---- examples/platforms/small_platform_profile.xml | 4 +-- .../two_hosts_platform_with_availability.xml | 4 +-- examples/s4u/README.rst | 4 +-- tools/cmake/DefinePackages.cmake | 30 +++++++++---------- 21 files changed, 29 insertions(+), 29 deletions(-) rename examples/platforms/{trace/bourassa_state.trace => profiles/bourassa_state.profile} (100%) rename examples/platforms/{trace/fafard_state.trace => profiles/fafard_state.profile} (100%) rename examples/platforms/{trace/faulty_host.trace => profiles/faulty_host.profile} (100%) rename examples/platforms/{trace/ginette_state.trace => profiles/ginette_state.profile} (100%) rename examples/platforms/{trace/jupiter_speed.trace => profiles/jupiter_speed.profile} (100%) rename examples/platforms/{trace/jupiter_state.trace => profiles/jupiter_state.profile} (100%) rename examples/platforms/{trace/link1_bandwidth.trace => profiles/link1_bandwidth.profile} (100%) rename examples/platforms/{trace/link1_latency.trace => profiles/link1_latency.profile} (100%) rename examples/platforms/{trace/link3_state.trace => profiles/link3_state.profile} (100%) rename examples/platforms/{trace/link4_state.trace => profiles/link4_state.profile} (100%) rename examples/platforms/{trace => profiles}/linkBandwidth7.bw (100%) rename examples/platforms/{trace => profiles}/trace_A.txt (100%) rename examples/platforms/{trace => profiles}/trace_A_failure.txt (100%) rename examples/platforms/{trace => profiles}/trace_B.txt (100%) rename examples/platforms/{small_platform_with_failures.xml => small_platform_failures.xml} (79%) 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 -- 2.20.1