Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Energy, onHostDestruction: ensured ptr existence
[simgrid.git] / examples / msg / actions / actions_with_isend.txt
1 # sample action file
2 p0 init
3 p1 init
4 p2 init
5
6 p0 send p1 1e9
7 p0 compute 1e9
8 p0 recv p2
9
10 p1 Irecv p0
11 p1 compute 1e9
12 p1 wait
13 p1 send p2 1e9
14
15 p2 Irecv p1
16 p2 compute 5e8
17 p2 wait
18 p2 Isend p0 1e9
19 p2 compute 5e8
20
21 p0 finalize
22 p1 finalize
23 p2 finalize
24