Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tidy the scope of some more locals
[simgrid.git] / examples / smpi / replay / actions_with_isend.txt
1 0 init
2 1 init
3 2 init
4
5 0 compute 1e9
6 0 send 1 1e6
7 0 compute 1e9
8 0 recv 2 1e6
9
10 1 Irecv 0 1e6
11 1 compute 5e8
12 1 test
13 1 compute 5e8
14 1 wait
15 1 send 2 1e6
16
17 2 compute 2e9
18 2 Irecv 1 1e6
19 2 compute 2.5e8
20 2 test
21 2 compute 2.5e8
22 2 wait
23 2 Isend 0 1e6
24 2 compute 5e8
25
26 0 finalize
27 1 finalize
28 2 finalize
29