Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
[simgrid.git] / doc / gtut-files / 03-args.output
similarity index 58%
rename from doc/gtut-files/3-args.output
rename to doc/gtut-files/03-args.output
index 7b36ec6..ba64a65 100644 (file)
@@ -1,15 +1,15 @@
 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
 Client ready; listening on 1024
 That's it, we sent the data to the server on 127.0.0.1
-[blaise:client:(3668) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
+[blaise:client:(13082) 0.000006] gras/gras.c:83: [gras/INFO] Exiting GRAS
 Cool, we received the message from 127.0.0.1:1024.
-[blaise:server:(3666) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
+[blaise:server:(13080) 0.000005] gras/gras.c:83: [gras/INFO] Exiting GRAS
 $
 $ ./test_simulator platform.xml test.xml
 Client ready; listening on 1024
 That's it, we sent the data to the server on Jacquelin
-[Boivin:client:(2) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
+[Boivin:client:(2) 0.000000] gras/gras.c:83: [gras/INFO] Exiting GRAS
 Cool, we received the message from Boivin:1024.
-[Jacquelin:server:(1) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
-[0.000000] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all process are over
+[Jacquelin:server:(1) 0.000000] gras/gras.c:83: [gras/INFO] Exiting GRAS
+[0.000000] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all processes are over
 $