Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add finalizing state for smpi actor:
[simgrid.git] / src /
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
2022-03-20 Martin QuinsonFail loudly when someone tries to use Actor::join(...
2022-03-20 Martin QuinsonMC: be more cautionous around MC_process_clock, the...
2022-03-20 Martin QuinsonCosmetics
2022-03-20 Augustin DegommeMPI Win: add check if we try to delete a locked or...
2022-03-19 Martin QuinsonFix gcc builds :(
2022-03-19 Martin Quinsonmake a single barrier per RMA window and share it throu...
2022-03-19 Martin QuinsonGive users a way to debug their barriers
2022-03-19 Augustin Degommeuse correct type
2022-03-19 Augustin DegommeSMPI: add check for buffer size in windows creation...
2022-03-18 Martin QuinsonSpecify actor in the MC traces
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloBMF: undo weight adding.
2022-03-18 Bruno DonassoloNetwork: add solver as an option
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
2022-03-18 Bruno DonassoloDisk: add solver as an option
2022-03-18 Bruno DonassoloSystem: methods -3 protected, +3 private
2022-03-18 Bruno DonassoloBMF: remove warning since the solver can be used by...
2022-03-18 Bruno DonassoloBMF: fix cloud-capping tests.
2022-03-18 Bruno DonassoloBMF: Fix bug with threads
2022-03-18 Bruno DonassoloAvoid negative rate
2022-03-18 Bruno DonassoloMove common part for selective_update to System class.
2022-03-18 Bruno DonassoloRename update_modified_set to update_modified_cnst_set.
2022-03-18 Bruno DonassoloSystem: fix modified_set_ when selective_update is...
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloRename file maxmin to 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 GierschA few more sonar smells.
2022-03-17 Jean-Edouard BOULANGERAdd Semaphore Python bindings
2022-03-17 Arnaud GierschPrefer a range-based for loop.
2022-03-17 Arnaud GierschMerge branch 'dev-profile-leak' into 'master'
2022-03-17 Fabien ChaixFix leak when given an empty profile
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschUse s4u::File::open/close inside s4u::File too.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-03-16 Arnaud GierschPolymorphic base class destructor should be either...
2022-03-16 Arnaud GierschFix shadowing declarations in Parmap too.
2022-03-16 Arnaud GierschRename variables to avoid shadowing outer declarations.
2022-03-16 Arnaud GierschInitialize all fields.
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Arnaud GierschKill dead code.
2022-03-16 Arnaud GierschStatic storage duration for config flags.
2022-03-16 SUTER Frederictake 2 on declare_flag, not sure it's better... a bit...
2022-03-16 Arnaud GierschDirectly reset observer_ instead of using an empty...
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschRegroup common code.
2022-03-15 Jean-Edouard BOULANGERAdd Barrier Python bindings
2022-03-15 Arnaud GierschDisable debug output by default.
2022-03-15 Arnaud GierschWhitespace cleanup and reindent.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-15 Martin QuinsonMerge branch 'add_mutex_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERAdd Mutex Python bindings
2022-03-15 SUTER Frederic[config] some declare_flag to Flag
2022-03-14 Martin QuinsonFix the cleanup. Sorry @agiersch for breaking everythin...
2022-03-14 Martin QuinsonFix clang builds
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 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-13 Arnaud GierschSometimes propagating an exception across different...
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 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 QuinsonActorImpl::join: react right away if the other actor...
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 BOULANGERMake 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 GierschKill dead code.
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-03-10 Arnaud GierschUse std::function for Comm callbacks.
2022-03-10 Martin Quinsoneasy sonar fixes
2022-03-09 Martin QuinsonBetter split between the cleanups from self and the...
2022-03-09 Jean-Edouard BOULANGERAdd remaining Comm synchronisation Python bindings
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 GierschDon't modify variable twice in the same expression.
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 QuinsonIntroduce a Trait to deal with autorestart matter in...
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
next