Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 15 Jul 2006 17:35:19 +0000 (17:35 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 15 Jul 2006 17:35:19 +0000 (17:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2581 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/gtut-files/3-args.output [new file with mode: 0644]

diff --git a/doc/gtut-files/3-args.output b/doc/gtut-files/3-args.output
new file mode 100644 (file)
index 0000000..d284cc7
--- /dev/null
@@ -0,0 +1,14 @@
+$ ./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:(23315) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
+Cool, we received the message from 127.0.0.1:1024.
+[blaise:server:(23313) 0.000004] 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
+[Boivin:client:(2) 0.000000] gras/gras.c:79: [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
+$