Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / smpi / mpi /
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
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-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-07-19 Arnaud Giersch[pvs-studio] Make it clear that free'd pointers are...
2021-07-19 Arnaud Giersch[pvs-studio] Avoid implicit cast from bool to target...
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-06-24 Arnaud Giersch[sonar] Avoid C-style array.
2021-06-24 Arnaud GierschFix type for variable.
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
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 Arnaud GierschFix memleaks with MPI_*_get_info, when info is duplicated.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
2021-06-06 Arnaud GierschCorrectly remember buffer between persistent communicat...
2021-06-04 Arnaud GierschCall cleanup_attr<Comm> before marking Comm as deleted.
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-04 Arnaud Giersch[sonar] Redundant parentheses.
2021-06-03 Arnaud GierschEnsure correct ordering of the accumulate requests.
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-03 Arnaud GierschUse existing function (also empties requests_ after...
2021-06-03 Arnaud GierschImprove debug messages and avoid calling finish_comms...
2021-06-03 Arnaud GierschInitialize variable.
2021-06-02 Arnaud GierschUse existing functions to finish comms (and fix Win...
2021-06-02 Arnaud GierschReview usage of rank/rank_/rank() is smpi_win.
2021-06-02 Arnaud GierschLittle simplifications in loops.
2021-06-02 Arnaud GierschSome int -> bool conversions (+ use of existing macro).
2021-06-02 Arnaud GierschCall rank() only once.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-06-01 Arnaud GierschParameter 'assert' is a bit field.
2021-05-31 Arnaud GierschHandle case where different groups are given to MPI_Win...
2021-05-31 Arnaud GierschHandle duplicated datatypes within predefined MPI_Op.
2021-05-28 Arnaud GierschFix refcount for Datatype_contents.
2021-05-27 Arnaud GierschKeyval should always exist.
2021-05-26 Augustin DegommeCheck types matching in MPI communications.
2021-05-26 Augustin Degommemark these as derived datatypes, and don't divide by...
2021-05-26 Augustin Degommekeep track of which datatype was duplicated, to be...
2021-05-26 Augustin Degommenothing old here, just the type ..
2021-05-26 Arnaud GierschFix potential mem leak seen by scan-build.
2021-05-25 Arnaud GierschPlug memleaks with Fortran bindings.
2021-05-25 Arnaud GierschReview allocation of MPI attributes with Fortran bindings.
2021-05-25 Arnaud GierschSave an indirection with smpi keyvals.
2021-05-25 Arnaud GierschPrefer using emplace() to insert() for smpi keyvals...
2021-05-25 Arnaud GierschMake smpi::Keyval::attribute() return a reference.
2021-05-25 Arnaud GierschNo need to test for attributes()->empty().
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-20 Arnaud GierschMore aid_t.
2021-04-19 Arnaud GierschMore int -> aid_t.
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::rank(s4u::Actor*).
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschChange smpi::Group::set_mapping to take a pid.
2021-04-18 Arnaud GierschAdd assert's to ensure consistency between the two...
2021-04-18 Arnaud GierschDefine new rank_to_pid_map_.
2021-04-18 Arnaud GierschLookup for parent process (like in Group::rank(s4u...
2021-04-18 Arnaud GierschIn smpi::Group, 'index' is in fact a PID. Fix type...
2021-04-18 Arnaud GierschFix comment.
2021-04-18 Arnaud GierschPass large parameter by const reference.
2021-04-18 Arnaud GierschMinor cleanups (useless stuff).
2021-04-17 Arnaud GierschSonar polishing.
2021-04-17 Arnaud GierschPointer-to-const parameters in smpi::Group.
2021-04-17 Arnaud GierschReduce code duplication (and fix bug in Group::difference).
2021-04-16 Arnaud GierschA for-loop with 'num' modified in the body is too compl...
2021-04-16 Arnaud GierschFix smpi::Group::intersection().
2021-04-16 Arnaud GierschFix Group::group_union().
2021-04-16 Arnaud GierschSimplify smpi::Group::difference().
2021-04-16 Arnaud GierschReview smpi::Group::*excl() and smpi::Group::*incl().
2021-04-16 Arnaud GierschKill redundant member 'size_' from smpi::Group.
2021-04-16 Arnaud GierschMinor changes in smpi::Group.
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-07 Augustin Degommeplease sonar
2021-04-06 Augustin Degommeappease 32 bits
2021-04-06 Augustin Degommetry to improve handling of comm_self a bit.
2021-04-06 Augustin Degommefix for potentially empty names
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
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-04 Augustin Degommeincrease rank checking for RMA comms
2021-04-03 Augustin Degommeoops.
2021-04-03 Augustin Degommeavoid allocating comm_self if not needed
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-03 Augustin Degommevalidate that MPI_Op can be applied at entrance of...
2021-04-02 Augustin DegommeMPI_BYTE has some specific requirements, and doesn...
2021-04-02 Augustin Degommereport the proper size on the receiver side, when its...
2021-04-02 Augustin Degommeselect proper errhandler when MPI_COMM_WORLD is duplicated
next