<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Mario,<br>
      <br>
      Multi-threading comes in two flavours - opportunistic and
      deterministic.<br>
      <br>
      Opportunistic is more efficient, but not exactly repeatable.<br>
      <br>
      The meaning of the parameter threads is -<br>
      <br>
      0 - off - running in serial mode<br>
      n (1-reasonable) - opportunistic using n threads.  With k cpus, I
      would use k or maybe one more.<br>
      n (101-) - deterministic using n-100 threads.  With k cpus I would
      use k or maybe up to 2*k as load balancing is worse.<br>
      <br>
      threads == 100 ! should be as 0, but somewhere a parallel flag has
      been set and so things go wrong.<br>
      <br>
      Solution - don't use 100 - I will probably get round to treating
      as 0.<br>
      <br>
      John Forrest <br>
      On 29/12/14 16:36, Mario Souto wrote:<br>
    </div>
    <blockquote
cite="mid:CAHXHNqT96MVWZL4U6_i791Ctt4OtrMuODU3LAq+BeMFTgmhBGQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear all,
        <div><br>
        </div>
        <div>I am using the version 2.8.12 of Cbc and having some <span
            style="font-size:12.8000001907349px">strange</span> problem
          with the Multithreading feature. The following problem is
          'proven infeasible' when using 100 threads. However, an
          integer solution cab be found when only one thread is used.</div>
        <div><br>
        </div>
        <div>Does any one have some idea about it?<br>
          <input name="virtru-metadata"
value="{&quot;email-policy&quot;:{&quot;state&quot;:&quot;closed&quot;,&quot;expirationUnit&quot;:&quot;days&quot;,&quot;disableCopyPaste&quot;:false,&quot;disablePrint&quot;:false,&quot;disableForwarding&quot;:false,&quot;expires&quot;:false},&quot;attachments&quot;:{}}"
            type="hidden">
          <div><br>
          </div>
          <div>
            <div style="font-size:12.8000001907349px"><span
                style="font-size:12.8000001907349px">Thanks in advance,</span><br>
            </div>
            <div style="font-size:12.8000001907349px"><span
                style="font-size:12.8000001907349px"><br>
              </span></div>
            <div style="font-size:12.8000001907349px"><span
                style="font-size:12.8000001907349px">Mario Souto.</span></div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Cbc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>