Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / teshsuite / smpi / coll-allreduce-with-leaks /
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-18 Martin Quinsonfix MC tests
2021-07-18 Martin Quinsontypo and cosmetics in error messages
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Bruno DonassoloMinor fix in test.
2021-06-04 Arnaud Giersch[sonar] Redundant parentheses.
2021-06-01 Bruno DonassoloAdjust timing of SMPI tests
2021-04-19 Augustin DegommeAdapt leak example to new display.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Augustin Degommealso requalify mc version of the tesh
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-09 Augustin Degommeadapt test for leak check
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Arnaud Giersch[mc] Enable finalize_app() in SafetyChecker.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-28 Augustin Degommealso change option name in MC-flavored tesh
2021-03-28 Augustin Degommerename option,
2021-03-19 Arnaud GierschReduce scope for variables.
2021-03-19 Martin QuinsonFix clang builds
2021-03-18 Martin Quinsontest with leaks: no printf, and run also in MC (that...
2021-03-15 Augustin Degommeexclude intentionally leaking test from asan and valgri...
2021-03-14 Augustin Degommeadd a test with an intentional leak for previous feature.