Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
b648673f76a1fe27a23172da4f75db55e176ab5d
[simgrid.git] / examples / smpi / replay_multiple_manual_deploy / replay_multiple_manual_coll2_st_sr_noise.tesh
1 p Workload with two coll jobs (at the same time and on the same resources)
2
3 < Two jobs at the same time and on the same resources
4 < job0 coll.txt 2 0 0,1
5 < job1 coll.txt 2 0 0,1
6 $ mkfile ${srcdir:=.}/workload_coll2_same_time_and_resources
7
8 ! timeout 120
9 ! output sort 25
10 $ ./replay_multiple_manual ${srcdir:=.}/../../platforms/small_platform_with_routers.xml ${srcdir:=.}/workload_coll2_same_time_and_resources --log=smpi.:info --cfg=smpi/host-speed:100 "--log=root.fmt:[%11.6r]%e(%P@%h)%e%m%n" 7 13
11 > [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
12 > [   0.000000] (maestro@) Job read: app='job0', file='coll.txt', size=2, start=0, alloc='0,1'
13 > [   0.000000] (maestro@) Job read: app='job1', file='coll.txt', size=2, start=0, alloc='0,1'
14 > [   0.000000] (workload@Bourassa) Launching the job executor of job 0 (app 'job0')
15 > [   0.000000] (job_0000@Bourassa) Executing job 0 (smpi_app 'job0')
16 > [   0.000000] (rank_0_0@Bourassa) Replaying rank 0 of job 0 (smpi_app 'job0')
17 > [   0.000000] (rank_0_1@Fafard) Replaying rank 1 of job 0 (smpi_app 'job0')
18 > [   0.000000] (workload@Bourassa) Launching the job executor of job 1 (app 'job1')
19 > [   0.000000] (job_0001@Bourassa) Executing job 1 (smpi_app 'job1')
20 > [   0.000000] (rank_1_0@Bourassa) Replaying rank 0 of job 1 (smpi_app 'job1')
21 > [   0.000000] (rank_1_1@Fafard) Replaying rank 1 of job 1 (smpi_app 'job1')
22 > [ 155.249721] (rank_0_1@Fafard) Finished replaying rank 1 of job 0 (smpi_app 'job0')
23 > [ 155.249721] (rank_1_1@Fafard) Finished replaying rank 1 of job 1 (smpi_app 'job1')
24 > [ 155.256564] (rank_0_0@Bourassa) Simulation time 155.256564
25 > [ 155.256564] (rank_0_0@Bourassa) Finished replaying rank 0 of job 0 (smpi_app 'job0')
26 > [ 155.256564] (rank_1_0@Bourassa) Finished replaying rank 0 of job 1 (smpi_app 'job1')
27 > [ 156.256564] (job_0000@Bourassa) Finished job 0 (smpi_app 'job0')
28 > [ 156.256564] (job_0001@Bourassa) Finished job 1 (smpi_app 'job1')
29 > [ 156.256564] (maestro@) Simulation finished! Final time: 156.257
30
31 $ rm -f ${srcdir:=.}/workload_coll2_same_time_and_resources