Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New option to detect dangerous code mixing collectives and P2P in a deadlocking way
[simgrid.git] / src / smpi / internals / smpi_config.cpp
2022-10-10 Martin QuinsonNew option to detect dangerous code mixing collectives...
2022-10-06 Augustin DegommeMerge branch 'adegomme-master-patch-91657' into 'master'
2022-10-06 Augustin DegommeSMPI: add option to inject a barrier before every colle...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-25 Augustin Degommemore protection for non linux builds
2022-07-25 Augustin DegommeDisable mmap privatization if MUSL is detected, as...
2022-06-01 Arnaud GierschVarious small fixes.
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-20 Augustin Degommemake pedantic not the default...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
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-07 Augustin Degommeallow smpi/init option in replay as well.
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-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
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-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
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 Augustin Degommeleaks analysis : activate if list-leaks is asked manual...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-03-28 Augustin Degommerename option,
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
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-11-17 Augustin Degommemove dlopen tmp files to tmp dir instead of executable...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-09 Augustin Degommeplease codefactor
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommehelp mc initialize smpi options.
2019-12-04 Augustin Degommefix MC build
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.