Compiling and using PETSC with intel MKL

Matthew Knepley knepley at gmail.com
Sun Jan 25 13:38:54 CST 2009


With any bug report, please send configure.log and make*.log.
Otherwise, we really
cannot see what is going on.

  Matt

On Sun, Jan 25, 2009 at 7:52 AM, Billy Araújo <billy at dem.uminho.pt> wrote:
>
> 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.
>



-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which
their experiments lead.
-- Norbert Wiener


More information about the petsc-users mailing list