Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added lagrange_dicotomi_solve.
[simgrid.git] / README
1 This is the SimGrid project.
2
3 There is at least 5 sub-projects in the tree:
4
5  - XBT: eXtended Bundle of Tools (low-level toolbox: logging, datatypes).
6  - SURF: a SimUlation aRtiFact. This is the simulation kernel.
7  - MSG:  originally MetaSimGrid, MSG is a simple distributed application
8          simulator.
9  - GRAS: Grid Reality And Simulation (message passing API with two
10          implementations allowing to compile programs on top of the
11          simulator or for the real life without code modification)
12  - AMOK: Advanced Metacomputing Overlay Kit (high level toolbox; Grid
13          application elements such as distributed database, topology
14          discovery service, and so on)
15
16 More informations are available in the doc/ directory.
17
18 In particular, don't forget to read the FAQ in there. It probably contains
19 the answer to your question ;)