]> AND Public Git Repository - simgrid.git/blobdiff - doc/gtut-files/3-args.output
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lesson 8: exceptions
[simgrid.git] / doc / gtut-files / 3-args.output
index 42084bce4a662dca754acb1e1396658660392dce..7b36ec61790898d459a3eea3d9751eb402c35e3f 100644 (file)
@@ -1,9 +1,10 @@
 $ ./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:(6454) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
+[blaise:client:(3668) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
 Cool, we received the message from 127.0.0.1:1024.
-[blaise:server:(6452) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS
+[blaise:server:(3666) 0.000005] gras/gras.c:79: [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