<div>&nbsp;</div>
<div>Hi all,</div>
<div>&nbsp;</div>
<div>Thanks for all your valuable advice. </div>
<div>&nbsp;</div>
<div>The problem is solved by using icpc to compile COIN with the default flags plus -DGNU_OLDWAY. The static COIN libraries have been successfully built up and linked to my MPI program. I havn&#39;t tried to build the shared libraries, but it should be just fine. Anyway, just want to say &quot;thank you&quot; for the timely and kind assistance. and also I hope this experience can help those who want to use MPI with COIN later in the future.
<br>&nbsp;</div>
<div>Cheers -- yang</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 6/20/07, <b class="gmail_sendername">Lou Hafer</b> &lt;<a href="mailto:lou@cs.sfu.ca">lou@cs.sfu.ca</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Yang,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hey, sometimes I get lucky&nbsp;&nbsp;:-). You might try the command line<br><br>./configure CC=&quot;icc&quot; CXX=&quot;icpc&quot; CXXDEFS=&quot;-DGNU_OLDWAY&quot;
<br><br>By setting CXXDEFS, you add to the value of CXXFLAGS as determined by configure.<br>Setting CXXFLAGS directly overrides any flags added by configure.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Unfortunately, I can&#39;t say much about the CoinModel error.&nbsp;&nbsp;Some things
<br>are obvious from a distance, others are not, and this falls in the `are not&#39;<br>category, at least for me.&nbsp;&nbsp;I don&#39;t have access to the compilers and computing<br>environment that you&#39;re using.&nbsp;&nbsp;The best I can offer is this:&nbsp;&nbsp;Send me a short
<br>main program that triggers the bug, and tell me what version of Cbc you&#39;re<br>using, and I&#39;ll have a look.&nbsp;&nbsp;If the bug occurs in my coding environment, I can<br>probably determine why.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It may be that someone else on the coin-discuss list will recognise the
<br>problem and can suggest a fix.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lou<br><br>_______________________________________________<br>Coin-discuss mailing list<br><a href="mailto:Coin-discuss@list.coin-or.org">
Coin-discuss@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/coin-discuss">http://list.coin-or.org/mailman/listinfo/coin-discuss</a><br></blockquote></div><br>