Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Substitution of the word "resource" by "model" in every surf
[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 [blaise:client:(17314) 0.000015] [gras/INFO] Exiting GRAS
8 Argh, killed by 127.0.0.1:1024! Bye folks...
9 [blaise:server:(17312) 0.000007] [gras/INFO] Exiting GRAS
10 $
11 $ ./test_simulator platform.xml test.xml
12 Client ready; listening on 1024
13 Cool, we received the message from Boivin:1024.
14 we sent the data to the server on Jacquelin. Let's do it again for fun
15 Cool, we received the message from Boivin:1024.
16 Ok. Enough. Have a rest, and then kill the server
17 Argh, killed by Boivin:1024! Bye folks...
18 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
19 [Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS
20 $