Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
255620844fc150b114b7c20fae0bd44130deb0c9
[simgrid.git] / examples / smpi / replay_multiple_manual_deploy / replay_multiple_manual_nojob.tesh
1 p Workload without any job
2
3 < This workload does not compute any job.
4 $ mkfile ${srcdir:=.}/workload_nojob
5
6 ! timeout 120
7 ! output sort 25
8 $ ./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
9 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
10 > [   0.000000] (maestro@) Simulation finished! Final time: 0
11
12 ! timeout 120
13 ! output sort 25
14 $ ./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
15 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
16 > [   7.000000] (maestro@) Simulation finished! Final time: 7
17
18 $ rm -f ${srcdir:=.}/workload_nojob