Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / teshsuite / gras / README
1 This directory contains several tests to the GRAS mecanism. The
2 difference with the examples/gras directory is that what's in here
3 tests some corner case that nobody would try in the first place. Here
4 is a list of the directory content:
5
6 datadesc/ Tests the marshalling facilities, trying to read messages
7           comming from all the known architectures. This is done by
8           storing these messages in files and loading them as if they
9           were comming from a socket.
10                   
11 empty_main/ Once upon a time, GRAS was broken when processes did
12             nothing. This test is here to ensure that this never
13             happen again.
14             
15 msg_handle/ Ensures the wanted semantic for gras_msg_handle(i) when
16             i<0, i==0 and i>0.