X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82a6231af79e25a18206bdf71627ff1bc1a465a5..d2e821780d4e656ef56a50cd334893799c660a05:/examples/lua/mult_matrix.tesh diff --git a/examples/lua/mult_matrix.tesh b/examples/lua/mult_matrix.tesh index 24fd093958..c2891faadf 100644 --- a/examples/lua/mult_matrix.tesh +++ b/examples/lua/mult_matrix.tesh @@ -2,12 +2,13 @@ # Later modify the commande and specify the platform and deployment path -$ lua mult_matrix.lua -> [Inmos:Sender:(1) 0.000000] [lua/INFO] Hello From Sender -> [Inmos:Sender:(1) 0.000000] [lua/INFO] Argc=4 (should be 4) -> [Inmos:Sender:(1) 0.000000] [lua/INFO] Sending matrix_task to Bellevue -> [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Hello From Receiver -> [Bellevue:Receiver:(2) 0.000000] [lua/INFO] Receiving Task from Inmos -> [Bellevue:Receiver:(2) 0.030276] [lua/INFO] Calcul is done ... Bye -> [Inmos:Sender:(1) 0.030276] [lua/INFO] Got the Multiplication result ...Bye -> [0.030276] [lua/INFO] Simulation's over.See you. +! 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.030276] (0:@) Simulation's over.See you. +> [ 0.030276] (1:Sender@Inmos) Got the Multiplication result ...Bye +> [ 0.030276] (2:Receiver@Bellevue) Calcul is done ... Bye