Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] .wait() and .is_ready() on simix::Future
[simgrid.git] / teshsuite / simix / generic_simcalls / generic_simcalls.tesh
1 $ ${bindir:=.}/generic_simcalls --cfg=contexts/stack-size:96 ${srcdir:=.}/examples/platforms/small_platform.xml
2 > [Tremblay:master:(0) 0.000000] [test/INFO] Start
3 > [0.000000] [test/INFO] kernel
4 > [Tremblay:master:(0) 0.000000] [test/INFO] kernel, returned
5 > [10.000000] [test/INFO] kernelSync with void
6 > [Tremblay:master:(0) 10.000000] [test/INFO] kernelSync with void, returned
7 > [Tremblay:master:(0) 20.000000] [test/INFO] Exception caught: Exception throwed from kernel_defer
8 > [30.000000] [test/INFO] kernelSync with value
9 > [Tremblay:master:(0) 30.000000] [test/INFO] kernelSync with value returned with 42
10 > [50.000000] [test/INFO] kernelAsync with value
11 > [Tremblay:master:(0) 50.000000] [test/INFO] kernelAsync with value returned with 43
12 > [Tremblay:master:(0) 50.000000] [test/INFO] The future is not ready
13 > [60.000000] [test/INFO] kernelAsync with value
14 > [Tremblay:master:(0) 60.000000] [test/INFO] The future is ready
15 > [Tremblay:master:(0) 60.000000] [test/INFO] kernelAsync with value returned with 43