Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MBI: buffer on stack is a programming error, not a MPI error
[simgrid.git] / src /
2022-03-25 Arnaud GierschCosmetics: don't talk about ActorIDTrait if it's not...
2022-03-25 Arnaud GierschSlightly improve message on deadlock.
2022-03-25 Arnaud GierschRemove unused member.
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::State).
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::Model...
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (resource...
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-25 Arnaud GierschMake it possible to have an empty profile callback.
2022-03-25 Arnaud GierschSonar is right: a std:vector is just fine here.
2022-03-24 Arnaud GierschMake NOW a static member of EngineImpl.
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-24 Arnaud GierschUse a std::unique_ptr, and avoid explicit new/delete.
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
2022-03-23 Martin QuinsonFix the dependency of inter-comm transitions
2022-03-22 Martin QuinsonMC: be explicit when reaching an execution end (it...
2022-03-22 Martin QuinsonComm transitions are INDEP with non-comm transitions
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-21 Augustin Degomme-analyze implies pedantic mode
2022-03-21 Arnaud GierschReturning a value from simcall_blocking's lambda is...
2022-03-21 Arnaud GierschCosmetics: coding-style.
2022-03-20 Augustin Degommeremove spurious barrier calls in comm creation and...
2022-03-20 Martin Quinsonsmall sonar fixes
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-03-20 Augustin Degommemake pedantic not the default...
2022-03-20 Augustin DegommeSMPI: add utility to keep the order of collective calls...
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
next