Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the fact that we have more documentation
[simgrid.git] / src /
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...
2021-04-23 Bruno DonassoloNetZone::get_netpoint: gets the netzone's netpoint
2021-04-23 Bruno DonassoloAdd some UT for TorusZone
2021-04-23 Bruno DonassoloNew: s4u::create_torus_zone
2021-04-23 Arnaud GierschRename VirtualMachine::get_impl() to not hide Host...
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-22 Arnaud GierschUse std::string::rfind to match string prefix.
2021-04-22 Arnaud GierschUnused #include.
2021-04-22 Bruno DonassoloRaise exception for invalid parameters in StarZone
2021-04-22 Arnaud Giersch[sonar] Implicit casts should not lower precision.
2021-04-22 Arnaud GierschUse type aid_t for actor ids.
2021-04-22 Arnaud GierschFactor code for simcall observers with a result.
2021-04-22 Arnaud GierschCosmetics: make parameter name match with .hpp.
2021-04-22 Arnaud GierschFactor Activity::wait() and wait_for() through CRTP.
2021-04-22 Arnaud GierschFactor Activity::cancel() through CRTP.
2021-04-22 Arnaud GierschComm::test() is ready to be merged with Activity::test().
2021-04-22 Arnaud GierschDefine overridable Activity::complete() to be called...
2021-04-21 Bruno DonassoloFix TorusZone with limiter links
2021-04-20 Arnaud GierschReduce scope for variable.
2021-04-20 Arnaud GierschGlobal--.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud Gierschaid_t for src and dst in smpi::Request.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-20 Arnaud GierschPrefer emplace to insert.
2021-04-20 Arnaud GierschFor Sonar.
2021-04-20 Arnaud GierschMore aid_t.
2021-04-20 Arnaud GierschAvoid alternative keywords for boolean expressions.
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Arnaud GierschConvert int -> size_t for TRACE_smpi_send (and below).
2021-04-19 Arnaud GierschMore int -> aid_t.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Augustin DegommeGroup buffer leaks by origin as well.
2021-04-19 Arnaud GierschPlug memory leak.
2021-04-19 Arnaud GierschConst, once again.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Arnaud GierschFinally rename smpi::Group::actor_pid() back to actor().
2021-04-18 Arnaud GierschKill smpi::Group::rank(s4u::Actor*).
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschChange smpi::Group::set_mapping to take a pid.
2021-04-18 Arnaud GierschAdd assert's to ensure consistency between the two...
2021-04-18 Arnaud GierschDefine new rank_to_pid_map_.
2021-04-18 Arnaud GierschLookup for parent process (like in Group::rank(s4u...
2021-04-18 Arnaud GierschIn smpi::Group, 'index' is in fact a PID. Fix type...
2021-04-18 Arnaud GierschKill a TODO (-1 is correct for an invalid PID).
2021-04-18 Arnaud GierschMPI_SOURCE is a rank; src_traced should be a PID.
next