Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-05-26 SUTER Fredericmake simix_global->maestro_ private
2021-05-26 Augustin DegommeCheck types matching in MPI communications.
2021-05-26 Augustin Degommemark these as derived datatypes, and don't divide by...
2021-05-26 Augustin Degommekeep track of which datatype was duplicated, to be...
2021-05-26 Augustin Degommenothing old here, just the type ..
2021-05-26 SUTER Fredericprepare transition of context_factory: make it private
2021-05-26 Bruno DonassoloMinor simplification in CM02::communicate
2021-05-26 Arnaud GierschFix potential mem leak seen by scan-build.
2021-05-25 Arnaud GierschDon't create mailbox before engine is turned on.
2021-05-25 Arnaud GierschLookup only once on mailbox creation.
2021-05-25 Arnaud GierschMisc sonar smells.
2021-05-25 Arnaud Gierschvector::back() is good enough + assert for scan_build.
2021-05-25 Arnaud Giersch[cppcheck] Don't let fields uninitialized.
2021-05-25 Arnaud Giersch[sonar] Extract assignments from expressions.
2021-05-25 Arnaud GierschPlug remaining leaks in mpich3-test/f77/attr.
2021-05-25 Arnaud GierschPlug memleaks with Fortran bindings.
2021-05-25 Arnaud GierschReview allocation of MPI attributes with Fortran bindings.
2021-05-25 Arnaud GierschFix refcounting of MPI keyvals when keyval_free is...
2021-05-25 Arnaud GierschSimplify a bit Keyval::attr_delete.
2021-05-25 Arnaud GierschDon't increase refcount when existing elem is overwritten.
2021-05-25 Arnaud GierschSave an indirection with smpi keyvals.
2021-05-25 SUTER Fredericrevalidate tesh
2021-05-25 SUTER Fredericremove cruft [ci-skip]
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 SUTER Fredericdelete Timer when shutting down EngineImpl
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-25 Arnaud GierschPrefer using emplace() to insert() for smpi keyvals...
2021-05-25 Arnaud GierschMake smpi::Keyval::attribute() return a reference.
2021-05-25 Arnaud GierschNo need to test for attributes()->empty().
2021-05-25 Arnaud GierschFix parameter names.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-25 Arnaud GierschUpdate filter line for recent versions of Asan.
2021-05-25 Arnaud GierschDefine variables outside of header file.
2021-05-25 Arnaud Giersch[sonar] Unused parameter.
2021-05-25 Arnaud Giersch[sonar] Const/explicit methods.
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloAdjust test timing
2021-05-24 Bruno DonassoloSingle get_bandwidth_constraint function.
2021-05-24 Bruno DonassoloRefactor of NetworkCm02Model::communicate
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-05-24 Bruno DonassoloGet netzones traversed by a route
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-05-21 Augustin DegommeSMPI should not eat up all exceptions in wait/waitany...
2021-05-21 Augustin Degommetypo --
2021-05-21 SUTER Fredericprocess -> actor
2021-05-21 Martin Quinsonfix changelog [ci-skip]
2021-05-21 Martin QuinsonAdd a word to the tutorial for older versions of SimGrid
2021-05-20 SUTER Frederic [sonar] const
2021-05-20 SUTER Frederic[sonar] Don't mix public and private data members
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
2021-05-19 Arnaud GierschTypos.
2021-05-17 SUTER Fredericmigrate daemons from simix::Global to kernel::EngineImpl
2021-05-17 SUTER Fredericmigrate execute_tasks from simix::Global to kernel...
2021-05-17 SUTER Fredericmigrate wake_all_waiting_actors from simix::Global...
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-17 SUTER Fredericmove another function out of simix + private field
2021-05-17 Martin QuinsonMore informative error message when the user does not...
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-12 Arnaud GierschUse correct types for temporary variables.
2021-05-12 Arnaud GierschCosmetics.
2021-05-12 Arnaud GierschChecking access before open is useless (fix race condit...
2021-05-12 SUTER Fredericaccept functions with parameters in Actor::start
2021-05-12 Bruno DonassoloMinor sonar related changes
2021-05-11 SUTER Fredericallow to get the number of queued communications in...
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-11 Arnaud GierschSome cleanup around model description tables.
2021-05-11 Arnaud GierschConst.
2021-05-10 Bruno DonassoloFix lua compilation
2021-05-10 Bruno DonassoloFix memleak.
2021-05-10 Bruno DonassoloWorkaround to unblock.
2021-05-10 Bruno DonassoloFix NS-3 tests
2021-05-10 Bruno DonassoloFix example: seal zone
2021-05-10 Bruno DonassoloAdjust tests after changes in cluster tag
2021-05-10 Bruno DonassoloClusterZone placeholder and kill some old code
2021-05-10 Bruno DonassoloCluster with StarZones
2021-05-10 Arnaud GierschFactor common code.
2021-05-10 Arnaud GierschReduce code duplication.
2021-05-10 Arnaud Giersch[sonar] Prefer empty() to check for emptyness.
2021-05-10 Arnaud Giersch[sonar] Minor simplifications.
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-10 Arnaud Giersch[codefactor] Cosmetics.
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-05-07 Augustin Degommeuse .data() instead of &v[0] to avoid annoying analyzers.
2021-05-07 Martin QuinsonRevert "Try to activate -Wsugests-override in GNU compi...
2021-05-07 Martin QuinsonTry to activate -Wsugests-override in GNU compiler...
2021-05-07 Martin QuinsonClose those bugs in the Changelog [ci-skip]
2021-05-07 Augustin Degommenon blocking collectives : array->vector
2021-05-07 Augustin DegommeFix previous fix.
2021-05-07 Arnaud GierschFix build with -Werror=undef.
2021-05-07 Arnaud GierschAllow an actor to destroy its own VM.
2021-05-07 Arnaud GierschAdd test for VM (self) destruction.
2021-05-07 Arnaud GierschDistcheck.
2021-05-07 Augustin Degommeactivate the last nonblocking test in mpich3 suite...
2021-05-07 Augustin DegommeProperly terminate non blocking collective requests...
2021-05-07 Bruno DonassoloChecks concerning StarZone and NS3
2021-05-07 Arnaud GierschReduce scope for variable.
2021-05-07 Arnaud GierschCapitalize enum class.
2021-05-06 Arnaud GierschCannot destroy iface before impl.
2021-05-06 Arnaud GierschFix use-after-free with VirtualMachine::destroy().
next