Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix xmls for lua examples
[simgrid.git] / examples / lua / multi_matrix / mult_matrix.tesh
index bdd9869..1710a8c 100644 (file)
@@ -4,11 +4,11 @@
 
 ! output sort
 $ lua mult_matrix.lua "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
-> [  0.000000] (1:Sender@Inmos) Hello From Sender
-> [  0.000000] (1:Sender@Inmos) Argc=4 (should be 4)
-> [  0.000000] (1:Sender@Inmos) Sending matrix_task to Bellevue
-> [  0.000000] (2:Receiver@Bellevue) Hello From Receiver
-> [  0.000000] (2:Receiver@Bellevue) Receiving Task from Inmos
+> [  0.000000] (1:Sender@Tremblay) Hello From Sender
+> [  0.000000] (1:Sender@Tremblay) Argc=4 (should be 4)
+> [  0.000000] (1:Sender@Tremblay) Sending matrix_task to Jupiter
+> [  0.000000] (2:Receiver@Jupiter) Hello From Receiver
+> [  0.000000] (2:Receiver@Jupiter) Receiving Task from Tremblay
+> [  0.034028] (2:Receiver@Jupiter) Calcul is done ... Bye
+> [  0.034028] (1:Sender@Tremblay) Got the Multiplication result ...Bye
 > [  0.034028] (0:@) Simulation's over.See you.
-> [  0.034028] (1:Sender@Inmos) Got the Multiplication result ...Bye
-> [  0.034028] (2:Receiver@Bellevue) Calcul is done ... Bye