X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/767d7bdbc801f6ec69833f72c66ae1975dc8c754..4d368893c1c4c43aea93f16c3e519b29b278b693:/examples/lua/multi_matrix/mult_matrix.tesh diff --git a/examples/lua/multi_matrix/mult_matrix.tesh b/examples/lua/multi_matrix/mult_matrix.tesh deleted file mode 100644 index 47aa928a22..0000000000 --- a/examples/lua/multi_matrix/mult_matrix.tesh +++ /dev/null @@ -1,14 +0,0 @@ -# compile the mult_matrix example - -# Later modify the commande and specify the platform and deployment path - -! output sort 19 -$ lua mult_matrix.lua "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 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.