Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fill tesh file (still uncomplete)
[simgrid.git] / examples / msg / pmm /
2014-05-16 Paul BédarideRevert "Replace xbt_heap by boost::heap::fibonacci_heap"
2014-05-16 Paul BédarideReplace xbt_heap by boost::heap::fibonacci_heap
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-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-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-08-22 Arnaud LegrandFix a bunch of typos thanks to the new spell script...
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-14 Arnaud GierschIncrease tesh timeouts for slow machines.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin Degommeresolve cmakelists conflict
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-12-21 Paul BédarideRevert "make MSG_comm_waitany use dynar"
2012-12-20 Paul Bédaridemake MSG_comm_waitany use dynar
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-26 suterrevalidate tesh outputs for icomms, pmm, sendrecv
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-18 navarroMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-18 navarroAdd missing files for distrib
2012-10-11 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-11 Arnaud GierschIncrease timeout in pmm.tesh.
2012-10-10 Arnaud GierschFix memory leaks in msg_pmm.
2012-10-10 Arnaud GierschAdd msg-pmm to the list of tests to run, and fill up...
2012-10-10 Arnaud GierschCannot use a dsend here, or it will be aborted when...
2012-10-10 Arnaud GierschCheck for errors from MSG_task_receive.
2012-10-10 paul bedarideadd pmm.tesh
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 lbobelinCleaned doc, re-included examples, should be better...
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-26 Arnaud GierschReindent Cmake files.
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Martin QuinsonDeprecate functions MSG_global_init() / MSG_global_init...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-06-14 Marion Guthmullerresolve merge conflict
2012-06-14 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-14 navarroFirst step to delete GLOB command from cmake
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-02-08 Martin Quinsonstop using internal header files from the examples...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-19 navarroRemove old MSG_set_channel_number from examples.
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-16 Christophe ThiéryMSG_task_dsend: don't apply a default function if clean...
2011-10-20 Martin Quinsonmerge branches
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-06 cristianrosaImprove parametrization of the pmm example.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropAvoid warning
2011-03-22 cristianrosaFactorize some code and cosmetic fixes.
2011-03-22 cristianrosaNew MSG example: Parallel Matrix Multiplication