Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify and improve the way asynchronous send and receive are handled
[simgrid.git] / src / smpi / colls /
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-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-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 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'
2013-04-15 Arnaud GierschUse correct parameter for bcast operation.
2013-04-15 Arnaud GierschReturn early on error.
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-12 Paul BédarideAdd mpi allgatherv GB
2013-04-12 Paul BédarideReactivate some mpi collectives
2013-04-12 Arnaud GierschRemove unused file.
2013-04-12 Paul BédarideAdd mpi allgatherv pair ring
2013-04-11 Paul BédarideRemove mpi alltoall{,w}_pairwise (identical to ring)
2013-04-11 Paul BédarideAdd mpi alltoallv ring ring-light-barrier ring-mpi...
2013-04-11 Paul BédarideAdd mpi alltoallv pair
2013-04-11 Paul BédarideAdd mpi alltoallv pair_light_barrier pair_mpi_barrier...
2013-04-11 Augustin Degommetry not to copy from outside of an array
2013-04-10 Paul BédarideAdd mpi alltoallv bruck and fix mpi alltoallv pairwise
2013-04-10 Paul BédarideAdd mpi alltoallv pairwise
2013-04-10 Arnaud GierschRemove algorithm bcast-TSB.
2013-04-10 Arnaud GierschRemove unused variables.
2013-04-09 Arnaud GierschInitialize remainder.
2013-04-09 Augustin Degommereplace star_reduction by our own reduction
next