Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move initialization somewhere else because people that do not use MSG_launch_applicat...
[simgrid.git] / doc / gtut-files / 09-simpledata.output
1 $ ./test_server 12345 & ./test_client 127.0.0.1 12345
2 [blaise:client:(17701) 0.000018] [test/INFO] we sent the hello to the server on 127.0.0.1.
3 [blaise:client:(17701) 0.000080] [test/INFO] Gave the server more 0.5 second to live
4 [blaise:client:(17701) 0.000103] [gras/INFO] Exiting GRAS
5 [blaise:server:(17698) 0.000013] [test/INFO] Cool, we received a message from 127.0.0.1:1024. Here it is: "Nice to meet you"
6 [blaise:server:(17698) 0.000075] test.c:16: [test/CRITICAL] Argh, 127.0.0.1:1024 gave me 0.50 seconds before suicide!
7 [blaise:server:(17698) 0.500296] test.c:18: [test/CRITICAL] Bye folks...
8 [blaise:server:(17698) 0.500337] [gras/INFO] Exiting GRAS
9 $
10 $ ./test_simulator platform.xml test.xml
11 [Jacquelin:server:(1) 0.000000] [test/INFO] Cool, we received a message from Boivin:1024. Here it is: "Nice to meet you"
12 [Boivin:client:(2) 0.000000] [test/INFO] we sent the hello to the server on Jacquelin.
13 [Jacquelin:server:(1) 0.000539] test.c:16: [test/CRITICAL] Argh, Boivin:1024 gave me 0.50 seconds before suicide!
14 [Boivin:client:(2) 0.000539] [test/INFO] Gave the server more 0.5 second to live
15 [Boivin:client:(2) 0.000539] [gras/INFO] Exiting GRAS
16 [Jacquelin:server:(1) 0.500539] test.c:18: [test/CRITICAL] Bye folks...
17 [Jacquelin:server:(1) 0.500539] [gras/INFO] Exiting GRAS
18 $