Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed project to chainsend to avoid confusion
authorMaximiliano Geier <maximiliano.geier@loria.fr>
Tue, 16 Oct 2012 09:42:50 +0000 (11:42 +0200)
committerMaximiliano Geier <maximiliano.geier@loria.fr>
Wed, 28 Nov 2012 10:49:25 +0000 (11:49 +0100)
22 files changed:
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
examples/msg/chainsend/CMakeLists.txt [moved from examples/msg/kadeploy/CMakeLists.txt with 59% similarity]
examples/msg/chainsend/README [moved from examples/msg/kadeploy/README with 52% similarity]
examples/msg/chainsend/broadcaster.c [moved from examples/msg/kadeploy/broadcaster.c with 98% similarity]
examples/msg/chainsend/broadcaster.h [moved from examples/msg/kadeploy/broadcaster.h with 100% similarity]
examples/msg/chainsend/chainsend.c [moved from examples/msg/kadeploy/kadeploy.c with 94% similarity]
examples/msg/chainsend/chainsend_CLM03.tesh [moved from examples/msg/kadeploy/kadeploy_CLM03.tesh with 100% similarity]
examples/msg/chainsend/chainsend_KCCFLN05.tesh [moved from examples/msg/kadeploy/kadeploy_KCCFLN05.tesh with 100% similarity]
examples/msg/chainsend/chainsend_Reno.tesh [moved from examples/msg/kadeploy/kadeploy_Reno.tesh with 100% similarity]
examples/msg/chainsend/chainsend_Vegas.tesh [moved from examples/msg/kadeploy/kadeploy_Vegas.tesh with 100% similarity]
examples/msg/chainsend/common.c [moved from examples/msg/kadeploy/common.c with 100% similarity]
examples/msg/chainsend/common.h [moved from examples/msg/kadeploy/common.h with 100% similarity]
examples/msg/chainsend/deployment_chainsend.xml [moved from examples/msg/kadeploy/deployment_kadeploy.xml with 92% similarity]
examples/msg/chainsend/generate_deployment_file.rb [moved from examples/msg/kadeploy/generate_deployment_file.rb with 100% similarity]
examples/msg/chainsend/iterator.c [moved from examples/msg/kadeploy/iterator.c with 100% similarity]
examples/msg/chainsend/iterator.h [moved from examples/msg/kadeploy/iterator.h with 100% similarity]
examples/msg/chainsend/messages.c [moved from examples/msg/kadeploy/messages.c with 100% similarity]
examples/msg/chainsend/messages.h [moved from examples/msg/kadeploy/messages.h with 100% similarity]
examples/msg/chainsend/peer.c [moved from examples/msg/kadeploy/peer.c with 98% similarity]
examples/msg/chainsend/peer.h [moved from examples/msg/kadeploy/peer.h with 100% similarity]
examples/msg/chainsend/platform_chainsend.xml [moved from examples/msg/kadeploy/platform_kadeploy.xml with 95% similarity]

index eb923dd..0b956b8 100644 (file)
@@ -671,7 +671,7 @@ set(EXAMPLES_CMAKEFILES_TXT
   examples/msg/priority/CMakeLists.txt
   examples/msg/properties/CMakeLists.txt
   examples/msg/sendrecv/CMakeLists.txt
-  examples/msg/kadeploy/CMakeLists.txt
+  examples/msg/chainsend/CMakeLists.txt
   examples/msg/start_kill_time/CMakeLists.txt
   examples/msg/suspend/CMakeLists.txt
   examples/msg/token_ring/CMakeLists.txt
index 6fc76d4..b297061 100644 (file)
@@ -35,7 +35,7 @@ add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/properties)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/actions)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/migration)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/sendrecv)
-add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/kadeploy)
+add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/chainsend)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/suspend)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/parallel_task)
 add_subdirectory(${CMAKE_HOME_DIRECTORY}/examples/msg/priority)
similarity index 59%
rename from examples/msg/kadeploy/CMakeLists.txt
rename to examples/msg/chainsend/CMakeLists.txt
index f28d923..40e6701 100644 (file)
@@ -2,23 +2,23 @@ cmake_minimum_required(VERSION 2.6)
 
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
-add_executable(kadeploy kadeploy.c iterator.c common.c messages.c broadcaster.c peer.c)
+add_executable(chainsend chainsend.c iterator.c common.c messages.c broadcaster.c peer.c)
 
 ### Add definitions for compile
