Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[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 $ lua mult_matrix.lua
6 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Hello From Sender
7 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Argc=4 (should be 4)
8 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Creating task
9 > [Inmos:Sender:(1) 0.000000] [lua/INFO] Sending matrix_task to Bellevue
10 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Hello From Receiver
11 > [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Receiving Task from Inmos
12 > [Bellevue:Receiver:(2) 0.030276] [lua/INFO] Calcul is done ... Bye
13 > [Inmos:Sender:(1) 0.030276] [lua/INFO] Got the Multiplication result ...Bye
14 > [0.030276] [lua/INFO] Simulation's over.See you.