Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
[simgrid.git] / examples / java / async / dsend / async_dsend.tesh
1 #! tesh
2
3 ! output sort 19
4 ! timeout 30
5 $ java -classpath ${classpath:=.} async/dsend/Main ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (0:maestro@) Using regular java threads.
7 > [  0.000000] (1:Sender@Fafard) Hello! Got 4 receivers to contact
8 > [  0.000000] (1:Sender@Fafard) Sending "Task_1" to "Tremblay"
9 > [  0.000000] (1:Sender@Fafard) Sending "Task_2" to "Bourassa"
10 > [  0.000000] (1:Sender@Fafard) Sending "Task_3" to "Jupiter"
11 > [  0.000000] (1:Sender@Fafard) Sending "Task_4" to "Ginette"
12 > [  0.000000] (1:Sender@Fafard) All tasks have been (asynchronously) dispatched. Let's sleep for 10s so that nobody gets a message from a terminated process.
13 > [  0.000000] (2:Receiver@Tremblay) Receiving on 'Tremblay'
14 > [  0.000000] (3:Receiver@Bourassa) Receiving on 'Bourassa'
15 > [  0.000000] (4:Receiver@Jupiter) Receiving on 'Jupiter'
16 > [  0.000000] (5:Receiver@Ginette) Receiving on 'Ginette'
17 > [  1.947550] (3:Receiver@Bourassa) Received a task. I'm done. See you!
18 > [  2.084248] (5:Receiver@Ginette) Received a task. I'm done. See you!
19 > [  2.432373] (2:Receiver@Tremblay) Received a task. I'm done. See you!
20 > [  2.690554] (4:Receiver@Jupiter) Received a task. I'm done. See you!
21 > [ 10.000000] (0:maestro@) MSG_main finished; Cleaning up the simulation...
22 > [ 10.000000] (1:Sender@Fafard) Goodbye now!