Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless test; TODO--.
[simgrid.git] / src / smpi /
2021-06-03 Arnaud GierschUseless test; TODO--.
2021-06-03 Arnaud GierschInitialize mmap-privatized segments earlier (before...
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-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschAdd missing calls to smpi_bench_begin() on error paths.
2021-06-01 Arnaud GierschInvert tests to reduce depth of nesting.
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-31 Arnaud GierschExplicitly delete the copy constructor and copy assignm...
2021-05-28 Arnaud GierschFix refcount for Datatype_contents.
2021-05-28 Arnaud GierschAllow null ranks for MPI_Group_incl when n == 0.
2021-05-27 Augustin DegommeAdd flag to provide an optional barrier in MPI_Finalize.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-27 Arnaud GierschKeyval should always exist.
2021-05-27 Augustin Degommeleaks analysis: when -analyze is given to smpirun,...
2021-05-27 Augustin Degommeleaks analysis : activate if list-leaks is asked manual...
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 GierschFix refcounting of MPI keyvals when keyval_free is...
2021-05-25 Arnaud GierschSimplify a bit Keyval::attr_delete.
2021-05-25 Arnaud GierschDon't increase refcount when existing elem is overwritten.
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 GierschFix parameter names.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-21 Augustin DegommeSMPI should not eat up all exceptions in wait/waitany...
2021-05-21 Augustin Degommetypo --
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-17 Martin QuinsonMore informative error message when the user does not...
2021-05-10 Arnaud GierschReduce code duplication.
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-22 Arnaud GierschUnused #include.
2021-04-22 Arnaud Giersch[sonar] Implicit casts should not lower precision.
2021-04-20 Arnaud GierschGlobal--.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud Gierschaid_t for src and dst in smpi::Request.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-20 Arnaud GierschPrefer emplace to insert.
2021-04-20 Arnaud GierschFor Sonar.
2021-04-20 Arnaud GierschMore aid_t.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Arnaud GierschConvert int -> size_t for TRACE_smpi_send (and below).
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 Augustin DegommeGroup buffer leaks by origin as well.
2021-04-19 Arnaud GierschPlug memory leak.
2021-04-19 Arnaud GierschConst, once again.
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 GierschKill a TODO (-1 is correct for an invalid PID).
2021-04-18 Arnaud GierschMPI_SOURCE is a rank; src_traced should be a PID.
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-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
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-16 Arnaud GierschPrefer a do-while in this case, and rewrite without...
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
2021-04-09 Augustin Degommetry to be preemptive about 32 bits complaints
2021-04-09 Augustin DegommeAdd initialization/finalization check at each call.
next