Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add sources for rngstreams
[simgrid.git] / examples / lua / README
1
2 Examples containing in this directory
3
4 ===============================================================================
5 * master_slave.lua           
6 ===============================================================================
7     - Description:
8     Simple master slave application
9
10     - Platform Files:
11     ../msg/small_platform.xml
12         
13     - Deployment Files:
14     ../ruby/deploy.xml
15
16     - Execute: 
17     (WARNING: the current directory must be examples/lua/)
18     lua master_slave.lua
19
20 ===============================================================================
21 * mult_matrix.lua
22 ===============================================================================
23
24
25     - Description:
26     Simple example to demonstrate how 2 process could exchage data via a shared Task
27     in this example :
28         *Process Sender : Send two matrix with a fixed size to the 'Receiver' process
29         *Process Receiver : Receive the Matrix, make multiplication and put the result
30                             into the shared task that the Sender could read it .   
31     
32     - Platform Files:
33     ../ruby/quicksort_platform.xml    
34         
35     - Deployment Files:
36     ../ruby/quicksort_deployment.xml
37
38     - Execute: 
39     (WARNING: the current directory must be examples/lua/)
40     lua mult_matrix.lua
41             
42 ================================================================================
43 ================================================================================
44
45