Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: redesign the end of actors/ranks' lifetime
[simgrid.git] / examples / smpi / replay_multiple_manual_deploy / replay_multiple_manual_coll1.tesh
1 p Workload with one coll job
2
3 < One app alone
4 < alone coll.txt 2 0 0,1
5 $ mkfile ${srcdir:=.}/workload_coll1
6
7 ! timeout 120
8 ! output sort 25
9 $ ./replay_multiple_manual ${platfdir}/small_platform_with_routers.xml  ${srcdir:=.}/workload_coll1 --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 0 0
10 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
11 > [   0.000000] (maestro@) Job read: app='alone', file='coll.txt', size=2, start=0, alloc='0,1'
12 > [   0.000000] (workload@Bourassa) Launching the job executor of job 0 (app 'alone')
13 > [   0.000000] (job_0000@Bourassa) Executing job 0 (smpi_app 'alone')
14 > [   0.000000] (rank_0_0@Bourassa) Replaying rank 0 of job 0 (smpi_app 'alone')
15 > [   0.000000] (rank_0_1@Fafard) Replaying rank 1 of job 0 (smpi_app 'alone')
16 > [  77.638391] (rank_0_1@Fafard) Finished replaying rank 1 of job 0 (smpi_app 'alone')
17 > [  77.645196] (rank_0_0@Bourassa) Simulation time 77.645196
18 > [  77.645196] (rank_0_0@Bourassa) Finished replaying rank 0 of job 0 (smpi_app 'alone')
19 > [  78.645196] (job_0000@Bourassa) Finished job 0 (smpi_app 'alone')
20 > [  78.645196] (maestro@) Simulation finished! Final time: 78.6452
21
22 p Workload with one coll job (with noise)
23 ! timeout 120
24 ! output sort 25
25 $ ./replay_multiple_manual ${platfdir}/small_platform_with_routers.xml  ${srcdir:=.}/workload_coll1 --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 7 13
26 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
27 > [   0.000000] (maestro@) Job read: app='alone', file='coll.txt', size=2, start=0, alloc='0,1'
28 > [   0.000000] (workload@Bourassa) Launching the job executor of job 0 (app 'alone')
29 > [   0.000000] (job_0000@Bourassa) Executing job 0 (smpi_app 'alone')
30 > [   0.000000] (rank_0_0@Bourassa) Replaying rank 0 of job 0 (smpi_app 'alone')
31 > [   0.000000] (rank_0_1@Fafard) Replaying rank 1 of job 0 (smpi_app 'alone')
32 > [  77.638391] (rank_0_1@Fafard) Finished replaying rank 1 of job 0 (smpi_app 'alone')
33 > [  77.645196] (rank_0_0@Bourassa) Simulation time 77.645196
34 > [  77.645196] (rank_0_0@Bourassa) Finished replaying rank 0 of job 0 (smpi_app 'alone')
35 > [  78.645196] (job_0000@Bourassa) Finished job 0 (smpi_app 'alone')
36 > [  78.645196] (maestro@) Simulation finished! Final time: 78.6452
37
38 $ rm -f ${srcdir:=.}/workload_coll1