Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / smpi / plugins /
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-06-09 Arnaud GierschFix a FIXME: use a dynamic table.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-19 Arnaud GierschMore int -> aid_t.
2021-03-01 Arnaud GierschMake global variables 'const'.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
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...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/smpi/.
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-04-05 Frederic Suteruseless morning cleanups
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-03 Arnaud Giersch[sonar] Make member variables "private".
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
2019-12-09 Augustin Degommeplease codefactor
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonMerge similar signals, and other cleanups
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-07-29 Martin Quinsonkill smpi_process_count(), use smpi_get_universe_size...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-24 Arnaud GierschFile "sampi.h" is already included here.
2019-04-19 Arnaud GierschRemove empty functions
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-21 Arnaud GierschUse xbt_malloc() and friends.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Frederic Suterplease sonar with a few smells
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-04 Martin QuinsonDeprecate the C API of parallel_execute
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Christian Heinrich[SMPI/LB] Normalize load + notify heap of changes
2018-10-02 Christian Heinrich[SMPI/LB] Add a XBT_DEBUG statement
2018-10-02 Christian Heinrich[SMPI/LB] Intercept realloc and calloc calls for memory...
2018-10-02 Christian Heinrich[S(A)MPI] Add/modify include guards
2018-10-02 Christian Heinrich[S(A)MPI] Add copyright header
2018-10-02 Arnaud GierschSonar cosmetics.
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Augustin Degommefix declaration
2018-08-03 Augustin Degommeremove reference to glibc malloc functions, as they...
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-03 Christian Heinrich[SMPI/LB] Small cleanups
2018-08-02 Christian Heinrich[SMPI/LB] Make LB + Mapping classes XBT_PRIVATE
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[SAMPI] Move ampi signals to simgrid::smpi::plugin...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions definitions to instr_amp...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions to instr_ampi.hpp
2018-08-02 Christian Heinrich[SAMPI] Rename from sampi_pampi.cpp to ampi/ampi.cpp
2018-08-02 Christian Heinrich[SMPI/LB] Add comment noting that an arg must not be 0
2018-08-02 Christian Heinrich[SMPI/LB] Check migration counter before the LB execution
2018-08-02 Christian Heinrich[SMPI/LB] Implement GreedyLB with a Fibonacci Heap
2018-08-02 Christian Heinrich[Plugins/LB] Add LoadBalancer class
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
2018-08-02 Christian Heinrich[SAMPI] Add sampi_pampi.cpp
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
next