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