Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
in gras_dynar_cursor_rm, we want to get the content to free it if there is a
[simgrid.git] / ROADMAP
1 Dossiers: 2 days
2
3 ----[ GRAS ]---------------------------------------
4
5 Milestone 0: 3 days (01/25)
6  - core ok (errors, logs ; dynars, dicts, hooks, pools; config, rrdb)
7
8 Milestone 1: 1 week (02/01)
9  - base API ok (dispatch, type parsing macro)
10  - binary representation: fixed types (from NWS)
11  - transport: TCP (from NWS), SG, File
12  - virtualize (linux, solaris, SG) & conditions
13  
14  Possible paper: 1.5 weeks
15  - implement some NAS benchmarks on top of GRAS, and validate GRAS (plus
16    SimGrid) by showing that the simulator leads to the same behaviours
17  
18 Milestone 2: 2 weeks (02/15)
19  - binary representation: any type, SNWF (Sender Native Wire Format)
20  - convertions between linux/i32, linux/alpha, solaris/sparc
21
22  Possible paper: 1.5 weeks
23  - benchmark GRAS, TCP (NWS), globus, MPI, CORBA, and show the benefit of
24    SNWF
25
26 Milestone 3 (GRAS 1): 2 weeks (end Feb)
27  - modules (logs, manage, token ring, bw)
28  - cleanups, documentation
29  
30 ----[ NWS ]----------------------------------------
31
32 Milestone 1: 3 days
33  - wrapper over GRAS replacing the portability lib
34  
35  -