Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[examples] smpi-replay-mm: trace w/ collectives
[simgrid.git] / examples / smpi / replay_multiple_manual_deploy / replay_multiple_manual_coll1.tesh
diff --git a/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_coll1.tesh b/examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual_coll1.tesh
new file mode 100644 (file)
index 0000000..72d3cd4
--- /dev/null
@@ -0,0 +1,38 @@
+p Workload with one coll job
+
+< One app alone
+< alone coll.txt 2 0 0,1
+$ mkfile ${srcdir:=.}/workload_coll1
+
+! timeout 120
+! output sort 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" 0 0
+> [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
+> [   0.000000] (maestro@) Job read: app='alone', file='coll.txt', size=2, start=0, alloc='0,1'
+> [   0.000000] (workload@Bourassa) Launching the job executor of job 0 (app 'alone')
+> [   0.000000] (job_0000@Bourassa) Executing job 0 (smpi_app 'alone')
+> [   0.000000] (rank_0_0@Bourassa) Replaying rank 0 of job 0 (smpi_app 'alone')
+> [   0.000000] (rank_0_1@Fafard) Replaying rank 1 of job 0 (smpi_app 'alone')
+> [ 590.549375] (rank_0_0@Bourassa) Simulation time 590.549375
+> [ 590.549375] (rank_0_0@Bourassa) Finished replaying rank 0 of job 0 (smpi_app 'alone')
+> [ 590.549375] (rank_0_1@Fafard) Finished replaying rank 1 of job 0 (smpi_app 'alone')
+> [ 591.549375] (job_0000@Bourassa) Finished job 0 (smpi_app 'alone')
+> [ 591.549375] (maestro@) Simulation finished! Final time: 591.549
+
+p Workload with one coll job (with noise)
+! timeout 120
+! output sort 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
+> [   0.000000] (maestro@) Configuration change: Set 'smpi/host-speed' to '100'
+> [   0.000000] (maestro@) Job read: app='alone', file='coll.txt', size=2, start=0, alloc='0,1'
+> [   0.000000] (workload@Bourassa) Launching the job executor of job 0 (app 'alone')
+> [   0.000000] (job_0000@Bourassa) Executing job 0 (smpi_app 'alone')
+> [   0.000000] (rank_0_0@Bourassa) Replaying rank 0 of job 0 (smpi_app 'alone')
+> [   0.000000] (rank_0_1@Fafard) Replaying rank 1 of job 0 (smpi_app 'alone')
+> [ 590.549375] (rank_0_0@Bourassa) Simulation time 590.549375
+> [ 590.549375] (rank_0_0@Bourassa) Finished replaying rank 0 of job 0 (smpi_app 'alone')
+> [ 590.549375] (rank_0_1@Fafard) Finished replaying rank 1 of job 0 (smpi_app 'alone')
+> [ 591.549375] (job_0000@Bourassa) Finished job 0 (smpi_app 'alone')
+> [ 591.549375] (maestro@) Simulation finished! Final time: 591.549
+
+$ rm -f ${srcdir:=.}/workload_coll1