Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix bug when creating topology graph with model dijkstra.
[simgrid.git] / src /
2010-12-14 navarropFix bug when creating topology graph with model dijkstra.
2010-12-14 mquinsonoops forgot one file
2010-12-14 mquinsonRemove stackless simix context factory
2010-12-14 mquinsonget the good parts of the replay without stack into...
2010-12-14 mquinsonplug a memleak
2010-12-14 mquinsonsanitize the use of logs in unit testing of parmap...
2010-12-14 mquinsonfix a bunch of compilation warnings
2010-12-14 mquinsonignore chord binary from git
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-14 thieryFix uninitialized variables
2010-12-13 schnorrtracing might be disable, protecting lua bindings
2010-12-13 schnorr[trace] arrows to indicate msg send/recv when tracing...
2010-12-13 schnorr[trace] arrows to indicate msg process migration
2010-12-13 schnorr[trace] removing old code that was merged into new...
2010-12-13 schnorr[trace] set/push/pop states for tracing/msg/[task|proce...
2010-12-13 schnorr[trace] update on --cfg=tracing/msg/task:1, now works...
2010-12-13 schnorr[trace] stop tracing process if user sets its category...
2010-12-13 schnorr[trace] renaming container type of msg process
2010-12-13 schnorr[trace] correct debug message
2010-12-13 schnorr[trace] only let MSG processes receive categories if...
2010-12-13 schnorr[trace] update of msg process tracing (to monitor migra...
2010-12-13 schnorr[trace] other parts of tracing can also declare types...
2010-12-13 schnorr[trace] fix: container creation timestamp should defini...
2010-12-13 schnorr[trace] marking tracing/msg/volume:1 as deprecated
2010-12-13 schnorr[trace] mpi api is traced if tracing:1 and tracing...
2010-12-13 schnorr[trace] smpi api tracing updated to the new tracing...
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] declaring dictionary where it is allocated
2010-12-13 schnorr[trace] tracing a 0 instead of 0.000000 in trace file...
2010-12-13 schnorr[trace] merging instr_variables.c into instr_interface...
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] smaller timestamp is registered in trace files...
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] cosmetics and removing unused static variable
2010-12-13 schnorr[trace] gtnets tracing mechanism is outdated
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] updating the user link variables mechanism...
2010-12-13 schnorr[trace] updating (availability) trace support in tracin...
2010-12-13 schnorr[trace] removing old vivaldi tracing (no longer called...
2010-12-13 schnorr[trace] checking if the user created the environment...
2010-12-13 schnorr[trace] simpler tracing interface, just one way to...
2010-12-13 schnorr[trace] updating the tracing of user host variables...
2010-12-13 schnorr[trace] trace type hierarchy depends on the platform...
2010-12-13 schnorr[trace] graph configuration file for triva no longer...
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-13 schnorr[trace] links are identified by their names (the same...
2010-12-13 schnorr[trace] updating the entry point functions of resource...
2010-12-13 schnorr[trace] removing prototypes of functions that are obsolete
2010-12-13 schnorr[trace] properly destroy the tracing platform
2010-12-13 schnorr[trace] removing obsolete code (host and link declarati...
2010-12-13 schnorr[trace] tracing the platform hierarchy using parser...
2010-12-13 schnorr[trace] renaming function to follow up parameters
2010-12-13 schnorr[trace] using parser callbacks to trace the platform...
2010-12-13 thieryFix a memory leak
2010-12-13 cristianrosaAdd parmap to raw contexts
2010-12-13 mquinsonmore debugging message
2010-12-13 mquinsonDo not answer the request twice
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 mquinsonmore verbose on problem
2010-12-13 thieryFix tne runall functions
2010-12-13 thieryRemove a useless instruction
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-13 cristianrosaTransform the thread pool into a parallel map data...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-10 thieryDon't do anything if the category is NULL
2010-12-10 mquinsonbugfix in trace replay: cannot use split_in_place if...
2010-12-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-10 piniDo not use a gap if route has length 0.
2010-12-10 thieryInitialize the process data in MSG before actually...
2010-12-10 thieryReimplement SIMIX_display_process_status()
2010-12-10 thierySetting process->waiting_task doesn't make sense for...
2010-12-09 mquinsonfix raw contextes for supernovae and for parallel execution
2010-12-09 mquinsonGet verbose when activating the sexy new contextes...
2010-12-09 piniSaved one memory access per context swap.
2010-12-09 cristianrosaRemove the fork based checkpoint functionality.
2010-12-09 cristianrosaOn MC mode, return immediately after handling the wait...
2010-12-09 cristianrosaDo not use XBT log on unit test.
2010-12-09 piniOutput the assembly function in the text section.
2010-12-09 piniAdded support for x86_64 raw contexts + some comments.
2010-12-09 piniThrow an error at runtime instead of breaking compilation.
2010-12-09 piniAdded context switching support for x86 architectures.
next