X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ed0027626af0832b85eaa892467a2dcf93108c3..7cf66e5ab4aeb5d8ba2dae8ee85ab8e0f2c6a368:/teshsuite/models/ptask_L07/ptask_L07.tesh?ds=sidebyside diff --git a/teshsuite/models/ptask_L07/ptask_L07.tesh b/teshsuite/models/ptask_L07/ptask_L07.tesh index 7c0c9c1291..2548b957fe 100644 --- a/teshsuite/models/ptask_L07/ptask_L07.tesh +++ b/teshsuite/models/ptask_L07/ptask_L07.tesh @@ -10,6 +10,13 @@ $ ${bindir:=.}/ptask_L07 --cfg=host/model:ptask_L07 ${platfdir}/ptask_L07.xml -- > Actual result: computing 1 flop at 1 flop/s takes 1.00 seconds. > > +> TEST: Create and run two concurrent sequential executions. +> ------------------------------------------------------------ +> Have to compute 2 x 1 flop on a 1 flop/s host. +> Should be done in exactly 2 seconds because of sharing. +> Actual result: computing 2x1 flop at 1 flop/s takes 2.00 seconds. +> +> > TEST: Create and run a parallel execution on 2 homogeneous hosts. > ------------------------------------------------------------ > Have to compute 2 flops across two hosts running at 1 flop/s.