Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup msg actions
[simgrid.git] / examples / msg / actions / actions.tesh
1 # A little tesh file testing most MPI-related actions
2
3 ! output sort 19
4 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment_split.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
5 > WARNING: THIS BINARY IS KINDA DEPRECATED
6 > This example is still relevant if you want to learn about MSG-based trace replay, but if you want to simulate MPI-like traces, you should use the newer version that is in the examples/smpi/replay directory instead.
7 > [ 20.703314] (1:p0@Tremblay) p0 recv p1 20.703314
8 > [ 20.703314] (2:p1@Ruby) p1 send p0 1e10 20.703314
9 > [ 20.703314] (1:p0@Tremblay) p0 compute 12 0.000000
10 > [ 32.703314] (2:p1@Ruby) p1 sleep 12 12.000000
11 > [ 32.703314] (0:maestro@) Simulation time 32.7033
12
13 ! output sort 19
14 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment.xml mpi_actions_shared.txt "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
15 > WARNING: THIS BINARY IS KINDA DEPRECATED
16 > This example is still relevant if you want to learn about MSG-based trace replay, but if you want to simulate MPI-like traces, you should use the newer version that is in the examples/smpi/replay directory instead.
17 > [  0.000000] (1:p0@Tremblay) p0 comm_size 3 0.000000
18 > [  1.037020] (1:p0@Tremblay) p0 bcast 5e8 1.037020
19 > [  1.037020] (2:p1@Ruby) p1 bcast 5e8 1.037020
20 > [  1.037020] (3:p2@Perl) p2 bcast 5e8 1.037020
21 > [  1.082894] (1:p0@Tremblay) p0 compute 4.5E6 0.045874
22 > [  1.123670] (1:p0@Tremblay) p0 compute 4E6 0.040777
23 > [  1.149156] (1:p0@Tremblay) p0 compute 2.5E6 0.025485
24 > [  1.149156] (2:p1@Ruby) p1 Irecv p0 0.000000
25 > [  1.149156] (3:p2@Perl) p2 Irecv p1 0.000000
26 > [  3.221244] (1:p0@Tremblay) p0 send p1 1e9 2.072088
27 > [  6.246256] (3:p2@Perl) p2 compute 5e8 5.097100
28 > [ 11.343355] (2:p1@Ruby) p1 compute 1e9 10.194200
29 > [ 11.343355] (2:p1@Ruby) p1 wait 0.000000
30 > [ 11.343355] (2:p1@Ruby) p1 Isend p2 1e9 0.000000
31 > [ 13.415443] (1:p0@Tremblay) p0 compute 1e9 10.194200
32 > [ 13.415443] (3:p2@Perl) p2 wait 7.169187
33 > [ 14.452463] (2:p1@Ruby) p1 reduce 5e8 5e8 1.037020
34 > [ 14.452463] (3:p2@Perl) p2 reduce 5e8 5e8 1.037020
35 > [ 19.549562] (1:p0@Tremblay) p0 reduce 5e8 5e8 6.134119
36 > [ 19.549562] (2:p1@Ruby) p1 compute 5e8 5.097100
37 > [ 19.549562] (3:p2@Perl) p2 compute 5e8 5.097100
38 > [ 24.646662] (1:p0@Tremblay) p0 compute 5e8 5.097100
39 > [ 31.817801] (0:maestro@) Simulation time 31.8178
40 > [ 31.817801] (1:p0@Tremblay) p0 allReduce 5e8 5e8 7.171139
41 > [ 31.817801] (2:p1@Ruby) p1 allReduce 5e8 5e8 7.171139
42 > [ 31.817801] (3:p2@Perl) p2 allReduce 5e8 5e8 7.171139