Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Renamed default SMPI instance for smpirun
[simgrid.git] / TODO
1                 ************************************************
2                 ***  This file is a TODO. It is thus kinda   ***
3                 ***  outdated. You know the story, right?    ***
4                 ************************************************
5
6 ###
7 ### Urgent stuff:
8 ###
9
10 * Have a proper todo file
11
12 ###
13 ### Ongoing stuff
14 ###
15
16 * Clean up CMake files
17    Non exhaustive list of subgoals:
18    - Use genuine cmake mechanisms and variables when available,
19      instead of reinventing the wheel.
20    - Correctly determine system and architecture (e.g. x32).
21    - Correctly determine compiler type and version (e.g. clang).
22    - Use git to generate the dist archive.  Either use git-archive to
23      generate the tarball, or keep using cmake -E tar, but use git-ls-files
24      to get the list of files to pack.
25
26 * Replace XBT with the C++ standard library
27
28 * Some XBT datacontainers seem to overlap. Kill some/all of them.
29     - replace set with SWAG