Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix smpi_execute_benched.
[simgrid.git] / examples / java / async / dsend / async_dsend.tesh
1 #! tesh
2
3 ! timeout 30
4 $ java -classpath ${classpath:=.} async/dsend/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
5 > [  0.000000] (0:maestro@) Using regular java threads.
6 > [  0.000000] (1:Sender@Boivin) Hello! Got 6 receivers to contact
7 > [  0.000000] (1:Sender@Boivin) Sending "Task_1" to "Bourassa"
8 > [  0.000000] (2:Receiver@Bourassa) Receiving on 'Bourassa'
9 > [  0.000000] (3:Receiver@Fafard) Receiving on 'Fafard'
10 > [  0.000000] (4:Receiver@Ginette) Receiving on 'Ginette'
11 > [  0.000000] (5:Receiver@Jacquelin) Receiving on 'Jacquelin'
12 > [  0.000000] (6:Receiver@Jupiter) Receiving on 'Jupiter'
13 > [  0.000000] (7:Receiver@Tremblay) Receiving on 'Tremblay'
14 > [  0.000000] (1:Sender@Boivin) Sending "Task_2" to "Fafard"
15 > [  0.000000] (1:Sender@Boivin) Sending "Task_3" to "Ginette"
16 > [  0.000000] (1:Sender@Boivin) Sending "Task_4" to "Jacquelin"
17 > [  0.000000] (1:Sender@Boivin) Sending "Task_5" to "Jupiter"
18 > [  0.000000] (1:Sender@Boivin) Sending "Task_6" to "Tremblay"
19 > [  0.000000] (1:Sender@Boivin) All tasks have been (asynchronously) dispatched. Let's sleep for 20s so that nobody gets a message from a terminated process.
20 > [  1.933362] (2:Receiver@Bourassa) Received a task. I'm done. See you!
21 > [  1.933362] (4:Receiver@Ginette) Received a task. I'm done. See you!
22 > [  1.933362] (6:Receiver@Jupiter) Received a task. I'm done. See you!
23 > [  2.449247] (7:Receiver@Tremblay) Received a task. I'm done. See you!
24 > [  2.964768] (3:Receiver@Fafard) Received a task. I'm done. See you!
25 > [  4.162002] (5:Receiver@Jacquelin) Received a task. I'm done. See you!
26 > [ 20.000000] (1:Sender@Boivin) Done sleeping. Goodbye now!
27 > [ 20.000000] (0:maestro@) MSG_main finished; Cleaning up the simulation...