Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix memory leaks.
[simgrid.git] / examples / java / async / yield / async_yield.tesh
1 #! 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; Cleaning up the simulation...