Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
36c3e29c0ed22b2ad33a3bf7ac99fb762818d7e3
[simgrid.git] / doc / gtut-files / 4-callback.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:(7454) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS
5 Cool, we received the message from 127.0.0.1:1024.
6 [blaise:server:(7452) 0.000004] gras/gras.c:79: [gras/INFO] Exiting GRAS
7 $ ./test_simulator platform.xml test.xml
8 Client ready; listening on 1024
9 That's it, we sent the data to the server on Jacquelin
10 [Boivin:client:(2) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
11 Cool, we received the message from Boivin:1024.
12 [Jacquelin:server:(1) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
13 [0.000000] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all process are over
14 $