[Cbc] <OLD topic> Cbc multithreading support for Windows

Tobias Stengel Tobias.Stengel at locom.de
Thu Aug 22 13:53:02 EDT 2019


Seki,

/MT in visual studio determines which version of the runtime library is linked in. That has no affect on whether the compiled code (e.g. CBC) uses multiple threads. See https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library?view=vs-2019
For multithreaded CBC on Windows it boils down to good old RTFM: https://projects.coin-or.org/Cbc (scroll down to "Quick Start Guide for Microsoft Visual C++ Users").





Von: Cbc <cbc-bounces at coin-or.org> Im Auftrag von Seki Chou
Gesendet: Donnerstag, 22. August 2019 19:06
An: cbc at list.coin-or.org
Betreff: [Cbc] <OLD topic> Cbc multithreading support for Windows

Hi Guys,
I would like to arise the old topic <Cbc multithreading support for Windows>.
I want to know according to the old discussion, here:
https://projects.coin-or.org/Cbc/ticket/45
if there is any solution for the  <Cbc multithreading support for Windows> ?

And, how do I config the settings to build <Cbc multithreading support for Windows> ?

it seems the repo in SVN default building is not multithreaded even if I set /MT in visual studio to let it multithreading, it does not work.

Thanks,
--Seki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20190822/e94ca82a/attachment.html>


More information about the Cbc mailing list