Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simix: add requests to make isend+wait or irecv+wait in only one call
[simgrid.git] / src / simix / network_private.h
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-01-31 cristianrosaAdd MSG_task_dsend function to MSG.
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2010-12-14 mquinsonfix a bunch of compilation warnings
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...