Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not traverse the whole array of request to find non-null ones, use a heap instead
[simgrid.git] / src / simix / smx_smurf.c
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...