Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin Quinsonsynchro-mutex example: don't have all pairs intermix...
2022-03-14 Martin QuinsonCope with Eigen 3.3.4 directly in cmake
2022-03-14 Martin QuinsonFix the cleanup. Sorry @agiersch for breaking everythin...
2022-03-14 Martin QuinsonFix clang builds
2022-03-14 Martin QuinsonTutorial: try to hint on some errors that the users...
2022-03-14 Martin Quinsonmore C++ish in EngineImpl
2022-03-14 Martin QuinsonCosmetics in comments (mainly in EngineImpl::run)
2022-03-14 Martin QuinsonMake sure that ActorImpl::cleanup_from_kernel is called...
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-03-14 Arnaud GierschCosmetics [ci-skip].
2022-03-14 Arnaud GierschMake test work with python < 3.9.
2022-03-14 Arnaud GierschUpdate documentation.
2022-03-14 Arnaud GierschFix distcheck.
2022-03-14 Arnaud GierschRemove target "make uninstall".
2022-03-14 Arnaud GierschUpdate comments.
2022-03-14 Arnaud GierschMark more smx_* type aliases as deprecated.
2022-03-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-14 Martin QuinsonMerge branch 'xsltproc' into 'master'
2022-03-14 Samuel ThibaultAdd missing xsltproc dependency for starpu-mpi
2022-03-14 Martin QuinsonMerge branch 'starpu-mpi' into 'master'
2022-03-14 Samuel ThibaultExplicitly tell StarPU to enable starpu-mpi
2022-03-13 Arnaud GierschDisable parallel tests.
2022-03-13 Martin Quinsonctest --output-on-failure on jar building [no-ci]
2022-03-13 Arnaud GierschSometimes propagating an exception across different...
2022-03-13 Augustin Degommefix jarfile.yml
2022-03-13 Augustin Degommeadd eigen to bigdft test
2022-03-13 Martin QuinsonAlso test java builds on github jar action
2022-03-13 Arnaud GierschMerge remote-tracking branch 'github/master'
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 adegommeJarfile github action: fix scoop install + add eigen...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-13 Martin QuinsonSort Actor traits alphabetically + cleanups
2022-03-13 Martin QuinsonIntroduce ActorIDTrait to split ActorImpl apart
2022-03-13 Martin QuinsonSimplify parameter passing between EngineImpl and Conte...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-13 Martin Quinsonmake the semaphore monkey more robust to deadlocks...
2022-03-13 Martin Quinsondocument a function
2022-03-13 Martin QuinsonActorImpl::join: react right away if the other actor...
2022-03-13 Arnaud Gierschfflush for all processes.
2022-03-12 Arnaud Giersch[tesh] Remove ignored lines *before* trimming the output.
2022-03-12 Arnaud GierschAdapt tests to avoid failures when spurious ASan warnin...
2022-03-12 Martin QuinsonBlind attempt at getting scoop working again on Azur...
2022-03-12 Martin Quinsonobey our coding conventions in ActorImpl::mailboxes...
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
2022-03-12 Martin QuinsonDefuse a trap on refcounting activities by adding a...
2022-03-12 Jean-Edouard... Make Python bindings static where needed
2022-03-12 SUTER Fredericaugment example to check sharing of a thread-execute
2022-03-12 Martin QuinsonMake sure that actors killed by a timer are properly...
2022-03-12 Martin QuinsonCosmetics in ActorImpl
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-11 Bruno DonassoloMinor improv in threads
2022-03-11 Bruno DonassoloComment back the unsuccessful try to use faster matrix...
2022-03-10 Arnaud GierschAdd unit tests aiming at covering Comm::send and Comm...
2022-03-10 Arnaud GierschKill dead code.
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-03-10 Arnaud GierschUse std::function for Extension deleters.
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin Quinsoncosmetics in the release notes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Jean-Edouard... Add remaining Comm synchronisation Python bindings
2022-03-09 Martin QuinsonMake our valgrind wrapper less verbose, so that it...
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-09 Martin QuinsonSimplify the parameter passing while initializing the...
2022-03-09 Martin QuinsonSeal the platform only once from EngineImpl::run
2022-03-09 Arnaud GierschFix mingw warning.
2022-03-09 Arnaud GierschKill useless target "make maintainer-clean".
2022-03-09 Arnaud GierschDon't modify variable twice in the same expression.
2022-03-09 Arnaud GierschDefine initial value, even if it's useless.
2022-03-09 Arnaud GierschProvide constructor with parameters for lmm::Element.
2022-03-09 Martin QuinsonFix clang builds (unused lambda capture)
2022-03-09 Martin QuinsonCosmetics in the changelog and release notes
2022-03-09 Martin QuinsonImprove the Actor::set_auto_restart doc by specifying...
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 QuinsonUpdate an outdated comment
2022-03-09 Martin QuinsonRename mc::SafetyChecker to mc::DFSExplorer
2022-03-09 Martin QuinsonRename mc::CheckerAlgorithm to mc::ExplorationAlgorithm...
2022-03-08 Arnaud GierschUpdate comment.
2022-03-08 Arnaud GierschMove Simcall from namespace simix to kernel::actor.
2022-03-08 Arnaud GierschRename example, and update doc.
2022-03-08 Arnaud GierschRename popping.cpp -> simcall.cpp to better reflect...
2022-03-08 Arnaud GierschMake Simcall a real class.
2022-03-08 Arnaud GierschRemove reference to dead files.
2022-03-08 SUTER Fredericadd an s to example name
2022-03-08 Arnaud GierschUse existing XBT macro to declare enum class Simcall.
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-08 Bruno DonassoloBMF: One pass in sonar issues
2022-03-08 Arnaud GierschMissing include.
2022-03-08 Arnaud GierschDefine Comm::send and Comm::recv (replace simcall_comm_...
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-08 SUTER Fredericmark 3 more simcalls as deprecated
2022-03-07 Bruno DonassoloRevert "Being optimistic for better performance"
2022-03-07 Bruno DonassoloBeing optimistic for better performance
2022-03-07 Arnaud Giersch[jenkins] Avoid build errors on centos.
2022-03-07 Arnaud GierschDISTRIB_ID is apparently now all lowercase on NixOS.
2022-03-07 Arnaud GierschFix install prefix for Eigen3 on appveyor.
next