Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc_link' into 'master'
[simgrid.git] / src / smpi /
2021-07-23 Arnaud GierschFix a fixme (kill dead code).
2021-07-21 Arnaud GierschUse if(false) to comment debugging code, and be sure...
2021-07-20 Arnaud GierschTypo.
2021-07-19 Arnaud Giersch[pvs-studio] Make it clear that free'd pointers are...
2021-07-19 Arnaud Giersch[sonar] Less implicit casts.
2021-07-19 Arnaud Giersch[pvs-studio] Don't mix initialized and non-initialized...
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-18 Martin Quinsontypo and cosmetics in error messages
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-07-13 Arnaud GierschSimplify, and avoid nested SmpiBenchGuard when rastro_r...
2021-07-13 Arnaud Giersch[sonar] Less implicit conversions.
2021-07-08 Arnaud GierschInstr: for consistency, rename 'father' to 'parent...
2021-07-07 Arnaud GierschReduce number of unnecessary copies of 'args'.
2021-06-24 Arnaud Giersch[sonar] Avoid C-style array.
2021-06-24 Arnaud GierschFix type for variable.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-16 Augustin DegommeAdd a SMPI_SAMPLE_LOCAL_TAG and SMPI_SAMPLE_GLOBAL_TAG...
2021-06-16 Augustin DegommeTry to be more coherent, fix misleading message, and...
2021-06-16 Augustin Degommefix bug in sampling, it was ignoring max number of...
2021-06-14 Augustin Degommeset this error added in 9d5b713b1 as a pedantic one...
2021-06-14 Augustin DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
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-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
2021-06-11 Arnaud GierschFor sonar.
2021-06-10 Arnaud GierschReduce depth of nested statements (sonar).
2021-06-10 Arnaud GierschSuperfluous blank lines.
2021-06-10 Arnaud GierschRemove unused parameter.
2021-06-10 Arnaud GierschMisc. Sonar smells.
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-09 Arnaud GierschFix a FIXME: use a dynamic table.
2021-06-09 Arnaud GierschFinally implement smpi shared realloc.
2021-06-09 Arnaud GierschAdd memset(0) for shared calloc.
2021-06-08 Arnaud GierschLet's be more tolerant with shared realloc() and only...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
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 Degommeprotect type_creation routines against null pointers...
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
2021-06-07 Augustin Degommebetter check for mpi_datatype_null
2021-06-07 Augustin Degommecheck that we are not using RMA-reserved MPI_Op in...
2021-06-07 Augustin Degommeget_accumulate: if MPI_NO_OP is specified, origin*...
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 GierschRemove a global variable, and use a static to remember...
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-04 Bruno DonassoloMinor fix usage
2021-06-04 Bruno DonassoloMoving SMPI app deployment to C++ code
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-04 Arnaud Giersch[sonar] Redundant parentheses.
2021-06-04 Arnaud Giersch[sonar] Pointer-to-const.
2021-06-03 Arnaud GierschEnsure correct ordering of the accumulate requests.
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...
next