Hello everybody,
my colleague @GregorB and I are trying to improve the runtime of our oemof-model. Therefore, we want to use the parallelized version of the CBC-solver. We have installed the CBC solver with the --enable-cbc-parallel flag enabled.
We use the CBC-solver with the following command:
om.solve(solver=’cbc’, cmdline_options={“threads”:6})
Our problem now is that a higher number of threads does not lead to a reduction of computing time. Does anyone have any experience with this and can help us to reduce the computing time?
Many thanks in advance for your help!