Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename the plugins from the command line, and document it
[simgrid.git] / src / smpi / include /
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-05-12 Martin Quinson[smpi] kill an unused method
2018-05-12 Martin Quinson[smpi] s4u processes are actors
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
2018-04-20 Christian Heinrich[SMPI] Added two comments...
2018-04-19 degommeadd tracing for MPI_Start and MPI_Startall.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRemove unneeded extern "C".
2018-04-16 Arnaud GierschRemove old and unclear todo comment.
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-11 Arnaud GierschExclude preexisting region when computing smpi_data_exe...
2018-04-11 Arnaud GierschMake function static.
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-04 degommetry to get rid of warning by defining calls here
2018-04-03 degommetry to handle getopt internal global variable
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Arnaud GierschUse enum class for smpi privatization strategies.
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-28 Arnaud Giersch#include <string>
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Datatype: Make the dt id a std::string
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: Make encode() a static member
2018-03-28 Christian Heinrich[SMPI] Replay/Memory: Move tmp buffers from replay...
2018-03-28 Christian Heinrich[SMPI] Datatypes: Make them all replayable
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-15 degommemove resized to its own method
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
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-07 Arnaud GierschRemove unused typedefs.
2018-02-13 Arnaud GierschFunction smpi_process_papi_counters() was renamed ...
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-02-05 Arnaud GierschRemove now unused smpi::Process::return_value.
2018-02-03 Martin Quinsonplug another memleak
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] smpi_process: Move instance_id_ from char* to...
2018-01-24 Christian Heinrich[SMPI] Remove index_ and index() from smpi::Process
2018-01-24 Christian Heinrich[SMPI] Update smpi_deployment_register_process for...
2018-01-24 Christian Heinrich[SMPI] Move process_data to map<Actor, smpi::Process>
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2018-01-24 Christian Heinrich[SMPI] Program against s4u::Actor and not smx_actor_t
2018-01-24 Christian Heinrich[SMPI] Next step for dynamic privatization
2017-12-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-21 Augustin DegommeSMPI: make dlopen default privatization method, and...
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Augustin Degommedon't use is_valid to validate datatypes for replay...
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-18 Arnaud GierschReduce code duplication.
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-08 Arnaud GierschSonar: make overridden methods virtual.
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Christian Heinrich[SMPI] Move all 3 MPI_Comm getters together
2017-11-03 Frederic Suterreindent
2017-11-02 Arnaud GierschRemove old commented declaration.
2017-11-02 Arnaud GierschRemove empty destructor.
2017-11-01 Arnaud GierschUse a vector for index_to_rank_map_ too.
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Christian Heinrich[SMPI] Move a map in smpi::Group from array to std...
2017-10-30 Christian Heinrich[SMPI] Renamed global memory init function
2017-10-30 Christian Heinrich[SMPI] Allow privatization in a more generic way
2017-10-30 Christian Heinrich[SMPI] Added privatized_region_ property to simgrid...
2017-10-30 Christian Heinrich[SMPI] Privatization changes, step 1
2017-10-28 Arnaud GierschSonar: remove unused private fields.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Arnaud GierschMake some protected fields private.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschKill useless empty functions.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-10-03 Christian Heinrich[SMPI] Renamed smpi_*_data_exe as a first step for...
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-25 Augustin Degommethis has to be ordered as MPI allows access to items...
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-02 Arnaud GierschAvoid costly exceptions when looking into a map.
next