Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-05-03 SUTER Fredericnot needed anymore
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-30 Arnaud GierschLibunwind is useless for non-MC builds.
2021-04-29 Bruno DonassoloFix 32 bits now...
2021-04-29 Bruno DonassoloOoops.. Fix CmakeFiles and MANIFEST
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 Martin QuinsonMC tuto: Review by Emma
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 example: Fat Tree cluster of multi-cpu hosts(Star...
2021-04-27 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-27 Bruno DonassoloFix FatTreeZone with limiter links
2021-04-27 Martin QuinsonFirst version of a tutorial on Mc SimGrid
2021-04-27 Martin Quinsoncosmetics
2021-04-27 Martin QuinsonAdd a pointer from the doc sources to the online one
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 DonassoloImprovements in torus test
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 GierschReference for std::vector parameters.
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschCombine identical conditions.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschUseless indirection.
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 DegommeAdapt leak example to new display.
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 QuinsonDoc improvement [ci-skip]
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.
2021-04-18 Arnaud GierschFix comment.
2021-04-18 Arnaud GierschPass large parameter by const reference.
2021-04-18 Arnaud GierschMinor cleanups (useless stuff).
2021-04-18 Augustin Degommealso requalify mc version of the tesh
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-17 Arnaud GierschSonar polishing.
2021-04-17 Arnaud GierschPointer-to-const parameters in smpi::Group.
2021-04-17 Arnaud GierschReduce code duplication (and fix bug in Group::difference).
2021-04-16 Arnaud GierschA for-loop with 'num' modified in the body is too compl...
2021-04-16 Arnaud GierschFix smpi::Group::intersection().
2021-04-16 Arnaud GierschFix Group::group_union().
2021-04-16 Arnaud GierschSimplify smpi::Group::difference().
2021-04-16 Arnaud GierschReview smpi::Group::*excl() and smpi::Group::*incl().
2021-04-16 Arnaud GierschKill redundant member 'size_' from smpi::Group.
2021-04-16 Arnaud GierschMinor changes in smpi::Group.
next