X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c9b55f9c36855549c0a1dc3eae18cd9b520a85e..089f75c8f83b841c91e74cdfd4e925d027ff7769:/examples/msg/parallel_task/parallel_task.tesh diff --git a/examples/msg/parallel_task/parallel_task.tesh b/examples/msg/parallel_task/parallel_task.tesh index ead97106ca..1f60947e6d 100644 --- a/examples/msg/parallel_task/parallel_task.tesh +++ b/examples/msg/parallel_task/parallel_task.tesh @@ -1,18 +1,9 @@ #! ./tesh -p Testing a simple master/slave example application - -! output sort -$ $SG_TEST_EXENV parallel_task/parallel_task$EXEEXT ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) type in variable = 2 -> [ 0.000000] (0:@) surf_workstation_model_init_ptask_L07 -> [ 0.009378] (0:@) Simulation time 0.00937836 -> [ 0.009378] (1:test@Fafard) Goodbye now! - -! output sort -$ $SG_TEST_EXENV parallel_task/test_ptask$EXEEXT ${srcdir:=.}/parallel_task/test_ptask_platform.xml ${srcdir:=.}/parallel_task/test_ptask_deployment.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (0:@) type in variable = 2 -> [ 0.000000] (0:@) surf_workstation_model_init_ptask_L07 -> [ 1.000300] (1:execute@Ginette) execution_time=1.0003 -> [ 6.000900] (0:@) Simulation time 6.0009 -> [ 6.000900] (2:redistribute@Ginette) redistribution_time=6.0009 +$ $SG_TEST_EXENV parallel_task/parallel_task$EXEEXT ${srcdir:=.}/../platforms/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" +> [ 0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks. +> [ 0.000000] (1:test@Fafard) First, build a classical parallel task, with 1 Gflop to execute on each node, and 10MB to exchange between each pair +> [ 20.625396] (1:test@Fafard) Then, build a parallel task involving only computations and no communication (1 Gflop per node) +> [ 41.247354] (1:test@Fafard) Finally, trick the ptask to do a 'remote execution', on host Tremblay +> [ 51.441554] (1:test@Fafard) Goodbye now! +> [ 51.441554] (0:maestro@) Simulation done.