Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in cpu_ti
[simgrid.git] / src /
2018-03-31 Martin Quinsoncosmetics in cpu_ti
2018-03-31 Martin Quinsonhave the maxmin system create by itself what it needs...
2018-03-31 Martin Quinsonlmm::System: rename some fields, and initialize them...
2018-03-30 Martin QuinsonCpuCas01: set updateAlgo as initializer
2018-03-30 Martin Quinsoncleanup the declaration and handling of the cpu/optim...
2018-03-30 Martin Quinsonreduce the visibility of xbt/config.hpp file to the...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Martin Quinsonchange a fixme into an assert
2018-03-30 Martin Quinsonvarious sonar fixes
2018-03-30 degommefix regexp. again.
2018-03-30 degommefix regexp
2018-03-30 Arnaud GierschMove variable definition in cpp file.
2018-03-30 Arnaud GierschFix memory leak.
2018-03-30 Martin Quinsondon't link_set after link_add to not erase the -shared...
2018-03-30 Martin Quinsonbe verbose when the SMPI_PRETEND_CC trick is activated
2018-03-29 Martin Quinsonsmpicc: don't add -shared when SMPI_PRETEND_CC is on
2018-03-29 degommeadd gnu+11 flags to smpicxx as this seems needed
2018-03-28 Arnaud GierschUse C++ style casts.
2018-03-28 Arnaud GierschIt won't compile without C++ anyway.
2018-03-28 Arnaud GierschVariables are already declared in surf_interface.hpp.
2018-03-28 Arnaud GierschFile surf.hpp is C++ only. Remove SG_BEGIN/END_DECL.
2018-03-28 Arnaud GierschFunction surf_get_clock() is already declared in surf...
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 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: 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[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 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.
next