Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into...
[simgrid.git] / examples / msg / parallel_task / parallel_task.c
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-03-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-29 Arnaud GierschReally get the first host (fixes failing test).
2012-02-29 Arnaud GierschDyanr is already destroyed bt xbt_dynar_to_array.
2012-02-28 Martin QuinsonDeprecate MSG_get_host_{table,number}; Implement MSG_ho...
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 agierschUse new style logging macros.
2011-01-27 agierschFix memory leaks in msg examples.
2010-04-25 mquinsonFix copyright headers
2010-03-30 mquinsonRename configuration variables *_model into */model...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-03-09 alegrandBugfix.
2008-01-11 cheriermUsage of xbt_new0 instead calloc
2007-08-23 alegrandUse non stupid values for the parallel task.
2007-08-23 alegrandAdding an example of parallel task usage with MSG....