Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove warning
[simgrid.git] / src / smpi / colls /
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
2013-04-09 Arnaud GierschRemove redundant file.
2013-04-09 Arnaud GierschChange file mode (remove execute bit).
2013-04-09 Paul BédarideFix mpi bcast flattree-pipeline collective
2013-04-09 Augustin DegommeRequests are deallocated inside the Waitall, do not...
2013-04-09 Augustin Degommeavoid looping forever on iprobe
2013-04-08 Paul BédarideAdd missing file in DefinePackage
2013-04-08 Paul BédarideUse simgrid function instead of MPI in collectives
2013-04-04 Augustin Degommeremove another algorithm
2013-04-04 Augustin Degommeport a reduce algorithms with internal smpi calls
2013-04-04 Augustin Degommeremove a redundant algorithm
2013-04-04 Paul BédarideAdd tesh files to test all new collectives
2013-04-03 Augustin Degommeanother allreduce ported
2013-04-03 Augustin Degommeadapt two collectives of starmpi to avoid timing issues...
2013-03-28 Arnaud GierschRemove extraneous parentheses, and silent clang.
2013-03-28 Paul BédarideAdd collectives for allgather, allreduce, bcast and...
2013-03-25 Arnaud GierschFix various build errors.
2013-03-25 Arnaud GierschReindent files before changes.
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd alltoall collectives from starmpi