Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] recursive search for a type in the type hierarchy
[simgrid.git] / src / instr / instr_routing.c
2010-12-13 schnorr[trace] recursive search for a type in the type hierarchy
2010-12-13 schnorr[trace] functions to be used by other parts of tracing...
2010-12-13 schnorr[trace] new type MPI, which is the container type of...
2010-12-13 schnorr[trace] fix, father is already defined, should not...
2010-12-13 schnorr[trace] making type_t and container_t available for...
2010-12-13 schnorr[trace] smpi types declaration updated
2010-12-13 schnorr[trace] protecting the declaration of multiple types...
2010-12-13 schnorr[trace] checking if platform is traced in tracing API
2010-12-13 schnorr[trace] adding a new structure to keep the type hierarc...
2010-12-13 schnorr[trace] filter out the reverse connections to get a...
2010-12-13 schnorr[trace] new field id to make the final trace file smaller
2010-12-13 schnorr[trace] extracting routes among ASes
2010-12-13 schnorr[trace] recursive extraction of connections between...
2010-12-13 schnorr[trace] new fields in the container structure, holding...
2010-12-13 schnorr[trace] new static function to declare a new link type...
2010-12-13 schnorr[trace] new callback to end of platform parsing
2010-12-13 schnorr[trace] adding some comments in the hierarchical struct...
2010-12-13 schnorr[trace] registering in the dictionary the router containers
2010-12-13 schnorr[trace] using a single dictionary to hold all container...
2010-12-13 schnorr[trace] better include, no need to declare global_routi...
2010-12-13 schnorr[trace] pay attention to configuration options when...
2010-12-13 schnorr[trace] only call container destruction if we have...
2010-12-13 schnorr[trace] tracing the platform hierarchy using parser...
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...