Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Removed lua simulation support
[simgrid.git] / examples / lua / README
diff --git a/examples/lua/README b/examples/lua/README
deleted file mode 100644 (file)
index 0c01f46..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-
-Examples contained in this directory
-
-To execute any SimGrid Lua example, SimGrid must have been compiled with lua
-support enabled (-Denable_lua) and the SimGrid dynamic library must be in
-your LUA_CPATH. For example:
-
-export LUA_CPATH="${LUA_CPATH};/path/to/simgrid/examples/lua/?.so"
-
-===============================================================================
-* masterslave
-===============================================================================
-
-    - Description:
-    Simple master slave application
-
-    - Directory:
-    examples/lua/masterslave
-
-    - Platform Files:
-    ../../platforms/small_platform.xml
-
-    - Deployment Files:
-    ../deploy.xml
-
-    - Execute:
-    lua master_slave.lua ../../platforms/small_platform.xml ../deploy.xml
-
-===============================================================================
-* multi_matrix
-===============================================================================
-
-    - Description:
-    Simple example to demonstrate how 2 processes can exchange data via a task.
-    In this example:
-       * Process Sender: sends two matrices with a fixed size to the receiver.
-       * Process Receiver: receive the matrices and makes the multiplication.
-
-    - Directory:
-    examples/lua/multi_matrix
-
-    - Platform Files:
-    quicksort_platform.xml
-
-    - Deployment Files:
-    quicksort_deployment.xml
-
-    - Execute:
-    lua mult_matrix.lua
-
-================================================================================
-================================================================================
-
-