<div dir="ltr"><div>Dear John,</div><div><br></div><div>I really appreciated the explanation of the m<span style="font-size:12.8000001907349px">ulti-threading. I tried with a smaller number of threads and it works like a charm. </span></div><div><br></div>Thanks very much John.<input name="virtru-metadata" type="hidden" 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;:{}}"><div><br></div><div>Mario Souto.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-29 15:33 GMT-02:00 John Forrest <span dir="ltr">&lt;<a href="mailto:john.forrest@fastercoin.com" target="_blank">john.forrest@fastercoin.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>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&#39;t use 100 - I will probably get round to treating
      as 0.<br>
      <br>
      John Forrest <br><div><div class="h5">
      On 29/12/14 16:36, Mario Souto wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div class="h5">
      <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
          &#39;proven infeasible&#39; 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></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Cbc mailing list
<a href="mailto:Cbc@list.coin-or.org" target="_blank">Cbc@list.coin-or.org</a>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Cbc mailing list<br>
<a href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a><br>
<br></blockquote></div><br></div>