Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
obey our coding standards and cosmetics
[simgrid.git] / src / smpi /
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Christian Heinrich[SMPI] Also commit changes to the fortran part in smpi_...
2018-06-29 Martin QuinsonMerge pull request #271 from mpoquet/dynamic_replay
2018-06-29 Millian Poquet[smpi] replay: increase storage dynamicity
2018-06-29 Millian Poquet[smpi] replay: storage index: (pid-1) -> pid
2018-06-29 Millian Poquet[smpi] replay: storage var is now an ordered_map
2018-06-29 Christian Heinrich[SMPI] Remove outdated FIXME from smpi_deployment
2018-06-29 Martin Quinsonanother attempt to disable mmap on old MacOSX
2018-06-29 Martin Quinsontry to disable mmap priv on ancient Mac systems
2018-06-28 Christian Heinrich[SMPI] Colls: Remove that ugly lambda and just use...
2018-06-28 Christian Heinrich[SMPI] Colls: Move description & name for colls to...
2018-06-28 Christian Heinrich[SMPI] Remove code-generating macro
2018-06-28 Christian Heinrich[SMPI] Add FIXME note for MSG_init() call.
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove copy of old argument
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove old smpirun check
2018-06-26 Arnaud GierschTry to reduce cognitive complexity for smpi_main (Sonar).
2018-06-24 Augustin Degommeleaks --. Maybe
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Irecv -> irecv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Isend -> isend
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAll -> alltoall
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAllV -> alltoallv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allGather -> allgather
2018-06-21 Christian Heinrich[TRACING] Rename TIT action gatherV -> gatherv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action waitAll -> waitall
2018-06-21 Christian Heinrich[TRACING] allGatherV -> allgatherv
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-06-21 Christian Heinrich[REPLAY] Update replay.hpp
2018-06-21 Christian Heinrich[SMPI] Replay: Cosmetics -- Fix wrong indentation
2018-06-21 Christian Heinrich[SMPI] Replay: Make the 'storage' variable static
2018-06-21 Christian Heinrich[SMPI] Replay: Move XBT_LOG_NEW_... statement to the top
2018-06-21 Christian Heinrich[SMPI] Replay: Add/remove headers
2018-06-21 Christian Heinrich[SMPI] Groups: Remove old rank2index map
2018-06-21 Christian Heinrich[SMPI/INSTR] Trace MPI_Wait() calls correctly
2018-06-19 Arnaud GierschParameter is not used.
2018-06-19 Arnaud GierschKill unused static function.
2018-06-19 Arnaud GierschKill unused parameter.
2018-06-18 Arnaud GierschFactorize duplicated declarations.
2018-06-18 Arnaud GierschMissing extern "C" in smpi_helpers.h.
2018-06-18 Augustin Degommetry to find a portable way to print off_t
2018-06-18 degommeReplace smpi/privatize-lib by smpi/privatize-libs,...
2018-06-18 degommefix missing include
2018-06-18 degommeAdd option smpi/privatize-lib to add extra library...
2018-06-18 Augustin DEGOMME... add support fort getopt_long_only, as mpimemu uses it
2018-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-06-13 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-06-13 degommesimplify tracing of MPI_Test. Add tracing for Testall...
2018-06-13 Christian Heinrich[SMPI] Move instr_find_color to C++
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Arnaud GierschCompleted request was already nulled in Request::waitan...
2018-06-08 Arnaud GierschMPI_Wait*: fix tracing related memory leaks.
2018-06-08 Arnaud GierschMPI_Waitany: set completed request to null.
2018-06-06 Augustin Degommeyes another attempt
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Augustin Degommeadd back tracing of communications in wait/waitany...
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-06-01 Christian Heinrich[SMPI] Cosmetics: ! -> not
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-05-27 Arnaud GierschConvert enum smpi_process_state to enum class.
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsonchange macro names to avoid nameclashes on FINISHED
2018-05-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-16 Frederic Sutercosmetics
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-12 Arnaud GierschTry again when wait returns 128.
2018-05-12 Martin QuinsonMissing copyright header
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-12 Martin Quinson[smpi] kill an unused method
2018-05-12 Martin Quinson[smpi] s4u processes are actors
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
2018-05-11 Frederic Sutersnake_case in instr
2018-05-11 Frederic Suterrefactor with templated method
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-05-05 Augustin Degommeplease sonar by removing redundant test
2018-05-03 Augustin Degommeprotect MPI_Test, Iprobe and Probe the same way
2018-05-03 Augustin Degommefix bug on MPI_Recv when MPI_IGNORE_STATUS is used...
2018-04-30 Frederic Sutersnake_case Engine signals
2018-04-30 Frederic Suterbetter use of signals for TRACE init/exit
2018-04-26 Arnaud GierschMove samples in private (anonymous) namespace.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin Quinsonsnake_case and cleanup some more methods of s4u::Engine
2018-04-23 Martin Quinsonstart snake_casing s4u::Engine
next