Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in actors/processes
[simgrid.git] / src / smpi / smpi_global.cpp
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-25 Martin Quinsonplease codacy
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Martin Quinsonmove the C++ data of MSG into a namespace
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 Quinsonfirst attempt (ongoing WIP)
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin Quinsonkill a useless file
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-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-18 Frederic Suterattempt to get rid of all const_cast (take 2)
2017-05-18 Frederic Suterattempt to get rid of all const_cast
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-11 Frederic Suterchasing minor smells
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-05 Martin Quinsonportability cheating: avoid the configurations that...
2017-05-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-03 Martin QuinsonMerge pull request #164 from sthibaul/smpi_user_data
2017-05-03 Samuel Thibaultrestore smpi_process_get_user_data and smpi_process_set...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-03 Martin QuinsonNew option: smpi/keep-temps to not cleanup temp files
2017-05-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Martin QuinsonFix the execution with NS3
2017-04-24 Martin Quinsonfix my late sunday commit
2017-04-23 Martin Quinsonreduce the verbosity of that message
2017-04-22 Martin Quinson32bits I hate you.
2017-04-22 Martin Quinsondamn 32bits
2017-04-21 Martin Quinsoncheck that the sendfile worked correctly or die verbose...
2017-04-20 Martin Quinsonmore informative msg when the dlopen of mmap priv fails
2017-04-20 Martin Quinsondlopen: give one fdin per thread to avoid stupid races...
2017-04-20 Martin QuinsonI cannot even use xbt_die correctly anymore, bummer
2017-04-20 Martin QuinsonEven more informative error messages when dlopen fails
2017-04-20 Martin Quinsonbe more verbose when dlopen fails
2017-04-20 Martin Quinsonfix the dlopen privatization (fix #157)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-18 Martin Quinsonplease sonar a tiny bit
2017-04-17 Martin Quinsonsmall sonar-inspired cleanups
2017-04-16 Martin Quinsonplease sonar and cosmetics
2017-04-15 Martin Quinsonplease sonar: kill unused parameters
2017-04-14 Martin Quinsontry to fix 32bits builds
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-14 Martin Quinsonthis static function is now useless
2017-04-14 degommePatch up smpi process creation ...
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-13 Martin QuinsonPortability fun with FreeBSD
2017-04-13 Martin Quinsonportable implementation of sendfile
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin Quinsondl_open priv: manually copy the file w/o using cp
2017-04-12 Martin Quinsonmake smpirun use SMPI_init to unify call paths
2017-04-12 Martin Quinsonuse surf init/fini callbacks, no need for TRACE ones
2017-04-12 Tom CornebizeRemove useless code.
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Christian Heinrich[SMPI] Use SmpiHost::orecv().
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin QuinsonSMPI: simplify process creation
2017-04-11 degommeYet another dlopen merge
2017-04-11 Martin Quinsonsimplify SMPI process creation a tiny bit
2017-04-11 Tom CornebizeRemove warnings.
2017-04-07 Tom CornebizeReplace int by size_t.
2017-04-07 Tom CornebizeSome more fixes for the communication optimization.
2017-04-07 Tom CornebizeWorking copy optimization \o/
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-03-31 degommeReally don't do anything in the copy callback if we...
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-29 degommeconnect logs
2017-03-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-28 degommeSplit up smpi_bench.cpp .
2017-03-27 degommeAdd an smpi_is_shared call, and ignore memcpys in SMPI...
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-21 degommeFix stupid tag collision bug. RMA tag is used to order...
2017-03-20 degommeok, I stop trying to please sonar.
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-19 degommesay goodbye to smpi_base.cpp .. It was made quite empty...
2017-03-18 degommeIntroduce smpi::Process
2017-03-16 Frederic Sutercode killed by container usage
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 degommeMore template based factorization
2017-03-15 degommeFactorize keyval handling for Comm and Datatype (Win...
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 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonplease sonar: specify that these functions are not...
2017-03-12 Martin Quinsonplease sonar on recent SMPI++ code
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-10 Frederic Suterno need for casts with maps
2017-03-09 degommeconnect new log categories
next