Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the sendsend tests at least fail fast to not hinder my workflow
[simgrid.git] / examples / smpi /
2023-03-12 Martin QuinsonMake the sendsend tests at least fail fast to not hinde...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-02 Martin QuinsonAllow to call SMPI_app_instance_start() once the simula...
2023-03-02 Arnaud GierschHelp to identify null values.
2023-03-01 Martin QuinsonNew function SMPI_app_instance_start() to easily start...
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurenttransitions in the same actor are dependent
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurentfix a few test with dpor
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-09 Arnaud GierschKill a few globals.
2023-02-06 Arnaud GierschRemove global variable.
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonDisplay the mailbox name when showing a deadlocking...
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
2022-05-19 Arnaud GierschMake distcheck.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-02-22 Augustin Degommeselected collectives changed for these tests -> timing...
2022-02-22 Arnaud GierschDisable tests failing when debug logs are disabled...
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Martin QuinsonCommDet: reimplement on top of transitions. Don't mess...
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-10-13 Arnaud GierschKill trailing whitespace in misc. remaining files.
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-13 Arnaud GierschKill trailing whitespaces in docs.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-30 Augustin Degommerequalify tests impacted by previous change (just the...
2021-09-26 Augustin DegommeRevert "initialize a variable in EP."
2021-09-26 Augustin Degommeinitialize a variable in EP.
2021-09-21 SUTER Fredericuseless cosmetic commit
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-08-05 Augustin Degommerequalify tesh.
2021-06-24 Arnaud GierschCorrectly remove generated files.
2021-06-23 Arnaud GierschTwo more s/pointer/reference/ for std::vector parameter.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-13 Arnaud GierschCleanup in .gitignore files; delete obsolete tesh file...
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Bruno DonassoloAn example with SMPI and CPP platform
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Bruno DonassoloAdjust timing of SMPI tests
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-21 SUTER Fredericprocess -> actor
2021-05-04 Arnaud GierschPut stdout in line buffer mode for MCed apps.
2021-05-04 Martin Quinsonfix my recent commit: build the binaries in the right...
2021-05-04 Martin Quinsondistcheck, but in a new and shiny way with a lot of...
2021-05-04 Martin Quinsonfactorize some code in examples/smpi/CMakeLists.txt
2021-05-04 Martin QuinsonFix tesh file now that MC flushes the output on backtrack
2021-05-04 Arnaud GierschFix cmake 3.20 warning.
2021-04-19 Arnaud GierschCombine identical conditions.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschRemove unused option from example.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Arnaud GierschUse C++ functions to parse file.
2021-03-22 Martin QuinsonFix make distcheck
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-02 Augustin DegommeAdd simple example using smpi_execute_* calls inside...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-27 Arnaud GierschAvoid to define log categories twice.
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-08 Ehsan AzimiA Pull from simgrid/master and a subsequent merge
2020-12-05 Arnaud Giersch[sonar] s/NULL/nullptr.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
next