Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix Java and MC examples
[simgrid.git] / examples / deprecated / java / async / yield / async-yield.tesh
1 #!/usr/bin/env tesh
2
3 ! timeout 30
4 $ ${javacmd:=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...