<div>Hi,</div>
<div>&nbsp;</div>
<div>My school&#39;s server has lapack and blas installed. However, I can&#39;t get it to be automatically detected by using ./configure. what is the filename that I should used? Is it liblapack.a and libblas.a? I can&#39;t find 
libblas.a in the /usr/lib directory though. Is there another filename for it? I found that if I specify just the dir (/usr/lib) or liblapack.a for both the lapack and blas lib, it won&#39;t work</div>
<div>&nbsp;</div>
<div>Btw, can I use GotoBlas? I tried to specify libgoto.a or libgoto_northwoodp-<a href="http://r1.10.so">r1.10.so</a> and I managed to compile. However, during testing, the error msg are</div>
<div>&nbsp;</div>
<div>for libgoto.a : </div>
<div>&nbsp;</div>
<div>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.so: undefined reference to `pthread_create&#39;<br>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.so: undefined reference to `dpotrs_&#39;
<br>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.so: undefined reference to `pthread_join&#39;</div>
<div>&nbsp;</div>
<div>for libgoto_northwoodp-<a href="http://r1.10.so">r1.10.so</a> :</div>
<div>&nbsp;</div>
<div>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.so: undefined reference to `dpotrs_&#39;</div>
<div>&nbsp;</div>
<div>That was linked for shared library. If it is for static library, the error is:</div>
<div>&nbsp;</div>
<div>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.a(bcgsl.o)(.text+0x103a): In function `KSPSolve_BCGSL&#39;:<br>: undefined reference to `dpotrs_&#39;<br>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.a(
bcgsl.o)(.text+0x10f3): In function `KSPSolve_BCGSL&#39;:<br>: undefined reference to `dpotrs_&#39;<br>/nas/lsftmp/g0306332/petsc-2.3.2-p8/lib/linux-nompi-goto/libpetscksp.a(bcgsl.o)(.text+0x116f): In function `KSPSolve_BCGSL&#39;:
<br>: undefined reference to `dpotrs_&#39;<br>/lsftmp/g0306332/GotoBLAS/libgoto.a(blas_server.o)(.text+0x370): In function `blas_thread_init&#39;:<br>: undefined reference to `pthread_create&#39;<br>/lsftmp/g0306332/GotoBLAS/libgoto.a(blas_server.o)(.text+0x709): In function `blas_thread_shutdown_&#39;:
<br>&nbsp;</div>
<div>So can gotoblas be used?</div>
<div>&nbsp;</div>
<div>Thank you very much</div>