Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c2891faadfe0341a93570ec047528aab6b06acde
[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 ! output sort
6 $ lua mult_matrix.lua "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (1:Sender@Inmos) Hello From Sender
8 > [  0.000000] (1:Sender@Inmos) Argc=4 (should be 4)
9 > [  0.000000] (1:Sender@Inmos) Sending matrix_task to Bellevue
10 > [  0.000000] (2:Receiver@Bellevue) Hello From Receiver
11 > [  0.000000] (2:Receiver@Bellevue) Receiving Task from Inmos
12 > [  0.030276] (0:@) Simulation's over.See you.
13 > [  0.030276] (1:Sender@Inmos) Got the Multiplication result ...Bye
14 > [  0.030276] (2:Receiver@Bellevue) Calcul is done ... Bye