Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-06-01 Bruno DonassoloAdjust timing of SMPI tests
2021-06-01 Bruno DonassoloFix link-load test
2021-06-01 Bruno DonassoloFix timing of Vivaldi/two_peers.xml tests
2021-06-01 Bruno DonassoloFix timing of Wi-Fi tests.
2021-06-01 Bruno DonassoloAdjust dynamic network-factors test.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschMissing include.
2021-06-01 Arnaud GierschCoding style: no global "using namespace".
2021-06-01 Arnaud GierschPrefer std algorithms.
2021-06-01 Arnaud GierschInvert tests to reduce depth of nesting.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-06-01 Arnaud GierschAdd attribute(printf) to xbt::string_printf.
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-06-01 Arnaud GierschSet shared variable *before* mutex unlock.
2021-06-01 Arnaud GierschDie on unwanted function calls.
2021-06-01 Arnaud GierschParameter 'assert' is a bit field.
2021-05-31 Bruno DonassoloFixes in UTs
2021-05-31 Arnaud GierschHandle case where different groups are given to MPI_Win...
2021-05-31 Arnaud GierschHandle duplicated datatypes within predefined MPI_Op.
2021-05-31 Martin QuinsonDocker: try to get apt update to run despite the cache
2021-05-31 Arnaud GierschA few more 'const'.
2021-05-31 Arnaud GierschReplace redundant type with 'auto'.
2021-05-31 Arnaud GierschRemove useless temporary shadowing outer variable.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-31 Arnaud GierschUnused exception parameter 'e'.
2021-05-31 Arnaud GierschExplicitly delete the copy constructor and copy assignm...
2021-05-29 Arnaud GierschNo valgrind leak check for issue71.
2021-05-28 Millian Poquetxbt_replay: rethrow exception instead of xbt_die
2021-05-28 Bruno DonassoloRemove sg_bandwidth_factor from disks
2021-05-28 Lucas M. Schnorrremove a space to force update
2021-05-28 Bruno DonassoloIssue#71: add check in add_route for gw_src/gw_dst
2021-05-28 Arnaud GierschFix refcount for Datatype_contents.
2021-05-28 Arnaud GierschAllow null ranks for MPI_Group_incl when n == 0.
2021-05-28 Lucas M. Schnorrupdate draw_gantt.R script to work with pajengr
2021-05-28 Lucas M. Schnorrupdate pajengr installation procedure in S4U tutorial
2021-05-28 Lucas M. Schnorrreplace r-cran-dplyr by r-cran-devtools
2021-05-28 Lucas M. Schnorrupdate tuto-smpi Dockerfile to contain r-cran-tidyverse...
2021-05-28 Lucas M. Schnorradd additional necessary packages for pajengr installation
2021-05-28 Lucas M. Schnorrupdate pajengr R code and figure
2021-05-27 Augustin Degommeuse new option in random test.
2021-05-27 Augustin Degommedocument new option
2021-05-27 Augustin DegommeAdd flag to provide an optional barrier in MPI_Finalize.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-27 Arnaud GierschKeyval should always exist.
2021-05-27 Augustin Degommeleaks analysis: when -analyze is given to smpirun,...
2021-05-27 Augustin Degommeleaks analysis : activate if list-leaks is asked manual...
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
next