Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ad94484869f8c067a1a77892657698a1ac7ff6f8
[simgrid.git] / doc / gtut-files / 04-callback.output
1 $ ./test_server 23451 & ./test_client 127.0.0.1 23451
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:(17261) 0.000012] [gras/INFO] Exiting GRAS
5 Cool, we received the message from 127.0.0.1:1024.
6 [blaise:server:(17259) 0.000011] [gras/INFO] Exiting GRAS
7 $
8 $ ./test_simulator platform.xml test.xml
9 Client ready; listening on 1024
10 Cool, we received the message from Boivin:1024.
11 [Jacquelin:server:(1) 0.000000] [gras/INFO] Exiting GRAS
12 That's it, we sent the data to the server on Jacquelin
13 [Boivin:client:(2) 0.000000] [gras/INFO] Exiting GRAS
14 $