Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar: kill unused parameters
[simgrid.git] / src / smpi / smpi_global.cpp
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
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeDon't use this anymore, as we are in the same namespace...
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommeplease sonar
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease AddressSan: match new/delete and plug a memleak
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-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 degommeFix compilation with warnings
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Luka Stanisicsolving copy_data_callback issue by adding a new smpi...
2017-02-22 Martin Quinsondoh, I broke SMPI
2017-02-16 Martin QuinsonImplement a new algorithm for SMPI_SHARED_MALLOC: global
2017-02-16 Martin Quinsonsanitize the option smpi/shared-malloc, and improve...
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-13 degommesonar found these potential issues .. why not.
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-10-18 degommeAdd a check so that process_init exits cleanly when...
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Martin Quinsonsmpi/running-power is renamed to smpi/host-speed
2016-08-29 Martin Quinsonsmpi/cpu-threshold:-1 should become smpi/simulate-compu...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-15 degommeleaks --
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonplease sonar with some cleanups
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin Quinsondon't connect this log channel as it breaks on windows
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-01 Martin Quinsonremove a useless dirty hack for SMPI+MSG
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-31 Martin Quinsoncosmetics
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-06 Christian Heinrich[SMPI] Make trace_call_location a member
2016-07-05 Christian Heinrich[SMPI] Fix includes for PAPI.
2016-07-01 Christian Heinrich[SMPI] Fixed wrong delete (should've been delete[])
next