Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #17 from mpoquet/master
[simgrid.git] / examples / msg / sendrecv / sendrecv.c
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-04 Martin Quinsonmv msg/msg.h simgrid/msg.h
2014-07-25 Gabriel CoronaMerge branch 'mc'
2014-06-27 Gabriel CoronaMerge branch 'mc'
2014-06-18 Paul BédarideMerge branch 'v3_11_x'
2014-06-03 degommeRevert "the users are not the only ones lost with 10e0 :)"
2014-06-03 Martin Quinsonthe users are not the only ones lost with 10e0 :)
2014-06-03 Martin Quinsondon't fool the users. Don't write 1 as 10e0
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-09 Augustin Degommeturns out %le=%e and %lf=%f ... except on windows
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-07 Arnaud GierschValue stored to 'time' is never read.
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-10-03 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-10-02 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-02 Martin QuinsonDeprecate MSG_clean
2012-06-29 Samuel LepetitUse msg_error_t instead of MSG_error_t
2012-06-29 Samuel LepetitUse msg_task_t instead of m_task_t
2012-06-29 Samuel LepetitUse msg_host_t instead of m_host_t.
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-03-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-03-21 Martin Quinsonfurther improve the MSG doc by documenting the examples
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroCompletely remove channel mecanism with tesh tested...
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-01-27 agierschFix memory leaks in msg examples.
2010-10-11 alegrandIndent the rest of the code (examples, buildtools,...
2010-04-25 mquinsonFix copyright headers
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-06-27 cheriermBy default, the output of floating point numbers by...
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2007-07-17 velhoNow use --cfg=workstation_model:<MODELNAME> to switch...
2007-07-16 alegrandsurf_workstation_model -> workstation_model
2007-07-16 velhoAdded files to the sendrecv example.