Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further improve the MSG doc by documenting the examples
[simgrid.git] / examples / msg / parallel_task / parallel_task.c
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....