Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thread factory + dlopen privatization seems to be working now on osx systems (at...
[simgrid.git] / examples / smpi /
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
2020-12-04 Arnaud GierschPlease cppcheck.
2020-12-04 Arnaud GierschIncrease coverage.
2020-12-04 Arnaud GierschFix comment.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-24 Arnaud GierschUse a lambda for comparator.
2020-11-23 Arnaud GierschUseless dynamic allocation.
2020-11-23 Arnaud GierschAutomatic memory management with std::unique_ptr.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Arnaud GierschUse C++ types instead of c-style arrays.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (examples/).
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-15 Arnaud GierschRename examples: slave -> worker.
2020-07-15 Augustin Degommerevert some overzealous changes
2020-07-14 Augustin Degommecheck smpi compilation scripts with shellcheck.net
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C++ examp...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (C examples).
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-06-11 Martin QuinsonFinish converting the way we use cfg=smpi/host-speed...
2020-06-10 Martin QuinsonAccept units for 'smpi/host-speed' config element
2020-06-03 Augustin Degommerequalify all SMPI tesh files with timing information...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Frederic Suterrevalidate tesh files
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-18 Augustin Degommerequalify tesh for replay multiple with new surf precis...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-01-31 Arnaud GierschCosmetics: use std::vector, so that it's automatically...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
next