Hi, Before I compiled PETSC version 2.3.3-p6 with lapack/blas supplied with Intel MKL and everythin worked great:
./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 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: MKL FATAL ERROR: libmkl_def.so: cannot open shared object file: No such file or directory ./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 Regards, Billy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20090125/238b31d7/attachment.htm>
