Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / teshsuite / smpi /
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...
2022-03-06 Arnaud GierschKeep optimization (only_if_different) when cmake is...
2022-03-06 Arnaud GierschReplace file(copy_file), which is supported since cmake...
2022-03-06 Martin QuinsonFix a bug in MBI generators: &com[j] is not &(com[j])
2022-03-06 Martin QuinsonAdd another MBI test generator, to ease its debugging
2022-03-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-06 Martin QuinsonImport (some bits of) the MBI test suite
2022-03-05 Martin QuinsonRemove the ISP test suite (not free, superseeded by...
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-02-23 Augustin Degommeadd openmpi scatter linear_nb algorithm
2022-02-23 Augustin Degommeadd butterfly algorithm from openmpi
2022-02-23 Martin Quinsonfurther reduce a MC test that's still too long
2022-02-23 Martin QuinsonReduce the size of 2 UMPIRE tests that now timeout
2022-02-22 Augustin Degommeselected collectives changed for these tests -> timing...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-13 Martin QuinsonRevalidate the tesh output of that test whose reduction...
2022-02-12 Martin QuinsonImprove the final stats reported by SafetyChecker,...
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-13 Augustin Degommesame thing here
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-10-13 Arnaud GierschKill trailing whitespaces in teshsuite/smpi/{isp,mpich3...
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-05 Arnaud GierschFix broken broken tesh with ifort.
2021-10-02 Arnaud GierschPlease sonar about unsecure usage of rand().
2021-10-02 Arnaud GierschAdd missing call to MPI_Finalize().
2021-09-30 Augustin Degommerequalify tests impacted by previous change (just the...
2021-09-30 Augustin Degommeadd a small bug-inducing test, for the previous fix.
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-24 Augustin Degommemake test pass. The finalization barrier is needed...
2021-09-24 Augustin Degommeadd a failing (since a few days) example with an explic...
2021-09-21 Arnaud GierschLeak--
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-24 Arnaud GierschIf I'm not mistaken, this is no longer necessary either.
2021-08-23 Augustin Degommeplease clang14
2021-08-18 Arnaud GierschInitialize pointers with a known invalid (out-of-bound...
2021-08-18 Arnaud GierschFactorize code, reindent, etc.
next