Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / smpi / mpi / smpi_request.cpp
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-10 Augustin Degommefix potential leak in replay, as a temporary buffer...
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
2021-06-24 Arnaud GierschFix type for variable.
2021-06-13 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-12 Arnaud GierschRemove misleading comment: there is no simcall between...
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-06 Arnaud GierschCorrectly remember buffer between persistent communicat...
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-05-26 Augustin DegommeCheck types matching in MPI communications.
2021-05-26 Augustin Degommenothing old here, just the type ..
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-21 Augustin DegommeSMPI should not eat up all exceptions in wait/waitany...
2021-05-10 Arnaud Giersch[sonar] Prefer empty() to check for emptyness.
2021-05-07 Augustin Degommeuse .data() instead of &v[0] to avoid annoying analyzers.
2021-05-07 Augustin Degommenon blocking collectives : array->vector
2021-05-07 Augustin DegommeFix previous fix.
2021-05-07 Augustin DegommeProperly terminate non blocking collective requests...
2021-04-20 Arnaud Gierschaid_t for src and dst in smpi::Request.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Arnaud GierschFinally rename smpi::Group::actor_pid() back to actor().
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschMinor cleanups (useless stuff).
2021-04-06 Augustin Degommeremove unwanted s4u include in all smpi files
2021-04-06 Augustin DegommeDon't add handles to the lookup for the sake of just...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Augustin Degommereport the proper size on the receiver side, when its...
2021-04-02 Augustin Degommerecv should return MPI_ERR_TRUNCATE
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-21 Augustin DegommeThis is the index, we want the rank for the underlying...
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-07 Augustin Degommedebug message --
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-03-07 Augustin DegommeChange handling of MPI_PROC_NULL as a src or a dest.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-18 Augustin Degommedon't mark as truncated probe requests (and get rid...
2021-02-18 Augustin Degommedebug message for truncation
2021-02-17 Augustin DegommeCrash and burn when a message is truncated.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Arnaud GierschCosmetics.
2021-02-09 Arnaud GierschFix return value to MPI_UNDEFINED.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschAssert that *request != MPI_REQUEST_NULL, and remove...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschSave another bunch of new/delete.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-27 Arnaud GierschKill redundant F2C::f2c_lookup.
2020-10-27 Arnaud GierschFinally use plain ints for f2c keys.
2020-10-27 Arnaud GierschUse std::string for f2c keys.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (src/smpi/).
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-12 Arnaud GierschPrefer using initialization lists in ctors.
2020-06-09 Augustin Degommeleaks --
2020-06-08 Augustin Degommeimprove handling of persistent requests.
2020-06-08 Augustin DegommeFinished = inactive
2020-06-03 Augustin Degommeadd a 16 byte envelope to each MPI message.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-16 Arnaud GierschReduce code duplication.
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Arnaud GierschFix another dead store caught by cppcheck.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschCosmetics: useless negation.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
next