Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7b36ec61790898d459a3eea3d9751eb402c35e3f
[simgrid.git] / doc / gtut-files / 3-args.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 Client ready; listening on 1024
3 That's it, we sent the data to the server on 127.0.0.1
4 [blaise:client:(3668) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
5 Cool, we received the message from 127.0.0.1:1024.
6 [blaise:server:(3666) 0.000005] gras/gras.c:79: [gras/INFO] Exiting GRAS
7 $
8 $ ./test_simulator platform.xml test.xml
9 Client ready; listening on 1024
10 That's it, we sent the data to the server on Jacquelin
11 [Boivin:client:(2) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
12 Cool, we received the message from Boivin:1024.
13 [Jacquelin:server:(1) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
14 [0.000000] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all process are over
15 $