Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove some #include
[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 actions_allReduce.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 > [  7.171139] (2:p1@Ruby) p1 allReduce 5e8 5e8 7.171139
19 > [  7.171139] (3:p2@Perl) p2 allReduce 5e8 5e8 7.171139
20 > [  7.171139] (1:p0@Tremblay) p0 allReduce 5e8 5e8 7.171139
21 > [ 12.268239] (2:p1@Ruby) p1 compute 5e8 5.097100
22 > [ 12.268239] (1:p0@Tremblay) p0 compute 5e8 5.097100
23 > [ 12.268239] (3:p2@Perl) p2 compute 5e8 5.097100
24 > [ 12.268239] (0:maestro@) Simulation time 12.2682
25
26 ! output sort 19
27 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment.xml actions_barrier.txt "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
28 > WARNING: THIS BINARY IS KINDA DEPRECATED
29 > 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.
30 > [  0.000000] (1:p0@Tremblay) p0 comm_size 3 0.000000
31 > [  0.000000] (2:p1@Ruby) p1 comm_size 3 0.000000
32 > [  0.000000] (3:p2@Perl) p2 comm_size 3 0.000000
33 > [  0.022653] (2:p1@Ruby) p1 recv p0 0.022653
34 > [  0.022653] (1:p0@Tremblay) p0 send p1 1E7 0.022653
35 > [  0.063430] (3:p2@Perl) p2 compute 4E6 0.040777
36 > [  0.063430] (2:p1@Ruby) p1 compute 4E6 0.040777
37 > [  0.068527] (1:p0@Tremblay) p0 compute 4.5E6 0.045874
38 > [  0.068527] (0:maestro@) Simulation time 0.0685268
39
40 ! output sort 19
41 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment.xml actions_bcast.txt "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
42 > WARNING: THIS BINARY IS KINDA DEPRECATED
43 > 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.
44 > [  0.000000] (1:p0@Tremblay) p0 comm_size 3 0.000000
45 > [  1.037020] (2:p1@Ruby) p1 bcast 5e8 1.037020
46 > [  1.037020] (3:p2@Perl) p2 bcast 5e8 1.037020
47 > [  1.037020] (1:p0@Tremblay) p0 bcast 5e8 1.037020
48 > [  3.075860] (2:p1@Ruby) p1 compute 2e8 2.038840
49 > [  6.134119] (1:p0@Tremblay) p0 compute 5e8 5.097100
50 > [  6.134119] (3:p2@Perl) p2 compute 5e8 5.097100
51 > [  7.171139] (2:p1@Ruby) p1 bcast 5e8 4.095279
52 > [  7.171139] (3:p2@Perl) p2 bcast 5e8 1.037020
53 > [  7.171139] (1:p0@Tremblay) p0 bcast 5e8 1.037020
54 > [  9.209979] (2:p1@Ruby) p1 compute 2e8 2.038840
55 > [ 12.268239] (1:p0@Tremblay) p0 compute 5e8 5.097100
56 > [ 12.268239] (3:p2@Perl) p2 compute 5e8 5.097100
57 > [ 13.305258] (2:p1@Ruby) p1 reduce 5e8 5e8 4.095279
58 > [ 13.305258] (3:p2@Perl) p2 reduce 5e8 5e8 1.037020
59 > [ 18.402358] (1:p0@Tremblay) p0 reduce 5e8 5e8 6.134119
60 > [ 18.402358] (0:maestro@) Simulation time 18.4024
61
62 ! output sort 19
63 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment.xml actions_reduce.txt "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
64 > WARNING: THIS BINARY IS KINDA DEPRECATED
65 > 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.
66 > [  0.000000] (1:p0@Tremblay) p0 comm_size 3 0.000000
67 > [  1.037020] (2:p1@Ruby) p1 reduce 5e8 5e8 1.037020
68 > [  1.037020] (3:p2@Perl) p2 reduce 5e8 5e8 1.037020
69 > [  6.134119] (2:p1@Ruby) p1 compute 5e8 5.097100
70 > [  6.134119] (1:p0@Tremblay) p0 reduce 5e8 5e8 6.134119
71 > [  6.134119] (3:p2@Perl) p2 compute 5e8 5.097100
72 > [ 11.231219] (1:p0@Tremblay) p0 compute 5e8 5.097100
73 > [ 11.231219] (0:maestro@) Simulation time 11.2312
74
75 ! output sort 19
76 $ ${bindir:=.}/actions --log=actions.thres=verbose ${srcdir:=.}/../../platforms/small_platform_fatpipe.xml deployment.xml actions_with_isend.txt "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
77 > WARNING: THIS BINARY IS KINDA DEPRECATED
78 > 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.
79 > [  0.000000] (2:p1@Ruby) p1 Irecv p0 0.000000
80 > [  0.000000] (3:p2@Perl) p2 Irecv p1 0.000000
81 > [  2.072088] (1:p0@Tremblay) p0 send p1 1e9 2.072088
82 > [  5.097100] (3:p2@Perl) p2 compute 5e8 5.097100
83 > [ 10.194200] (2:p1@Ruby) p1 compute 1e9 10.194200
84 > [ 10.194200] (2:p1@Ruby) p1 wait 0.000000
85 > [ 12.266287] (1:p0@Tremblay) p0 compute 1e9 10.194200
86 > [ 12.266287] (3:p2@Perl) p2 wait 7.169187
87 > [ 12.266287] (2:p1@Ruby) p1 send p2 1e9 2.072088
88 > [ 12.266287] (3:p2@Perl) p2 Isend p0 1e9 0.000000
89 > [ 14.338375] (1:p0@Tremblay) p0 recv p2 2.072088
90 > [ 17.363387] (3:p2@Perl) p2 compute 5e8 5.097100
91 > [ 17.363387] (0:maestro@) Simulation time 17.3634