Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that amok test files (which are not converted to tesh yet) are made executa...
[simgrid.git] / doc / gtut-files / 05-globals.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 Client ready; listening on 1024
3 we sent the data to the server on 127.0.0.1. Let's do it again for fun
4 Ok. Enough. Have a rest, and then kill the server
5 Cool, we received the message from 127.0.0.1:1024.
6 [blaise:client:(13192) 0.000005] gras/gras.c:83: [gras/INFO] Exiting GRAS
7 Cool, we received the message from 127.0.0.1:1024.
8 Argh, killed by 127.0.0.1:1024! Bye folks...
9 [blaise:server:(13190) 0.000005] gras/gras.c:83: [gras/INFO] Exiting GRAS
10 $
11 $ ./test_simulator platform.xml test.xml
12 Client ready; listening on 1024
13 we sent the data to the server on Jacquelin. Let's do it again for fun
14 Cool, we received the message from Boivin:1024.
15 Ok. Enough. Have a rest, and then kill the server
16 Cool, we received the message from Boivin:1024.
17 [Boivin:client:(2) 0.000000] gras/gras.c:83: [gras/INFO] Exiting GRAS
18 Argh, killed by Boivin:1024! Bye folks...
19 [Jacquelin:server:(1) 0.000000] gras/gras.c:83: [gras/INFO] Exiting GRAS
20 [0.000000] msg/global.c:475: [msg_kernel/INFO] Congratulations ! Simulation terminated : all processes are over
21 $