X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/59879c7bdd68ad91157688ff590ac5d12ca20a5d..f61615c8a73e4fb84fef760b426ef476cc7dd744:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 177029e3aa..cd5d1e27db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,7 +44,25 @@ SimGrid (3.3.4) unstable; urgency=low should consider redoing your old experiments with this model. Sorry for the inconvenience. + MSG: + * Port of MSG's mailbox on top of SIMIX network + The put/get mechanism was greatly simplified thanks to the new SIMIX module. + + SIMIX: + * New SIMIX network module + It provides a rendez-vous point (aka mailbox) based send/recv API to perform + synchronous communication. + + SimDag: + * new function SD_task_dump() for debuging display + * new function SD_daxload(char*) to load a DAX file + (see http://vtcpc.isi.edu/pegasus/index.php/WorkflowGenerator) + * SD_task_dependency_exists() can now cope with having one of its + arguments NULL. If so, it tests whether the other argument has any + dependency. + Bug fixes: + * GTNetS wrappers should now be usable again (and betterly tested too) * Fix a major regression from 3.2 where the timeout provided to MSG_task_put_with_timeout() was used as absolute time before which the comm should be done.