Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace memset(..., 0, ...) with zero-initialization.
[simgrid.git] / teshsuite / smpi /
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-01-12 Arnaud GierschKill remaining traces of win32 support.
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 GierschMake the definition match the declaration in dtypes.h.
2022-12-06 Arnaud GierschKill unused file.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-10-30 Martin QuinsonMBI: display the expected diagnostic on error
2022-10-11 Arnaud GierschFix distcheck.
2022-10-10 Martin QuinsonMBI: don't even run the concurrency tests. Save white...
2022-10-10 Martin QuinsonMBI: use file globbing to make sure that we don't forge...
2022-10-10 Martin QuinsonMBI: Properly integrate the Epoch lifecycle tests into...
2022-10-10 Martin QuinsonMBI.py: More informative error message on failure
2022-10-10 Martin QuinsonNew option to detect dangerous code mixing collectives...
2022-10-10 Martin QuinsonMBI: re-mark as WILL_FAIL some tests that require to...
2022-10-06 Martin QuinsonLet the latest MBI tests compile with our paranoid...
2022-10-06 Pierre-Antoine Roubyteshsuite: smpi: MBI: Merge change form MBI.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-16 Arnaud GierschAlso check result for last call of MPI_Alltoallv in...
2022-09-15 Arnaud GierschDelete unused file.
2022-08-29 Arnaud GierschIncrease test timeout for coverage too.
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommeupdate teshes
2022-08-09 Augustin Degommeupdate teshes as there are now more seek calls
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-19 Augustin Degommehave automatic teshsuite use only stdout to avoid tesh...
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-08 Arnaud GierschMatch xbt_malloc with xbt_free.
2022-06-05 Arnaud GierschUseless use of xargs.
2022-06-05 Arnaud GierschUse xbt_malloc that never return null.
2022-06-03 Arnaud GierschAddress a few "null dereference" warnings from fbinfer.
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-05 Arnaud GierschEven more unused variable.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud Giersch[MBI] Avoid to generate if() with the same then/else...
2022-03-30 Arnaud Giersch[MBI] Less duplication of constant strings (sonar).
2022-03-30 Arnaud Giersch[MBI] Make a real copy of 'patterns' into 'replace'.
2022-03-30 Arnaud Giersch[MBI] Make array initialization explicit.
2022-03-29 Arnaud Giersch[MBI] Remove redundant call (already called from mbi...
2022-03-29 Arnaud Giersch[MBI] Zero send buffer for Scatter too.
2022-03-29 Arnaud Giersch[MBI] Remove useless assignments..
2022-03-29 Arnaud Giersch[MBI] Don't change contracts with method overrides.
2022-03-29 Arnaud Giersch[MBI] Use check=True for subprocess.run.
2022-03-29 Arnaud Giersch[MBI] Fix string types.
2022-03-29 Arnaud Giersch[MBI] Add missing "self" parameter.
2022-03-29 Arnaud Giersch[MBI] Reduce scope for variables.
2022-03-29 Arnaud Giersch[MBI] Fix description (outside of the {c2} loop).
2022-03-29 Arnaud Giersch[MBI] Replace more wildard imports.
2022-03-29 Arnaud Giersch[MBI] Import generator_utils as gen.
2022-03-29 Arnaud Giersch[MBI] Whitespace cleanup.
2022-03-29 Arnaud Giersch[MBI] Abort cmake on failure.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Martin QuinsonFix the generation of MBI test cases (and compile them...
2022-03-28 Martin QuinsonPVS fixes in MBI: initialize buffers before use
2022-03-28 Martin QuinsonMBI: cosmetics in a diagnostic
2022-03-28 Martin QuinsonTiny cosmetics around MBI
2022-03-28 Martin QuinsonMBI: Do not use arrays out of bound
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-26 Martin QuinsonMBI: typo
2022-03-26 Martin QuinsonMBI mark the test requiring the detection of local...
2022-03-26 Martin QuinsonMBI: buffer on stack is a programming error, not a...
2022-03-26 Martin QuinsonMBI test: disply the right buffer on error
2022-03-26 Martin QuinsonResynch MBI generators with upstream
2022-03-26 Martin QuinsonReactivate the last MBI generator now that it produces...
2022-03-24 Martin Quinsonkill trailing spaces and tabs in MBI files
2022-03-24 Martin QuinsonSync MBI generators with upstream modifications
2022-03-22 Arnaud GierschMisc Python smells from codefactor.io.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-22 Martin QuinsonFix make distcheck, once again
2022-03-21 Augustin Degommepedantic is now implied by -analyze
2022-03-21 Augustin Degommegive a (small and random) value of smpi/ois and smpi...
2022-03-21 Martin QuinsonRevalidate the tesh of a MC test that has now less...
2022-03-20 Augustin Degommeremove spurious barrier calls in comm creation and...
2022-03-20 Martin QuinsonResynchronize simgrid's MBI adapter from MBI project
2022-03-20 Martin QuinsonAdd the remaining MBI generators
2022-03-20 Augustin Degommeactivate pedantic mode for MBI
2022-03-20 Martin QuinsonMBI: reduce a bit the amount of supurious warnings...
2022-03-18 Martin QuinsonMBI: don't add the path of the generator in the generat...
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud Giersch[sonar] Replace 're.sub' by more efficient 'str.replace'.
2022-03-17 Arnaud Giersch[sonar] Use a more specific Python exception.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschRename TESH_WRAPPER -> VALGRIND_WRAPPER.
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Arnaud Gierschfflush for all processes.
2022-03-12 Arnaud GierschAdapt tests to avoid failures when spurious ASan warnin...
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-07 Martin Quinsonsonar
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-06 Martin QuinsonRevert "Fix a bug in MBI generators: &com[j] is not...
next