Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some include directives
[simgrid.git] / src / smpi / bindings /
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Irecv -> irecv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Isend -> isend
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAll -> alltoall
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAllV -> alltoallv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allGather -> allgather
2018-06-21 Christian Heinrich[TRACING] Rename TIT action gatherV -> gatherv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action waitAll -> waitall
2018-06-21 Christian Heinrich[TRACING] allGatherV -> allgatherv
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-06-21 Christian Heinrich[SMPI/INSTR] Trace MPI_Wait() calls correctly
2018-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-06-13 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-06-13 degommesimplify tracing of MPI_Test. Add tracing for Testall...
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Arnaud GierschCompleted request was already nulled in Request::waitan...
2018-06-08 Arnaud GierschMPI_Wait*: fix tracing related memory leaks.
2018-06-08 Arnaud GierschMPI_Waitany: set completed request to null.
2018-06-06 Augustin Degommeyes another attempt
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Augustin Degommeadd back tracing of communications in wait/waitany...
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
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 Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-05 Augustin Degommeplease sonar by removing redundant test
2018-05-03 Augustin Degommeprotect MPI_Test, Iprobe and Probe the same way
2018-05-03 Augustin Degommefix bug on MPI_Recv when MPI_IGNORE_STATUS is used...
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin Quinsonsnake_case and cleanup some more methods of s4u::Engine
2018-04-20 Christian Heinrich[SMPI] Added two comments...
2018-04-19 degommeadd tracing for MPI_Start and MPI_Startall.
2018-04-13 degommethat was fixed locally, shouldn't have been able to...
2018-04-13 degommehandle MPI_IN_PLACE for MPI_Scan
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-10 Augustin Degommeonly test for these on non-root processes
2018-04-09 Christian Heinrich[SMPI] Add 'tag' parameter for instr::Pt2PtTI class
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...
next