From 029fcb6baed82b9b4073ecfaf17da6fcb73f7e07 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Sat, 2 Dec 2017 16:38:53 +0100 Subject: [PATCH] rename (make more sense like this) --- examples/s4u/CMakeLists.txt | 4 ++-- .../s4u-io-storage-raw.cpp} | 0 .../s4u-io-storage-raw.tesh} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename examples/s4u/{io-raw-storage/s4u-io-raw-storage.cpp => io-storage-raw/s4u-io-storage-raw.cpp} (100%) rename examples/s4u/{io-raw-storage/s4u-io-raw-storage.tesh => io-storage-raw/s4u-io-storage-raw.tesh} (90%) diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 4654f874c8..143c9c3796 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -3,7 +3,7 @@ foreach (example actions-comm actions-storage app-masterworker app-pingpong app-token-ring async-wait async-waitany async-waitall energy-link energy-ptask - io io-file-remote io-raw-storage + io io-file-remote io-storage-raw plugin-hostload mutex) add_executable (s4u-${example} ${example}/s4u-${example}.cpp) target_link_libraries(s4u-${example} simgrid) @@ -70,6 +70,6 @@ foreach(example actions-comm actions-storage dht-chord energy-link energy-ptask plugin-hostload mutex - io io-file-remote io-raw-storage) + io io-file-remote io-storage-raw) ADD_TESH_FACTORIES(s4u-${example} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_CURRENT_BINARY_DIR}/${example} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_HOME_DIRECTORY}/examples/s4u/${example} s4u-${example}.tesh) endforeach() diff --git a/examples/s4u/io-raw-storage/s4u-io-raw-storage.cpp b/examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp similarity index 100% rename from examples/s4u/io-raw-storage/s4u-io-raw-storage.cpp rename to examples/s4u/io-storage-raw/s4u-io-storage-raw.cpp diff --git a/examples/s4u/io-raw-storage/s4u-io-raw-storage.tesh b/examples/s4u/io-storage-raw/s4u-io-storage-raw.tesh similarity index 90% rename from examples/s4u/io-raw-storage/s4u-io-raw-storage.tesh rename to examples/s4u/io-storage-raw/s4u-io-storage-raw.tesh index 0a747b5f42..50de5d0dc1 100644 --- a/examples/s4u/io-raw-storage/s4u-io-raw-storage.tesh +++ b/examples/s4u/io-storage-raw/s4u-io-storage-raw.tesh @@ -1,6 +1,6 @@ #! ./tesh -$ ${bindir:=.}/s4u-io-raw-storage$EXEEXT ${srcdir:=.}/storage/storage.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +$ ${bindir:=.}/s4u-io-storage-raw$EXEEXT ${srcdir:=.}/storage/storage.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:@denise) *** Storage info on denise *** > [ 0.000000] (1:@denise) Storage name: Disk2, mount name: c: > [ 0.000000] (1:@denise) Storage name: Disk4, mount name: /home -- 2.20.1