Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
BMF: hopefully fix the fair_sharing with priority
[simgrid.git] / src / kernel / lmm / bmf.cpp
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
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 DonassoloMove maxmin solver from system
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-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 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