<div>Hi,</div>
<div>&nbsp;</div>
<div>The result I get for lapack is </div>
<div>&nbsp;</div>
<div>/usr/lib/liblapack.a&nbsp; /usr/lib/liblapack.so&nbsp; /usr/lib/liblapack.so.3&nbsp; /usr/lib/liblapack.so.3.0&nbsp; /usr/lib/liblapack.so.3.0.3</div>
<div>&nbsp;</div>
<div>but for blas, there&#39;s no match. However, my school&#39;s tutorial said lapack and blas can be used with the option -llapack -lblas.</div>
<div>&nbsp;</div>
<div>Is there some other directory where they are usually install?</div>
<div>&nbsp;</div>
<div>I&#39;m wondering if I can use lapack + gotoblas together? I tried to specify the libraries but ./configure failed.</div>
<div>&nbsp;</div>
<div>Thank you.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/27/07, <b class="gmail_sendername">Satish Balay</b> &lt;<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>On Sat, 27 Jan 2007, Ben Tay wrote:<br><br>&gt; My school&#39;s server has lapack and blas installed. However, I can&#39;t
<br>&gt; get it to be automatically detected by using ./configure. what is<br>&gt; the filename that I should used?<br><br>what do you have for:<br><br>ls /usr/lib/libblas* /usr/lib/liblapack*<br><br>&gt; Btw, can I use GotoBlas? I tried to specify 
libgoto.a or<br>&gt; libgoto_northwoodp- <a href="http://r1.10.so">r1.10.so</a> and I managed to compile. However,<br>&gt; during testing, the error msg are<br><br>yeah - you can use gotoblas - but you&#39;ll still need lapack.
<br><br>&gt; /nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.so:<br>&gt; undefined reference to `pthread_join&#39;<br><br>Lools like goto requires -lpthread<br><br>Satish<br><br></blockquote></div><br>