Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branches 'auto_restart' and 'auto_restart' of framagit.org:simgrid/simgrid
[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 $ ./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
8 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
9 > [   0.000000] (maestro@) Simulation finished! Final time: 0
10
11 ! timeout 120
12 $ ./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
13 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
14 > [   7.000000] (maestro@) Simulation finished! Final time: 7
15
16 $ rm -f ${srcdir:=.}/workload_nojob