Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-03-28 Arnaud Giersch#include <string>
2018-03-28 Arnaud GierschRemove std::move.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Arnaud GierschKill unused typedef.
2018-03-28 Christian Heinrich[SMPI] Datatype: Make the dt id a std::string
2018-03-28 Christian Heinrich[SMPI] Prohibit execution of negative flops
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: Move callbacks to std::function
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] Cosmetics: Remove 3 blank lines from smpi_global.cpp
2018-03-28 Christian Heinrich[SMPI] Deployment: Move function signatures to std...
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[MSG/Replay] Delete old msg/replay code
2018-03-28 Christian Heinrich[XBT] Remove a new/delete pair from xbt-replay code
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] Added comment regard Datatype::keyvals
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[INSTR] Move vector* to shared_ptr<vector>.
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[TESTS] Fix smpi replay test for allgatherv
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-03-28 Arnaud GierschRevert "Please mingw."
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/smpi/).
2018-03-28 Arnaud GierschRemove useless extern "C" from msg_private.hpp.
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/bindings/).
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschCall atexit() from xbt_cfg_new().
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-28 Arnaud GierschFunction has been renamed.
2018-03-28 Arnaud GierschReturn value is useless (always 1).
2018-03-28 Arnaud GierschUse <stdbool.h> for C files.
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-28 Arnaud GierschPlease mingw.
2018-03-28 Arnaud GierschRemove useless intermediate variables.
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-28 Arnaud GierschUsing namespace simgrid::kernel.
2018-03-28 Arnaud GierschMake static functions in lagrange.cpp static methods...
2018-03-28 Arnaud GierschMake check_feasible() and dual_objective() private...
2018-03-28 Arnaud GierschKill spurious #ifdef MATH.
2018-03-28 Arnaud GierschUse constexpr instead of #defin.
2018-03-28 Arnaud GierschBe explicit on overridable method.
2018-03-28 Arnaud GierschGive correct function for func_fp().
2018-03-28 Arnaud GierschKill unused macros.
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-27 Arnaud GierschMake maxmin_system_ a private field for resource::Model.
2018-03-27 Arnaud GierschKill unused field.
2018-03-27 Arnaud GierschMove assert befort assignment.
2018-03-27 Arnaud GierschFix parameter description.
2018-03-27 Martin Quinsonenum class for Model::UpdateAlgo
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Frederic Suterexternal projects may refcount Mailboxes too
next