<div dir="ltr"><div><br></div>I am trying to use Intel MKL Blas library. I solved the error in configure and It was due to missing library. The <b>configure</b> and <b>make</b> works fine, but I am getting segmentation fault while running <b>make test</b>. I used following configure command<div><br></div><div>../configure -with-blas=&quot; -DMKL_ILP64 -fopenmp -m64 -I$MKLROOT/include -Wl,--no-as-needed -L$MKLROOT/lib/intel64 -lmkl_intel_ilp64 -lmkl_core -lmkl_gnu_thread -ldl -lpthread -lm&quot;<br></div><div><br></div><div>I would appreciate for any suggestion to resolve the problem.</div><div><br></div><div>Thanks,</div><div>Paras</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 24, 2015 at 4:26 PM, Tony Kelman <span dir="ltr">&lt;<a href="mailto:kelman@berkeley.edu" target="_blank">kelman@berkeley.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div dir="ltr">
<div dir="ltr">
<div style="FONT-SIZE:12pt;FONT-FAMILY:&#39;Calibri&#39;;COLOR:#000000"><span class="">
<div>You’ll need to look into config.log, either at the top level of your build folder or in Ipopt/config.log, to get more output on what caused the error. Probably missing pthreads or something like that.</div>
<div> </div>
<div>-Tony</div>
<div> </div>
</span><div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline">
<div style="FONT:10pt tahoma">
<div> </div>
<div style="BACKGROUND:#f5f5f5"><span class="">
<div><b>From:</b> <a title="tiwari.paras@gmail.com" href="mailto:tiwari.paras@gmail.com" target="_blank">
paras tiwari</a> </div>
<div><b>Sent:</b> Saturday, January 24, 2015 7:38 AM</div>
<div><b>To:</b> <a title="ipopt@list.coin-or.org" href="mailto:ipopt@list.coin-or.org" target="_blank">
ipopt@list.coin-or.org</a> </div>
</span><div><b>Subject:</b> [Ipopt] Problem while compiling IPOPT with Intel MKL Blas library</div>
</div>
</div>
<div> </div>
</div>
<div style="FONT-SIZE:small;TEXT-DECORATION:none;FONT-FAMILY:&quot;Calibri&quot;;FONT-WEIGHT:normal;COLOR:#000000;FONT-STYLE:normal;DISPLAY:inline"><div><div class="h5">
<div dir="ltr"><span style="FONT-SIZE:12px">Greeting,</span>
<div style="FONT-SIZE:12px"> </div>
<div style="FONT-SIZE:12px">I am trying to configure IPOPT with Intel MKL Blas library. I used following command to configure the IPOPT</div>
<div style="FONT-SIZE:12px">../configure -with-blas=&quot;-L$MKLPATH  -lmkl_blas95_lp64 $MKLPATH/libmkl_intel_lp64.a $MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a&quot;<br>
</div>
<div style="FONT-SIZE:12px"> </div>
<div style="FONT-SIZE:12px">where MKLPath is the path to my Intel MKL library.</div>
<div style="FONT-SIZE:12px"> </div>
<div style="FONT-SIZE:12px">I got the error, user supplied blas does not work. </div>
<div style="FONT-SIZE:12px"> </div>
<div style="FONT-SIZE:12px">I would appreciate if anyone could guide me the way to compile IPOPT with Intel MKL Blas library.</div>
<div style="FONT-SIZE:12px"> </div>
<div style="FONT-SIZE:12px">Thanks,</div>
<div style="FONT-SIZE:12px">Paras</div>
</div>
<p></p>
</div></div><hr><span class="">
_______________________________________________<br>
Ipopt mailing list<br>
<a href="mailto:Ipopt@list.coin-or.org" target="_blank">Ipopt@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/ipopt" target="_blank">http://list.coin-or.org/mailman/listinfo/ipopt</a><br>
</span></div>
</div>
</div>
</div>

</blockquote></div><br></div>