Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a flag maxmin/concurrency_limit to allow setting this value to higher values
authordegomme <augustin.degomme@unibas.ch>
Thu, 28 Jul 2016 12:52:11 +0000 (14:52 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 28 Jul 2016 12:52:11 +0000 (14:52 +0200)
commitb0873fb942f5d028c07216e2e5af2ab4924ccdf2
treea2b94b649aa2c9623dc199ff13594b3b2aa1097f
parent4257126f6d1068bc2374b787421145a2e662a87c
Add a flag maxmin/concurrency_limit to allow setting this value to higher values
This value limits the number of processes that can run concurrently on a host, so it can be a problem and sometimes needs to be increased. Default is 100.
Related to http://stackoverflow.com/questions/38634661/is-there-any-limitations-to-number-of-running-processes-on-host
src/include/surf/maxmin.h
src/simgrid/sg_config.cpp
src/surf/maxmin.cpp