Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / lmm /
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-04 Martin QuinsonRename Link::get_usage() to Link::get_load() for consis...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-10 Martin QuinsonTry to avoid a segfault on assert message
2023-03-09 Henri Casanovare-fixed assert message with up-to-date configuration...
2023-03-09 Henri CasanovaAssert message fix
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin Quinsonreduce the amount of header includes in headers, to...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-17 Martin QuinsonAllow precision/bmf as a synonym to bmf/precision
2023-02-17 Martin QuinsonRename option maxmin/precision to precision/work-amount...
2023-02-17 Martin QuinsonRename option "surf/precision" to "precision/timing...
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Clément Courageux... syntax issues
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-08-31 Arnaud GierschReduce scope for global variables.
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-06-24 Clément Courageux... callback mechanism
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-28 Arnaud GierschAdd comment for workaround.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDe-obfuscation.
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-22 Arnaud GierschWorkaround build error with older versions of Eigen3.
2022-04-19 Arnaud GierschCosmetics: *elem is already null here.
2022-03-31 Arnaud GierschLittle Sonar things.
2022-03-31 Arnaud GierschDead code elimination.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud GierschField is never changed after construction.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloCosmetics: doc about System's concurrency
2022-03-28 Bruno DonassoloCosmetics: System.cpp
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-18 Bruno DonassoloKill set_concurrency_share
2022-03-18 Bruno DonassoloKill expand_add
2022-03-18 Bruno DonassoloUnify expand and expand_add
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloBMF: undo weight adding.
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
2022-03-18 Bruno DonassoloSystem: methods -3 protected, +3 private
2022-03-18 Bruno DonassoloBMF: remove warning since the solver can be used by...
2022-03-18 Bruno DonassoloBMF: fix cloud-capping tests.
2022-03-18 Bruno DonassoloBMF: Fix bug with threads
2022-03-18 Bruno DonassoloAvoid negative rate
2022-03-18 Bruno DonassoloMove common part for selective_update to System class.
2022-03-18 Bruno DonassoloRename update_modified_set to update_modified_cnst_set.
2022-03-18 Bruno DonassoloSystem: fix modified_set_ when selective_update is...
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloRename file maxmin to System
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschDisable debug output by default.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-11 Bruno DonassoloComment back the unsuccessful try to use faster matrix...
2022-03-09 Arnaud GierschDon't modify variable twice in the same expression.
2022-03-09 Arnaud GierschProvide constructor with parameters for lmm::Element.
2022-03-08 Bruno DonassoloBMF: One pass in sonar issues
2022-03-07 Bruno DonassoloRevert "Being optimistic for better performance"
2022-03-07 Bruno DonassoloBeing optimistic for better performance
2022-03-07 Arnaud GierschTry to fix detection of eigen3.
2022-03-07 Bruno DonassoloFix build
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloFix bug found at ptask experiments
2022-03-07 Bruno Donassoloptask_BMF: High-level documentation of BMF and the...
2022-03-07 Bruno DonassoloBMF sharing penalty/priority
2022-03-07 Bruno DonassoloFix error find by IO test.
2022-03-07 Bruno DonassoloRemove single movement code
2022-03-07 Bruno Donassoloptask_BMF: support for dynamic bounds (user's callback)
2022-03-07 Bruno DonassoloBMF: Fatpipe support
2022-03-07 Bruno DonassoloImplements selective-update for bmf model (off by default).
2022-03-07 Bruno Donassoloptask_BMF: refactor code and loop scenarios
2022-03-07 Bruno DonassoloSupport for bounded actions in BMF solver
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF
2022-01-20 SUTER FredericCleanup in log categories
2022-01-16 Arnaud GierschPrefer std algorithms.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-30 Bruno DonassoloFix set_read_bandwidth and set_write_bandwidth for...
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
next