Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Renamed host 'power' to 'speed' for hosts
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.tesh
1 # compile the mult_matrix example
2
3 # Later modify the commande and specify the platform and deployment path
4
5 ! output sort 19
6 $ lua mult_matrix.lua "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (1:Sender@Tremblay) Hello From Sender
8 > [  0.000000] (1:Sender@Tremblay) Argc=4 (should be 4)
9 > [  0.000000] (1:Sender@Tremblay) Sending matrix_task to Jupiter
10 > [  0.000000] (2:Receiver@Jupiter) Hello From Receiver
11 > [  0.000000] (2:Receiver@Jupiter) Receiving Task from Tremblay
12 > [  0.034028] (2:Receiver@Jupiter) Calcul is done ... Bye
13 > [  0.034028] (1:Sender@Tremblay) Got the Multiplication result ...Bye
14 > [  0.034028] (0:@) Simulation's over.See you.