Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill an unused declaration
[simgrid.git] / src / smpi / mpi / smpi_request.cpp
2022-10-21 Martin QuinsonKill an unused declaration
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
2022-09-16 Arnaud GierschUseless assignment (PVS V1048).
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-20 Martin QuinsonCosmetics
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericlet SMPI use old simcalls for now
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschReduce depth of nested 'if' statements (sonar).
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
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...
next