Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename smpi::Process to smpi::ActorExt
[simgrid.git] / src / smpi / internals / smpi_replay.cpp
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
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-27 onesphoreMerge remote-tracking branch 'upstream/master'
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/INSTR] Trace MPI_Wait() calls correctly
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-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-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to replay.cpp
2018-04-20 Christian Heinrich[SMPI] Replay: Move ReplayAction definitions to replay.hpp
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to ArgParsers
2018-04-20 Christian Heinrich[SMPI] Replay: Indent ArgParsers correctly.
2018-04-20 Christian Heinrich[SMPI] Replay: Move ArgParsers + macro to simgrid/smpi...
2018-04-18 Christian Heinrich[SMPI] Replay: Add comments to classes
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschUse a reference instead of a pointer.
2018-04-16 Arnaud GierschReindent.
2018-04-16 Arnaud GierschPlease sonar: promote struct to class.
2018-04-16 Arnaud GierschUnused.
2018-04-16 Arnaud GierschAdd explicit qualifier.
2018-04-13 Christian Heinrich[SMPI] Replay: Clear all requests after waitall
2018-04-13 Christian Heinrich[SMPI] Replay: Remove old functions / datatype
2018-04-13 Christian Heinrich[SMPI] Replay: Move replay_init to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move WaitAllAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move TestAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move SendAction + RecvAction to the...
2018-04-13 Christian Heinrich[SMPI] Replay: Move ActionWait to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Pass storage obj to actions (but don...
2018-04-13 Christian Heinrich[SMPI] Replay: Add typedefs
2018-04-13 Christian Heinrich[SMPI] Replay: Use MPI_REQUEST_NULL instead of nullptr
2018-04-13 Christian Heinrich[SMPI] Replay: Added class RequestStorage (but not...
2018-04-13 Christian Heinrich[SMPI] Replay: Introduce and use WaitTestParser
2018-04-13 Christian Heinrich[SMPI] Add code to support std::tuple for std::unordere...
2018-04-13 Christian Heinrich[SMPI] Replay: Cosmetics. (Align '\' in a macro)
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-09 Christian Heinrich[SMPI] Replay: Enable usage of tags
2018-04-09 Christian Heinrich[SMPI] Replay: Make error message more verbose
2018-04-08 Arnaud GierschAvoid multiple initializations for active_processes.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-03 Arnaud GierschConstify attribute.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Martin Quinsonvarious sonar fixes
2018-03-28 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-28 Christian Heinrich[SMPI] Replay: Fix datatype initialization
2018-03-28 Christian Heinrich[SMPI] Fix branch conditions
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschFix format.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Rename (recv|send)_sum -> (recv|send)_size_sum
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify AllToAllV action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify reduceScatter action & change...
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify scatterV action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify scatter actions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify gatherV and allGatherV actions
2018-03-28 Christian Heinrich[SMPI] Replay: Add name parameter to parser
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify (all)gather action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify AllReduce & AllToAll actions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify (All)Reduce Action
2018-03-28 Christian Heinrich[SMPI] Replay: Use correct buffer (recvbuffer)
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify bcast action
2018-03-28 Christian Heinrich[SMPI] Replay: Cleanup WaitAction a bit
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify barrier action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify WaitAll Action
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify Communicator-Actions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify InitAction
2018-03-28 Christian Heinrich[SMPI] Replay: Cleanup WaitAction a bit
2018-03-28 Christian Heinrich[SMPI] Replay: Remove action_* functions
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify TestAction.
2018-03-28 Christian Heinrich[SMPI] Replay: Remove static communicator_size variable
2018-03-28 Christian Heinrich[SMPI] Replay: Cosmetics
2018-03-28 Christian Heinrich[SMPI] Replay: Make start_time a local variable
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify compute action
2018-03-28 Christian Heinrich[SMPI] Replay: Use std::function for i/send, i/recv...
2018-03-28 Christian Heinrich[SMPI] Replay: Use std::bind / std::function for the...
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify (I)Recv, (I)Send
2018-03-28 Christian Heinrich[SMPI] Replay: Classify the actions, start with Wait
next