Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kinda working again: only a segfault at termination
[simgrid.git] / examples / pingPong / ping_pong.tesh
1 # compile the example\r
2 $ javac -classpath $MSG4JAVA_CLASSPATH$ENV_SEPARATOR. *.java\r
3 \r
4 # run the comm_time sample\r
5 $ java -classpath $MSG4JAVA_CLASSPATH$ENV_SEPARATOR PingPongTest ping_pong_platform.xml ping_pong_deployment.xml\r
6 > [Inmos:Sender:(1) 0.000000] [jmsg/INFO] hello!\r
7 > [Inmos:Sender:(1) 0.000000] [jmsg/INFO] host count : 1\r
8 > [Inmos:Sender:(1) 0.000000] [jmsg/INFO] sender time : 0.0\r
9 > [Bellevue:Receiver:(2) 0.000000] [jmsg/INFO] hello!\r
10 > [Bellevue:Receiver:(2) 0.000000] [jmsg/INFO] try to get a task\r
11 > [Inmos:Sender:(1) 0.001462] [jmsg/INFO] goodbye!\r
12 > [Bellevue:Receiver:(2) 0.001462] [jmsg/INFO] Got at time 0.0014616631517\r
13 > [Bellevue:Receiver:(2) 0.001462] [jmsg/INFO] Was sent at time 0.0\r
14 > [Bellevue:Receiver:(2) 0.001462] [jmsg/INFO] Communication time : 0.0014616631517\r
15 > [Bellevue:Receiver:(2) 0.001462] [jmsg/INFO]  --- bw 6.841521583389041E10 ----\r
16 > [Bellevue:Receiver:(2) 0.001462] [jmsg/INFO] goodbye!