X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/32c187d71846015df8c8d484161b137f1096e89e..ceeab8813fc0aff89562202f64c29a808e84cb9a:/src/surf/network_cm02.cpp diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index 514c88335f..0bd306f868 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -450,6 +450,7 @@ Action *NetworkCm02Model::communicate(NetCard *src, NetCard *dst, link = static_cast(_link); lmm_expand(p_maxminSystem, link->getConstraint(), action->getVariable(), .05); } + lmm_variable_concurrency_share_set(action->getVariable(),2); } xbt_dynar_free(&route);