Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add finalizing state for smpi actor:
[simgrid.git] / teshsuite /
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-18 Martin QuinsonSpecify actor in the MC traces
2022-03-18 Bruno DonassoloFix ctest for no Eigen builds
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloNetwork: add solver as an option
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
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 spurious compilation warning.
2022-03-16 Arnaud GierschMake example storage_client_server use s4u::File::open...
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-16 Arnaud GierschSimcalls are not allowed on exit, even when cheating...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschUse existing helper function.
2022-03-15 Arnaud GierschRename TESH_WRAPPER -> VALGRIND_WRAPPER.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin Quinsonmake the semaphore monkey more robust to deadlocks...
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-10 Arnaud GierschAdd unit tests aiming at covering Comm::send and Comm...
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Arnaud GierschDefine initial value, even if it's useless.
2022-03-09 Martin QuinsonIntroduce a Trait to deal with autorestart matter in...
2022-03-09 Martin Quinsonuse get_restart_count from the monkey-masterwork, for...
2022-03-09 Martin Quinsonnew: Actor::get_restart_count(): Returns the number...
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Arnaud GierschSonar here too.
2022-03-07 Bruno DonassoloAdding test for subflows
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 Arnaud GierschUse RAII to simplify the release of semaphores on exit.
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-03-04 Arnaud GierschUse -- to separate command [ci-skip]
2022-03-03 Martin QuinsonActivate valgrind analysis on monkey tests
2022-03-03 Martin Quinsonsemaphore monkey
2022-03-03 Arnaud GierschUpdate URL for article.
2022-03-03 Martin QuinsonMissing files, bummer
2022-03-02 Martin QuinsonPython version of the masterworkers monkey
2022-03-02 Martin QuinsonChaos-monkey: use the new Engine::on_simulation_start...
2022-03-02 Arnaud GierschUse payload with static storage duration to avoid memor...
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschExtract assignment from expression.
2022-02-28 Arnaud GierschFix mem leak on unhandled exception (e.g. ForceFulKill).
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschValidate cfg_host_count earlier (please scan-build).
2022-02-28 Arnaud GierschScheduling slightly changed.
2022-02-28 Martin QuinsonRevalidate the tesh file after pushing the TODO of...
2022-02-28 Martin QuinsonAdd missing file
2022-02-28 Martin QuinsonDon't use tesh to run monkey tests
2022-02-28 Martin QuinsonEnsure that the monkey tesh passes while not hindering...
2022-02-28 Martin QuinsonOur first monkey test case is now working
2022-02-28 Martin Quinsongive 2 workers to the monkey-masterworkers, so that...
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-27 Martin QuinsonNo future.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-27 Martin Quinsonmonkey-workers: reduce the amount of simcalls during...
2022-02-27 Martin QuinsonIntroduce the SimGrid Chaos Monkey
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-22 Arnaud GierschDisable tests failing when debug logs are disabled...
2022-02-19 Martin QuinsonFix a MC test that seem to be tested on freebsd only...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Arnaud GierschFix xbt_log_appender when there is no percent in template.
2022-02-17 Arnaud GierschPylint teshsuite/*.py.
2022-02-14 Arnaud GierschRevalidate random-bug-nocrash.tesh.
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-02-11 Martin QuinsonImplement the RandomTransition
2022-02-08 Arnaud GierschAvoid shadowed declarations.
2022-02-08 Arnaud GierschKill useless call to get_init().
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 Martin Quinsonactivity-lifecycle: Factorize some code
2022-02-02 Martin QuinsonMake it clear in output that the direct comms are sendt...
2022-01-30 Martin QuinsonReorg the cmake in teshuite/mc to factorize things...
2022-01-29 Martin QuinsonMake the Catch2-SimGrid integration available to more...
next