Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / smpi / internals /
2022-05-09 Arnaud GierschStructured binding here too.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-28 Arnaud GierschExplicit cast to double (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschPointer-to-const (sonar).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-25 Arnaud GierschKill redundant code.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommemake pedantic not the default...
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
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-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-02 Arnaud GierschRename method for consistency.
2022-02-16 Arnaud GierschOne less implicit conversion (sonar).
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Augustin Degommefix waitall handling in SMPI replay.
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-10-27 SUTER Frederic[sonar] use shared_ptr instead of new/delete
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-05 Arnaud GierschSetup argc/argv for the Fortran run-time environment...
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-09-30 Augustin DegommeMC does not like mutexes, so disable the barrier for it.
2021-09-30 Augustin DegommeAdd a simgrid barrier at the end of MPI_Init call.
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-28 Arnaud GierschFix memory leak when smpi_exit is called.
2021-09-27 Augustin Degommeuse a more simgrid-y way of telling the compiler that...
2021-09-27 Augustin DegommeMark the smpi_exit call as noreturn, and really kill...
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
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-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-03 SUTER Fredericforgot one access to now private field
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-16 SUTER Fredericmodernize SIMIX_comm_set_copy_data_callback
2021-08-07 Augustin Degommetry to have reduce_scatter output identically on re...
2021-08-07 Augustin Degommeallow smpi/init option in replay as well.
2021-08-07 Augustin Degommereplay : add actions scan and exscan
2021-08-07 Augustin Degommemultiple fixes for replay
2021-08-07 Augustin Degommefix issues in replay of scatter and scatterv
2021-08-07 Augustin Degommeensure alltoallv tracing/replay/tracing again is coherent.
2021-08-06 Augustin Degommeprevious ti-tracing improvement for bcast and reduce...
2021-08-06 Augustin Degommeswitch from pid to rank for ti-tracing the wait action
2021-08-05 Augustin Degommereplay: small changes to avoid discrepencies when traci...
2021-08-05 Augustin Degommeallow the use of cfg=smpi/finalization-barrier for...
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-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-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 DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
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 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 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...
next