Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
9c7526d4ada98353d00c542f024b4d67d2e01461
[simgrid.git] / examples / java / async / yield / async-yield.tesh
1 #!/usr/bin/env tesh
2
3 ! timeout 30
4 $ java -classpath ${classpath:=.} async/yield/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:Yielder@Boivin) Yielded 10. Good bye now!
7 > [  0.000000] (2:Yielder@Bourassa) Yielded 15. Good bye now!
8 > [  0.000000] (0:maestro@) MSG_main finished; Terminating the simulation...