Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These functions in SIMIX should return 0, and that function in actions should return...
[simgrid.git] / src / simix / smx_smurf.c
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-17 agierschUse new style logging macros.
2011-02-08 thierySimix: add requests to make isend+wait or irecv+wait...
2011-02-01 thieryRemove SIMIX requests that get src and dst buffers...
2011-02-01 cristianrosaCompile fix: rename function changed after merge.
2011-02-01 cristianrosaReplace the req_todo heap with a table of swags one...
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-27 cristianrosaAdd extra argument "priority" to SIMIX_req_host_execute.
2011-01-24 thierySIMIX requests: generate strings from enumeration value...
2011-01-24 thieryMove SIMIX comm requests to the top of the big switch
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaSome bugfixes:
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2010-12-20 cristianrosaImprove debugging information
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 mquinsonmore verbose on problem
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 mquinsonDo not traverse the whole array of request to find...
2010-12-07 mquinsonUse a raw array instead of a dynar to store the requests
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaNo need to lock on request pop.
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 mquinsonimplement simix_comm_testany properly
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...