-target_link_libraries(kadeploy simgrid m )
+target_link_libraries(chainsend simgrid m )
 
 set(tesh_files
   ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/kadeploy_CLM03.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/kadeploy_KCCFLN05.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/kadeploy_Reno.tesh
-  ${CMAKE_CURRENT_SOURCE_DIR}/kadeploy_Vegas.tesh
+  ${CMAKE_CURRENT_SOURCE_DIR}/chainsend_CLM03.tesh
+  ${CMAKE_CURRENT_SOURCE_DIR}/chainsend_KCCFLN05.tesh
+  ${CMAKE_CURRENT_SOURCE_DIR}/chainsend_Reno.tesh
+  ${CMAKE_CURRENT_SOURCE_DIR}/chainsend_Vegas.tesh
   PARENT_SCOPE
   )
 set(xml_files
   ${xml_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/deployment_kadeploy.xml
-  ${CMAKE_CURRENT_SOURCE_DIR}/platform_kadeploy.xml
+  ${CMAKE_CURRENT_SOURCE_DIR}/deployment_chainsend.xml
+  ${CMAKE_CURRENT_SOURCE_DIR}/platform_chainsend.xml
   PARENT_SCOPE
   )
 set(examples_src
similarity index 52%
rename from examples/msg/kadeploy/README
rename to examples/msg/chainsend/README
index ba36b08..a8fcd15 100644 (file)
@@ -1,12 +1,12 @@
 ====================================================
-           Kadeploy MSG implementation
+           Chainsend MSG implementation
 ====================================================
-Directory : SG_INSTALL_DIR/examples/msg/kadeploy
-Content   : Kadeploy MSG implementation
+Directory : SG_INSTALL_DIR/examples/msg/chainsend
+Content   : Chainsend MSG implementation
 Author    : Maximiliano Geier
 ====================================================
 
 
 This directory contains an implementation of a
-file broadcasting system, similar to the one found
-in Kadeploy, using MSG. 
+file broadcasting system, similar to Kastafoir, 
+the one found in Kadeploy, using MSG. 
similarity index 98%
rename from examples/msg/kadeploy/broadcaster.c
rename to examples/msg/chainsend/broadcaster.c
index bcc1097..2d0b1c0 100644 (file)
@@ -1,7 +1,7 @@
 #include "broadcaster.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_broadcaster,
-                             "Messages specific for kadeploy");
+                             "Messages specific for the broadcaster");
 
 xbt_dynar_t build_hostlist_from_hostcount(int hostcount)
 {
similarity index 94%
rename from examples/msg/kadeploy/kadeploy.c
rename to examples/msg/chainsend/chainsend.c
index 2beb023..0c74523 100644 (file)
 
 /** @addtogroup MSG_examples
  * 
- *  - <b>kadeploy/kadeploy.c: Kadeploy implementation</b>.
+ *  - <b>chainsend/chainsend.c: Chainsend implementation</b>.
  */
 
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(msg_kadeploy,
-                             "Messages specific for kadeploy");
+XBT_LOG_NEW_DEFAULT_CATEGORY(msg_chainsend,
+                             "Messages specific for chainsend");
 
 /*
  Data structures
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3"><!-- For using with kadeploy, platform_kadeploy.xml -->
+<platform version="3"><!-- For using with chainsend, platform_chainsend.xml -->
 
   <!-- Broadcaster -->
   <process host="host0" function="broadcaster">
similarity index 98%
rename from examples/msg/kadeploy/peer.c
rename to examples/msg/chainsend/peer.c
index ba75b8f..cc9723c 100644 (file)
@@ -1,7 +1,7 @@
 #include "peer.h"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_peer,
-                             "Messages specific for kadeploy");
+                             "Messages specific for the peer");
 
 /*******************************************************
  *                     Peer                            *
similarity index 95%
rename from examples/msg/kadeploy/platform_kadeploy.xml
rename to examples/msg/chainsend/platform_chainsend.xml
index a1fe77a..f5c9105 100644 (file)
@@ -2,7 +2,7 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Floyd">
-   <!-- For using with kadeploy, very simple 3-node platform -->
+   <!-- For using with chainsend, very simple 8-node platform -->
    <host id="host0" power="98095000"/>
    <host id="host1" power="76296000"/>
    <host id="host2" power="96296000"/>