-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
26 lines (21 loc) · 1013 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Lib:
- Remove the use of exceptions
Sweeper:
- Rewrite with better file syntax
- Use wildcards for filename substitution
- Create dependencies between cases
- Relate a parameter to another one
Old simulator:
- Beware with common file paths, like siteLevel traces
- Include full checkpointing:
- Change serialize methods by msgpack methods.
- Allow to change parameters in real time, e.g. maximum memory limit
SimGrid based simulator:
- Incorporate all the changes from the old simulator
- Memory and disk properties are not persistent. They should be present in the platform xml, or otherwise they could be optionally saved in the network state file.
- Add the rest of the statistics to the simulator: traffic and availability. Traffic is included in the simulation engine, I expect...
- Add the perfect scheduler
- Add the failure generator: it should be procedural and not part of the platform description
- Substitute Properties with boost::program_options?
All:
- Documentation, comments and Doxygen