X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c8bddc3742d3d69aaddd75c6e3e84838a30c44f..2961338407d12e499aba2b9086f22350ac3668ff:/src/kernel/lmm/bmf.cpp diff --git a/src/kernel/lmm/bmf.cpp b/src/kernel/lmm/bmf.cpp index 4d6b88af48..def915a153 100644 --- a/src/kernel/lmm/bmf.cpp +++ b/src/kernel/lmm/bmf.cpp @@ -462,13 +462,6 @@ void BmfSystem::get_constraint_data(const CnstList& cnst_list, Eigen::VectorXd& C(cnst_idx) = cnst.bound_; if (cnst.get_sharing_policy() == Constraint::SharingPolicy::NONLINEAR && cnst.dyn_constraint_cb_) { C(cnst_idx) = cnst.dyn_constraint_cb_(cnst.bound_, cnst.concurrency_current_); - if (not warned_nonlinear_) { - XBT_WARN("You are using dynamic constraint bound with parallel tasks and BMF model." - " The BMF solver assumes that all flows (and subflows) are always active and executing." - " This is quite pessimist, specially considering parallel tasks with small subflows." - " Analyze your results with caution."); - warned_nonlinear_ = true; - } } cnst2idx_[&cnst] = cnst_idx; // FATPIPE links aren't really shared