Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_attach, MPI_Buffer_detach.
[simgrid.git] / src / smpi / mpi / smpi_request.cpp
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-10 Martin Quinsonreduce the use of simcall_process_sleep() -> this_actor...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-26 Martin Quinsonsmpi: cut some includes
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-24 Augustin Degommedon't test on a cancelled comm
2019-07-18 Augustin DegommeOnly wait on active requests (not null and not finished)
2019-07-18 Augustin DegommeFix the fix of the fix of testsome.
2019-07-18 Augustin DegommeStatus must be given for a detached request. But not...
2019-07-17 Augustin DegommeHave the communicators created together share a unique ID.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Augustin Degommeadd some debug messages to MPI_Testany
2019-05-14 Augustin Degommebefore matching message sent with MPI_ANY_SOURCE, check...
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-11 Arnaud GierschMemory leaks.
2019-04-03 Arnaud Giersch[scan-build] Assert that there is no memory leak here.
2019-04-03 Arnaud Giersch[sonar] Declare one identifier per statement.
2019-04-03 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschUseless parentheses.
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-03-29 degommeactivate a test to improve coverage a bit
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-28 degommeAdd MPI_Request_get_status, MPI_Status_set_cancelled...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-15 Frederic Suterfix build
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Christian Heinrich[SMPI] Add comments to explain variables
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterdo not use simcall_execution_start directly
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-24 Augustin Degommeleaks --. Maybe
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
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-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 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
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] s4u processes are actors
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_double -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_int -> simgrid::config::get_config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_bool -> simgrid::config::get_config...
2018-04-19 degommeadd tracing for MPI_Start and MPI_Startall.
2018-04-13 Christian Heinrich[SMPI] Request: Be more verbose when wrong refcount...
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
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 Martin Quinsonprefer this_actor:: to Actor::self()->
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommelaste batch tonight
2018-03-07 degomme...
next