Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d212c62e4a402bb0fdc5badc8c0ac384c2273fdc
[simgrid.git] / doc / gtut-files / 5-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:(18581) 0.000005] gras/gras.c:79: [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 $ ./test_simulator platform.xml test.xml
10 Client ready; listening on 1024
11 we sent the data to the server on Jacquelin. Let's do it again for fun
12 Cool, we received the message from Boivin:1024.
13 Ok. Enough. Have a rest, and then kill the server
14 Cool, we received the message from Boivin:1024.
15 [Boivin:client:(2) 0.000000] gras/gras.c:79: [gras/INFO] Exiting GRAS
16 Argh, killed by Boivin:1024! Bye folks...
17 [0.000000] msg/global.c:478: [msg_kernel/INFO] Oops ! Deadlock or code not perfectly clean.
18 [0.000000] msg/global.c:293: [msg_kernel/INFO] MSG: 1 processes are still running, waiting for something.
19 [0.000000] msg/global.c:295: [msg_kernel/INFO] MSG: <process>(<pid>) on <host>: <status>.
20 [0.000000] msg/global.c:309: [msg_kernel/INFO] MSG:  server(1) on Jacquelin: [blocked]  Listening on channel 0
21 [0.000000] msg/global.c:486: [msg_kernel/INFO] Return a Warning.
22 $