Petsc with Intel MKL for blas/lapack

Thomas Witkowski thomas.witkowski at tu-dresden.de
Tue Aug 25 05:47:12 CDT 2009


Hi,

I want to compile petsc on two larger HPC system, on both we use Intels 
MKL for blas and lapack. The first one is a pc farm, and I've 
successfully compiled petsc with the parameter

--with-blas-lapack-dir=/work/licsoft/libraries/mkl/10.0.3.020/lib/em64t

This works fine. On the other system, its an SGI Altix, I've tried to do 
the same. But it fails in configure, because petsc tries to link the 
test program with "-lblas". The same test program on the pc farm was 
linked with the correct library parameter "-lmkl". May question is, why 
this can happen and what I can do to avoid the problem? Thanks for 
answering!

Thomas


More information about the petsc-users mailing list