Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / msg / sendrecv / README
1 ====================================================
2            Send/Recv - Simple MSG Example
3 ====================================================
4 Directory : SG_INSTALL_DIR/examples/msg/sendrecv
5 Content   : Simple sendrecv msg example
6 Author    : SimGrid Team
7 ====================================================
8
9
10 This directory contains a simple send/recv example 
11 using MSG. The platform file is composed by two 
12 hosts called Imnos and Bellevue. Two process are 
13 implemented in sendrecv.c : sender and receiver. 
14 Sender process runs on "Imnos" host taking as 
15 parameter the receiver hostname "Bellevue". Receiver 
16 process runs on "Bellevue" listening to messages 
17 from any host.
18
19
20
21
22