Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[simgrid.git] / src / simix / smx_network.c
2010-04-15 piniTypos, cosmetics and RDV protocol.
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-08 piniRemove dummy output.
2010-04-01 mquinsoncosmetics (sorry for the noise)
2010-04-01 mquinsonModifiers working both on 32bits and 64bits to display...
2010-04-01 mquinsontrace the message size, not the size of the pointer...
2010-04-01 piniPicky gcc.
2010-04-01 mquinsonAdd a pimple to get the ability to trace the amount...
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-13 piniMove a cleanup call to a better place.
2010-03-12 piniCosmetics in SMPI and bugfix for a nasty bug in SIMIX...
2010-03-10 piniSome versions of gcc can be very picky.
2010-03-05 piniDon't try to survive something we don't know how to...
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-04 mquinsontiny optim: copy in one shot when possible (ie always...
2010-03-03 mquinsonbummer: I increased the amount of displayed info to...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-02-02 alegrandHandle correctly (hopefully) timeouts in communications.
2010-01-14 donassbrVerify NULL parameter before calling function.
2010-01-14 donassbrAdd a test to avoid calling the function SIMIX_action_c...
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
2009-10-20 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
2009-10-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
2009-10-05 mquinsonImproved code documentation for SIMIX network.
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-05 mquinsonCleanup network prototype
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...