Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Objectify MSG task send
[simgrid.git] / src / smpi / bindings /
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin Degommesend warning here instead of debug
2018-09-25 Augustin DegommeHave attributes actually work in fortran... the horror
2018-09-25 Augustin Degommeget was done, now fix set
2018-09-25 Augustin Degommeprotect against failed get
2018-09-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-23 Augustin Degommelet's not use useless casts
2018-09-22 Augustin Degommereturn the correct value in MPI_get_attr and friends...
2018-07-24 Augustin DegommeRework SMPI initialization to handle argc and argv...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-09 Augustin DegommeInitialize fortran data structures in all cases.
2018-07-09 Augustin Degommeprevent <0 errorcodes in MPI_Error_code
2018-07-09 Augustin DegommeFix issue with Fortran indexes not computed properly...
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
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'
next