Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move samples in private (anonymous) namespace.
[simgrid.git] / src / smpi / internals /
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[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-03-28 Arnaud GierschRemove extern "C" from cpp files (src/smpi/).
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-19 Arnaud GierschUse src_proc/dst_proc to switch data segment.
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Martin Quinsonmore explicit error message
2018-03-01 Christian Heinrich[SMPI] Use Actor->getHost() instead of Actor->getImpl...
2018-02-16 degommedon't use deepbind in cases it's not needed (I think)
2018-02-13 Arnaud GierschFunction smpi_process_papi_counters() was renamed ...
2018-02-13 Arnaud GierschFIXME: TRACE_smpi_sleeping_init() is never called.
2018-02-05 Arnaud GierschRemove now unused smpi::Process::return_value.
2018-02-05 Arnaud GierschRescue cleanups lost with commit 8914cdf67bb2cdd7b64e6e...
2018-02-05 Christian Heinrich[SMPI] Fix issues with daemons by using isDaemon()
2018-02-05 Christian Heinrich[SMPI] Clarify in debug message that SMPI processes...
2018-02-05 Arnaud GierschCosmetics: get rid of stringstream.
2018-02-05 Arnaud GierschCorrectly get the exit status for smpi processes.
2018-02-05 Arnaud GierschSearch in map only once.
2018-02-05 Arnaud GierschKill dead code.
2018-02-05 Arnaud GierschRevert "Revert "actually fix the memleak around smpi...
2018-02-05 Arnaud GierschRevert "Finally fix memleak."
2018-02-05 Arnaud GierschFinally fix memleak.
2018-02-05 Arnaud GierschRevert "actually fix the memleak around smpi's process_...
2018-02-03 Martin Quinsoninline a oneliner
2018-02-03 Martin Quinsonplug another memleak
2018-02-03 Martin Quinsonactually fix the memleak around smpi's process_data
2018-02-02 Martin Quinsontry to plug a memleak
2018-01-25 Frederic Suterplease sonar
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] Fix errors on SUSE: ActorPtr cannot be printed...
2018-01-24 Christian Heinrich[SMPI] Replace Actor::self() with smpi::Process's process_
2018-01-24 Christian Heinrich[SMPI] C++ify smpi::Process mailboxnames
2018-01-24 Christian Heinrich[SMPI] Cosmetics in smpi_process.cpp: Correct indentation
2018-01-24 Christian Heinrich[SMPI] smpi_process: Move instance_id_ from char* to...
2018-01-24 Christian Heinrich[SMPI] Remove comment
2018-01-24 Christian Heinrich[SMPI] Remove index_ and index() from smpi::Process
2018-01-24 Christian Heinrich[SMPI] Rename parameters from index to process_id in...
2018-01-24 Christian Heinrich[SMPI] smpi_process.cpp: Replace 'index' with 'Actor...
2018-01-24 Christian Heinrich[SIMIX] Remove SMPI-specific segment_index notion from...
2018-01-24 Christian Heinrich[SMPI] Search/Replace of smpi_process()->index() in...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Cosmetics as proposed by clang...
2018-01-24 Christian Heinrich[SMPI] Rename variables from 'rank' to 'my_proc_id...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Replace smpi_process()->index...
2018-01-24 Christian Heinrich[SMPI] (LAST PATCH) Fix SMPI replay & smpi-replay tesh
2018-01-24 Christian Heinrich[SMPI] (SECOND PATCH) Fix destinations/origins for...
2018-01-24 Christian Heinrich[SMPI] (FIRST PATCH) Remove 'getPid() - 1' arithmetic...
2018-01-24 Christian Heinrich[SMPI] Update smpi_deployment_register_process for...
2018-01-24 Christian Heinrich[SMPI] Rename 'index' to 'my_proc_id' in smpi::Process...
2018-01-24 Christian Heinrich[SMPI] Move process_data to map<Actor, smpi::Process>
next