From 2130e3d93afaec6d8b81b7efa96740e20b5784a3 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 26 Apr 2016 11:21:27 +0200 Subject: [PATCH] renaming properties to platform-properties --- examples/msg/CMakeLists.txt | 4 ++-- .../platform-properties.c} | 0 .../platform-properties.tesh} | 2 +- .../platform-properties_d.xml} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename examples/msg/{properties/properties.c => platform-properties/platform-properties.c} (100%) rename examples/msg/{properties/properties.tesh => platform-properties/platform-properties.tesh} (93%) rename examples/msg/{properties/properties_d.xml => platform-properties/platform-properties_d.xml} (100%) diff --git a/examples/msg/CMakeLists.txt b/examples/msg/CMakeLists.txt index e5077cae9b..a4bdbc7952 100644 --- a/examples/msg/CMakeLists.txt +++ b/examples/msg/CMakeLists.txt @@ -2,7 +2,7 @@ foreach(x actions-comm actions-storage app-masterworker app-pingpong app-pmm app async-waitany cloud-capping cloud-masterworker cloud-migration cloud-multicore cloud-simple cloud-two-tasks dht-chord dht-pastry exception energy-consumption energy-onoff energy-pstate energy-ptask energy-vm failures io-file io-remote io-storage task-priority process-kill process-migration process-suspend - properties set-maestro process-startkilltime synchro trace-categories + platform-properties set-maestro process-startkilltime synchro trace-categories trace-link-srcdst-user-variables trace-link-user-variables trace-masterworker trace-platform trace-process-migration trace-simple trace-user-variables) add_executable (${x} ${x}/${x}.c) @@ -84,7 +84,7 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/actio foreach(x actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple cloud-two-tasks dht-chord dht-kademlia failures io-file io-remote io-storage task-priority - process-kill process-migration process-suspend properties synchro process-startkilltime) + process-kill process-migration process-suspend platform-properties synchro process-startkilltime) ADD_TESH_FACTORIES(msg-${x} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/${x} ${x}.tesh) endforeach() diff --git a/examples/msg/properties/properties.c b/examples/msg/platform-properties/platform-properties.c similarity index 100% rename from examples/msg/properties/properties.c rename to examples/msg/platform-properties/platform-properties.c diff --git a/examples/msg/properties/properties.tesh b/examples/msg/platform-properties/platform-properties.tesh similarity index 93% rename from examples/msg/properties/properties.tesh rename to examples/msg/platform-properties/platform-properties.tesh index b984c3435e..ab319fed3e 100644 --- a/examples/msg/properties/properties.tesh +++ b/examples/msg/platform-properties/platform-properties.tesh @@ -3,7 +3,7 @@ p Testing a MSG application with properties in the XML for Hosts, Links and Processes ! output sort 19 -$ $SG_TEST_EXENV ${bindir:=.}/properties$EXEEXT ${srcdir:=.}/prop.xml ${srcdir:=.}/../msg/properties/properties_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ $SG_TEST_EXENV ${bindir:=.}/platform-properties$EXEEXT ${srcdir:=.}/prop.xml ${srcdir:=.}/../msg/platform-properties/platform-properties_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (0:maestro@) There are 7 hosts in the environment > [ 0.000000] (0:maestro@) Host 'node-3.acme.org' runs at 1000000000 flops/s > [ 0.000000] (0:maestro@) Host 'node-0.acme.org' runs at 1000000000 flops/s diff --git a/examples/msg/properties/properties_d.xml b/examples/msg/platform-properties/platform-properties_d.xml similarity index 100% rename from examples/msg/properties/properties_d.xml rename to examples/msg/platform-properties/platform-properties_d.xml -- 2.20.1