Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
6ed9de793f9cd5563c6240fea59e93e61f8794d1
[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 Cool, we received the message from 127.0.0.1:1024.
7 [arthur:client:(28822) 0.000027] [gras/INFO] Exiting GRAS
8 Argh, killed by 127.0.0.1:1024! Bye folks...
9 [arthur:server:(28820) 0.000013] [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/INFO] Exiting GRAS
18 Argh, killed by Boivin:1024! Bye folks...
19 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
20 $