
Examples contained in this directory

To execute any SimGrid Lua example, 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:
    ../../msg/small_platform.xml
	
    - Deployment Files:
    ../deploy.xml

    - Execute: 
    lua master_slave.lua

===============================================================================
* 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
	    
================================================================================
================================================================================


