Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compare file prefix only.
[simgrid.git] / src / smpi / colls /
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-18 Takishippnormalize s_type class part 3
2017-08-18 Takishippnormalize s_type class part 2
2017-08-18 Takishippnormalize s_type class
2017-08-16 TakishippAdd event_new to s_type class as a method
2017-08-16 TakishippAdd s_type_get_or_null to s_type class as a method
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-18 Takishippturn paje_value to a class
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeBig move of all SMPI files in subfolders because it...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonkill all horizontal tabs
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin QuinsonFurther cleanups in SMPI includes
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Martin QuinsonNow it works (if you don't look at the leaks)
2017-04-24 Takishippupdate
2017-03-22 degommeSMPI copyright bump before release
2017-03-20 degommeok, I stop trying to please sonar.
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-18 degommeIntroduce smpi::Process
2017-03-14 degommebad merge
2017-03-14 degommeSome cleanups, some smells
2017-03-14 degommeSimplify, cleanup, remove useless bits, and some files.
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
2017-03-14 degommeMove collective algorithms to separate folders
2017-03-14 Frederic Sutercorrect/remove include of rename xbt/replay.h
2017-03-11 degommeuse/unuse -> ref/unref
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeFirst works on the datatypes. Still missing a lot.
2017-03-09 degommeDon't use this anymore, as we are in the same namespace...
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 degommeWelcome to simgrid::smpi::Op
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 degommeuseless, done in private.h
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-05 degommeMove all smpi colls to cpp.
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 degommeAvoid potential invalid reads
2017-02-16 degommeHandle MPI_UNSIGNED_LONG_LONG in this algorithm
2017-02-12 degommeplease clang
2017-02-12 degommewarnings
2017-02-12 degommereplace failing algo with a new version from mpich
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-31 degommehandle MPI_IN_PLACE for this collective
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-01 Frederic Suterfix one rule catches: comments in comments
2016-07-01 Frederic Suterchasing blockers in collectives (part 1)
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-05-31 degommeReplace sprintf by snprintf.
2016-05-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-30 degommeYet another batch of fixes
2016-04-29 degommeoops
2016-04-29 degommeleak --
2016-04-28 degommeindent to avoid GCC6 warning madness
2016-04-28 degommesetup a cleanup routine for mvapich collectives.
2016-04-28 degommeleaks --
2016-04-27 degommesilence stupid warning
2016-04-27 degommeleak --
2016-04-27 degommefix some more leaks
2016-04-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-04-25 degommeleaks -- with smp algos
2016-04-22 Martin Quinsonkill a useless include that breaks the MC build
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-03-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-06 Martin Quinsonone set of macros for min/max is enough
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
next