Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] new fields in the container structure, holding its kind and its typename...
[simgrid.git] / src /
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.
2010-12-09 mquinsondraft of hardcore ultra brutal manual context switching...
2010-12-08 cristianrosaBugfix: save the ucontext of each running thread in...
2010-12-08 cristianrosaRename condition variable + improve debugging
2010-12-08 cristianrosaCompile fix: smx_process_t->request is a s_smx_req_t...
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-08 navarropRemove unused variables.
2010-12-08 navarropAdd availability_file and state_file to peer tag.
2010-12-08 navarropAdd availability_file and state_file in cluster.
2010-12-08 thieryDavid's patch: replace != by strcmp
2010-12-08 cristianrosaBugfixes + test suitx
2010-12-08 cristianrosaWait for all the context to finish it's execution
2010-12-07 mquinsonlast try for tonight to speed the trace replayer
2010-12-07 mquinsonnew function: xbt_str_split_quoted_in_place (w/o mallocs)
2010-12-07 mquinsonxbt_dynar_to_array now destroys the dynar. The caller...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 mquinsonrename a badly named variable
2010-12-07 mquinsonDo not traverse the whole array of request to find...
2010-12-07 thieryFix SIMIX calls
2010-12-07 thieryMake SIMIX_process_create() private
2010-12-07 mquinsonUse a raw array instead of a dynar to store the requests
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-07 mquinsonstop using private functions from simix; use requests...
2010-12-07 piniBuild SMPI on top of smx_action_t.
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaNo need to lock on request pop.
2010-12-07 coldpeaceno need to check, since the default value of core is...
2010-12-07 coldpeaceFix lua console by adding new core element when bypass...
2010-12-07 mquinsonnew function: MSG_action_paranoid_mode_set (allowing...
2010-12-07 mquinsondo not trim in split_quoted, that's expensive, and...
2010-12-07 thieryCall elements_father() only if necessary
2010-12-07 thieryFix more memory leaks
2010-12-07 mquinsonno need to lock the structure if we run in sequential
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-07 thieryAnother useless and leaky xbt_strdup
2010-12-07 thieryDon't auto-destroy the MSG_comm_t in MSG_comm_wait...
2010-12-07 thieryFix memory leaks
2010-12-07 thieryRemove leaky xbt_strdup: MSG_mailbox_new already does...
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-07 piniRemoved some old and unused filed from SMPI.
2010-12-07 thieryFix memory leaks
2010-12-07 schnorr[trace] remove logging trace message
2010-12-07 schnorr[trace] use xbt_strdup to copy category
next