Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate execute_tasks from simix::Global to kernel::EngineImpl
[simgrid.git] / src /
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 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 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[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 Augustin Degommenon blocking collectives : array->vector
2021-05-07 Augustin DegommeFix previous fix.
2021-05-07 Arnaud GierschAllow an actor to destroy its own VM.
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().
2021-05-06 Arnaud GierschThere is no need to have these functions 'virtual'.
2021-05-06 SUTER Frederic[sonar] implicit casts
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-05 Bruno DonassoloSome sonar stuff...
2021-05-04 Arnaud GierschCosmetics.
2021-05-04 Arnaud GierschPut stdout in line buffer mode for MCed apps.
2021-05-04 Martin QuinsonWarn the user if the sleep time is smaller than the...
2021-05-04 Martin QuinsonMC: add a clone() method to all Observers
2021-05-04 Martin QuinsonMC: also flush application's stdout on backtrack
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Bruno DonassoloFix leak on test.
2021-05-04 SUTER Fredericmissing override
2021-05-04 SUTER Fredericadd Profile support for Disk
2021-05-04 SUTER Fredericcosmetics and typos
2021-05-04 SUTER Fredericdo not store name in s4u::Disk
2021-05-04 Arnaud GierschKill EngineWrapper hack and reduce code duplication.
2021-05-04 Arnaud GierschDefine an Engine constructor taking only a name parameter.
2021-05-04 Arnaud GierschKill unused parameters.
2021-05-04 Arnaud GierschConst pointer/reference.
2021-05-04 Arnaud GierschHide Asan error.
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 Arnaud GierschMake sonar green again.
2021-05-03 Arnaud GierschFix test tesh-s4u-trace-integration.
2021-05-03 Arnaud GierschNO_MAX_DURATION is a double.
2021-05-03 Arnaud GierschKeep execution alive after timeout in sg_exec_wait_for.
2021-05-03 Arnaud GierschFix ActivityImpl::wait_for to not cancel the activity...
2021-05-03 Arnaud GierschKill dead code.
2021-05-03 Arnaud GierschUse observer ActivityWaitSimcall in s4u::Activity:...
2021-05-03 Arnaud GierschDefine observer ActivityWaitSimcall.
2021-05-03 Arnaud GierschReduce code duplication.
2021-05-03 Arnaud GierschCancel any activity on actor exit.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-05-03 Arnaud GierschSuspend all the associated activities on actor suspend.
2021-05-03 Arnaud GierschMigrate all the associated exec activities on actor...
2021-05-03 SUTER Fredericyet another revision of the disk internals
2021-05-03 SUTER Fredericcosmetics (before move to src/kernel/resource ??)
2021-05-03 SUTER Fredericdo not use RouteCreationArgs outside of XML parsing
2021-04-30 Arnaud GierschResize(0) is redundant.
2021-04-30 Arnaud GierschMissing includes.
2021-04-30 Arnaud GierschCleanup some unused and/or useless build config variables.
2021-04-30 SUTER Fredericdo not need ClusterCreationArgs anymore
2021-04-30 SUTER Fredericrefactor link characteristics management across Cluster...
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-30 Arnaud GierschAsan sometimes chokes on RUNNING_ON_VALGRIND. Workaroun...
2021-04-29 Bruno DonassoloFix 32 bits now...
2021-04-29 Bruno DonassoloCluster: use radicals from XML when creating resources
2021-04-29 SUTER Fredericdo not throw signal from sg_platf
2021-04-29 Bruno DonassoloUse new API to create Torus/Dragonfly/Fat-Tree clusters...
2021-04-28 Bruno DonassoloFatTreeZone: Do the checks earlier
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-28 Bruno DonassoloCosmetics
2021-04-28 Arnaud GierschAttribute noreturn for terminate handler.
2021-04-27 Arnaud GierschWe don't want to survive a ForcefulKillException!
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-27 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-27 Bruno DonassoloFix FatTreeZone with limiter links
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-27 SUTER Fredericthrow signal from seal() directly
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloInitialize models together with netzone root
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
next