Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert enum smpi_process_state to enum class.
[simgrid.git] / src / smpi / internals / smpi_replay.cpp
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
2018-03-28 Christian Heinrich[SMPI] Remove all references to decode_datatype
2018-03-28 Christian Heinrich[SMPI] Datatype: Remove all encode_datatype calls
2018-03-28 Christian Heinrich[SMPI] Datatype: Make encode() a static member
2018-03-28 Christian Heinrich[SMPI] Remove class definition...
2018-03-28 Christian Heinrich[SMPI] Replay: Macro cosmetics
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
2018-03-28 Christian Heinrich[SMPI] Replay: Move CHECK_ACTION_PARAMS macro to the...
2018-03-28 Christian Heinrich[SMPI] Replay/Memory: Move tmp buffers from replay...
2018-03-28 Christian Heinrich[SMPI] Replay: Use the right buffer (c&p error?)
2018-03-28 Christian Heinrich[SMPI] Replay: Replace atoi by std::stoi
2018-03-28 Christian Heinrich[SMPI] Replay/Allgatherv: Account for disps parameters...
2018-03-28 Christian Heinrich[SMPI] Replace encode_datatype calls with dt->encode()
2018-03-28 Christian Heinrich[SMPI] Datatypes: Make them all replayable
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_allgatherv
2018-03-28 Christian Heinrich[SMPI] Replay: Move MPI_CURRENT_TYPE from global to...
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_gatherv
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_scatterv
2018-03-28 Christian Heinrich[SMPI] Replay: Move action_reducescatter to std::shared_ptr
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_allToAllv
2018-03-28 Christian Heinrich[SMPI] Move disps arrays to vectors
2018-03-28 Christian Heinrich[SMPI] Replay: Remove local variables from action_reduc...
2018-03-28 Christian Heinrich[SMPI] Replay: Remove unnecessary initialization
2018-03-28 Christian Heinrich[SMPI] Replay: Remove side effect from decode_datatype
2018-03-28 Christian Heinrich[SMPI] Replay: Remove unused KEY_SIZE macro from .cpp
2018-03-28 Christian Heinrich[SMPI] Replay: Declare variables as static
2018-03-28 Christian Heinrich[SMPI] Replay: Use std::vector copy-constr. instead...
2018-03-28 Christian Heinrich[SMPI] Clean initialization of MPI_CURRENT_TYPE and...
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Cosmetics as proposed by clang...
next