Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Replay: Make error message more verbose
[simgrid.git] / src / smpi / bindings /
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-28 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Datatype: Remove all encode_datatype calls
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-24 Martin QuinsonKill typedef lmm_system_t
2018-03-23 Martin QuinsonSMPI: only warn once on unimplemented calls
2018-03-16 degommeshorten and fix message
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
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 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschRemove unused variable.
2018-01-25 Augustin Degommeadd another message useful for debugging here
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] Search/Replace of smpi_process()->index() in...
2018-01-24 Christian Heinrich[SMPI] Cosmetics for smpi_pmpi_win.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Rename variable 'rank' to 'my_proc_id'
2018-01-24 Christian Heinrich[SMPI] (THIRD PATCH) Replace invalid uses of 'comm...
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] Cosmetics of smpi_pmpi_request.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Replace index() in smpi_pmpi_requests.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index() from smpi_pmpi_win.cpp
2018-01-24 Christian Heinrich[SMPI] Remove usage of index() in smpi_pmpi_coll.cpp
2018-01-24 Christian Heinrich[SMPI] Move the pid calls to helper function that has...
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2018-01-17 Christian Heinrich[SMPI] Added 2 FIXME's for PMPI_Is_thread_main()
2018-01-15 Christian Heinrich[SMPI] Move even more redundant code to helper function
2018-01-15 Christian Heinrich[SMPI] Added FIXME comment...
2018-01-15 Christian Heinrich[SMPI] Pass the request as pointer and fix tracing
2018-01-15 Christian Heinrich[SMPI] PMPI_Waitany/all: Move redundant code to helper...
2018-01-15 Christian Heinrich[SMPI] Remove local variables
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitall
2018-01-15 Christian Heinrich[SMPI] Remove now unused datastructure in PMPI_Waitany
2018-01-15 Christian Heinrich[SMPI] Don't use local structure in PMPI_Waitany
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-25 Augustin Degommethis is still unimplemented, but please sonar
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-19 Arnaud GierschComment some unused parameters.
2017-11-16 Arnaud GierschMove check for MPI_BOTTOM one level up.
2017-11-15 Augustin Degommeadd TI tracing to RMA calls (all but win_create, win_de...
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Frederic Suterrework the hack on sendrecv to fix umpire test
2017-11-09 Frederic Suteraddress new smells and hack smthg for sendrecv
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-07 Frederic Sutermerge identical functions
2017-11-06 Frederic Suterfix broken tests
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-05 Frederic Suterremove useless parameters in (simplified) instr
2017-10-18 ZitagccMerge branch 'master' into actor-priority
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-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 GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-04 Arnaud GierschCannot have comm == MPI_COMM_NULL here.
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschIndentation.
2017-09-09 Arnaud Giersch'request' cannot be null here (verified before at line...
2017-09-09 Arnaud GierschRemove useless assignments.
2017-09-02 Augustin Degommetry to please scan-build
2017-09-02 Augustin Degommesee if that pleases scan-build
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Suterkill kill simcall
2017-08-11 Frederic Sutercodacy and clang-format
2017-07-31 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-31 Frederic Sutertry to fix build + cosmetics
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippdelete unused parameters
2017-07-24 Takishippremove unused parameters of some fcts
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Sutersome of clang-format
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeAdd some missing SMPI fortran bindings (recently suppor...
2017-07-17 degommeSplit up Fortran bindings in several files to avoid...
2017-07-17 degommeExplode 3700 lines of smpi_pmpi.cpp file in several...
2017-07-17 degommeBig move of all SMPI files in subfolders because it...