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
