Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another try to please clang
[simgrid.git] / examples / cpp / exec-waitfor / s4u-exec-waitfor.tesh
index c58d0488d1e5999523c549a41124db089109e7b8..354cdca97ddf780f39c1483dcb353be496409966 100644 (file)
@@ -3,8 +3,8 @@
 $ ${bindir:=.}/s4u-exec-waitfor ${platfdir}/multicore_machine.xml "--log=root.fmt:[%10.6r]%e[%14P]%e%m%n"
 > [  0.000000] [        worker] Create an activity that should run for 5 seconds
 > [  0.000000] [        worker] But let it end after 3 seconds
-> [  3.000000] [        worker] Execution Timeout!
+> [  3.000000] [        worker] Execution Wait Timeout!
 > [  3.000000] [        worker] Create another activity that should run for 5 seconds and wait for it for 6 seconds
 > [  8.000000] [        worker] Execution complete
 > [  8.000000] [        worker] Finally test with a parallel execution
-> [ 10.000000] [        worker] Parallel Execution Timeout!
+> [ 10.000000] [        worker] Parallel Execution Wait Timeout!