Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove XBT_INFO call
[simgrid.git] / src / smpi / colls /
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.
2014-01-28 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-01-27 Arnaud GierschDon't include mc_private.h when \!HAVE_MC.
2014-01-24 Augustin Degommehave smp-aware algorithms use number of cores on the...
2014-01-23 Arnaud GierschFree exception, and fix warnings about variables possib...
2014-01-22 Augustin Degommeprotect (hopefully) collective communication algorithms...
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2013-11-15 Paul BédarideMerge branch 'surf++'
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-11-06 Augustin Degommepotential fixes
2013-11-06 Augustin Degommepotential fixes
2013-11-05 Arnaud GierschMerge branch 'v3_10_x'
2013-11-05 Arnaud GierschUse DBL_MAX for values of type double.
2013-11-05 Arnaud GierschDefine buffer on the stack here.
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-04 Arnaud GierschRemove useless test (it's always true).
2013-11-04 Arnaud GierschRemove useless test (is_homogeneous).
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-29 Arnaud GierschFix memory leak in smpi/colls/allgather-SMP-NTS.
2013-10-09 Arnaud GierschLength modifier 'l' is indeed wrong in %l[efg] for...
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-07 Arnaud GierschRemove duplicated initialization (rank).
2013-10-07 Arnaud GierschValue stored to 'total_dsize' 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-09-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Augustin Degommeone more leak
2013-09-24 Augustin Degommefew more leaks
2013-09-24 Augustin Degommemore leaks
2013-09-24 Augustin Degommesmpi leak --
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-23 Augustin Degommefix build without tracing
2013-09-18 Augustin Degommeupdate licenses to include OpenMPI and STAR-MPI ones
2013-09-18 Augustin Degommeyara (yet another redundant algorithm)
2013-09-18 Augustin Degommekeep on removing useless algorithms
2013-09-18 Augustin Degommeuse tuned barrier here if provided
2013-09-18 Augustin Degommeuse tuned versions of the algos inside this one
2013-09-18 Augustin Degommecontinue cleanup of redundant algorithms
2013-09-18 Augustin Degommeremove redundant algo
2013-09-18 Augustin Degommeuse tuned algo here
2013-09-18 Augustin Degommeremove redundant allgather algo from star-mpi
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-03 Augustin DegommeEnsure we don't post a too big receive here, because...
2013-08-29 Augustin Degommememleaks --
2013-08-29 Augustin Degommewe added it, we might as well ... use it ?
2013-08-29 Augustin Degommeadd mpich's allgatherv ring algo, as the one from star...
2013-08-29 Augustin Degommehave alltoallv bruck algo behave like mpich one, with...
2013-08-29 Augustin Degommetypo--
2013-08-22 Arnaud LegrandFix a bunch of typos thanks to the new spell script...
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-24 Augustin DegommeAdd simple autotuning selector for collectives
2013-07-12 Augustin Degommechange some behaviors with MPI_IN_PLACE
2013-07-12 Augustin Degommechange algo chosen for pairwise, to work with non power...
2013-07-12 Augustin Degommeinitialize variable
2013-07-12 Augustin Degommeusless and buggy line
2013-07-12 Augustin Degommeremove MPI_COMM_WORLD references from star-mpi collectives
2013-07-08 Augustin DegommeMake internal collective flags negative (incorrect...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-02 Augustin Degommeunify collective tags
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-26 Augustin Degommehandle non commutative reduce operations
2013-06-25 Augustin Degommempich allgatherv was using wrong size value
2013-06-25 Augustin Degommemem leaks
2013-06-24 Augustin Degommemem leak
2013-06-20 Augustin Degommestar-mpi's pairwise alltoall is only valid for power...
2013-06-19 Augustin Degommecorrect a few bcast algorithms and change the test...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-19 Augustin Degommeompi selector was using the wrong algo for alltoallv...
2013-06-18 Augustin DegommeThis is a bug in the implementation in OpenMPI, with...
2013-06-14 Arnaud GierschRemove unused variables.
2013-06-14 Arnaud GierschComment out useless operation.
2013-06-14 Augustin Degommeopenmpi recently changed its decision for alltoallv...
2013-06-13 degommeforgot one file
2013-06-13 degommewe now have an mpich selector, and a bunch of new algor...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 degommeend of ompi collectives addition, with barrier
2013-06-13 degommeadd scatter algos from ompi
2013-06-13 degommeunused variable
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-11 Augustin Degommeadd gather collectives from ompi
2013-06-11 Augustin Degommeadd allgatherv algo from ompi
2013-06-11 Augustin Degommeadd new allgather algo from ompi
2013-06-11 Augustin Degommeadd missing file in dist
2013-06-11 Augustin Degommeremove warning
2013-06-10 degommeadd new algos for reduce from ompi
2013-06-10 degommeadd another ompi bcast algo
2013-06-10 Augustin Degommeadd one more bcast algo
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-10 Augustin Degommeremove warnings in smpi selector
2013-06-07 degommeadd ompi selector for smpi collectives (use --cfg=smpi...
2013-04-25 Nicolas BonichonMerge branch 'bittorrent'
next