Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
8f10b123aa3397d4293d0178753d07b1d1faa129
[simgrid.git] / examples / lua / mult_matrix.tesh
1 # compile the mult_matrix example
2
3 # Later modify the commande and specify the platform and deployment path
4
5 # The setenv is mandatory until the make install only
6 ! setenv LUA_CPATH=../../lib/lua/5.1/?.so;
7
8 $ lua mult_matrix.lua
9 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Hello From Sender
10 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Argc=4 (should be 4)
11 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Sending matrix_task to Bellevue
12 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Hello From Receiver
13 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Receiving Task from Inmos
14 > [Bellevue:Receiver:(2) 0.030276] [lua/INFO] Calcul is done ... Bye
15 > [Inmos:Sender:(1) 0.030276] [lua/INFO] Got the Multiplication result ...Bye
16 > [0.030276] [lua/INFO] Simulation's over.See you.