<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Compiling and using PETSC with intel MKL</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hi,<BR>
<BR>
Before I compiled PETSC version 2.3.3-p6 with lapack/blas supplied with Intel MKL and everythin worked great:<BR>
<BR>
./config/configure.py --with-cc=gcc --with-fc=g77 --download-lam=1 --with-blas-lapack-dir=/opt/intel/mkl/10.0.1.014 --with-debugging=no --with-shared=0<BR>
<BR>
Now I have tried PETSC version 3.0.0-p2 with OpenMPI and same Intel MKL version and it compiles but when I run my application I get the following error:<BR>
<BR>
MKL FATAL ERROR: libmkl_def.so: cannot open shared object file: No such file or directory<BR>
<BR>
./config/configure.py --with-cc=gcc --with-fc=g77 --download-openmpi=1 --with-blas-lapack-dir=/opt/intel/mkl/10.0.1.014 --with-debugging=no --with-shared=0<BR>
<BR>
Regards,<BR>
<BR>
Billy.<BR>
</FONT>
</P>

</BODY>
</HTML>