X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/827f942348ee73ff248814f968fd3773e1c73799..f9429688b769a280613358774f87d56857d32ac2:/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_nojob.tesh?ds=sidebyside diff --git a/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_nojob.tesh b/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_nojob.tesh index 3d22a64bc5..d7ade0db82 100644 --- a/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_nojob.tesh +++ b/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_nojob.tesh @@ -1,7 +1,16 @@ -# comment p Workload without any job + +< This workload does not compute any job. +$ mkfile ${srcdir:=.}/workload_nojob + ! timeout 120 -! output sort 19 -$ ./replay_multiple_manual ${srcdir:=.}/../../platforms/small_platform_with_routers.xml ${srcdir:=.}/workload_nojob --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 0 0 +$ ./replay_multiple_manual ${platfdir}/small_platform_with_routers.xml ${srcdir:=.}/workload_nojob --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 0 0 > [ 0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100' > [ 0.000000] (maestro@) Simulation finished! Final time: 0 + +! timeout 120 +$ ./replay_multiple_manual ${platfdir}/small_platform_with_routers.xml ${srcdir:=.}/workload_nojob --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 7 13 +> [ 0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100' +> [ 7.000000] (maestro@) Simulation finished! Final time: 7 + +$ rm -f ${srcdir:=.}/workload_nojob \ No newline at end of file