Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't use deprecated functions, and don't hide the corresponding warnings
[simgrid.git] / examples / s4u / actions-comm / s4u_actions-comm.txt
1 # sample action file
2 p0 init
3 p1 init
4 p2 init
5
6 p0 comm_size 3
7 p0 bcast 5e8
8 p1 bcast 5e8
9 p2 bcast 5e8
10
11 p0 compute 4.5E6
12 p0 compute 4E6
13 p0 compute 2.5E6
14
15 p0 barrier
16 p1 barrier
17 p2 barrier
18
19 p0 send p1 1e9
20 p0 compute 1e9
21
22 p1 Irecv p0
23 p1 compute 1e9
24 p1 wait
25 p1 Isend p2 1e9
26
27 p2 Irecv p1
28 p2 compute 5e8
29 p2 wait
30
31 p0 barrier
32 p1 barrier
33 p2 barrier
34
35 p0 finalize
36 p1 finalize
37 p2 finalize