<div dir="ltr">I've been delinquent here. If I had added support for mkl_link_tool when I first said I would, it would just work and users would stop mailing us about it.<div><br></div><div><a href="http://software.intel.com/en-us/articles/intel-mkl-command-line-link-tool">http://software.intel.com/en-us/articles/intel-mkl-command-line-link-tool</a><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 1, 2013 at 4:14 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  Satish,<br>
<br>
    The "BLAS/LAPACK" part of installation.html should discuss using the MKL libraries and how to use Intel's tool for determining the libraries to use. Currently this is not discussed there at all so users won't have a clue.<br>

<br>
   Thanks<br>
<br>
     Barry<br>
<br>
>From installation.html<br>
<br>
BLAS/LAPACK<br>
<br>
These packages provide some basic numeric kernels used by PETSc.<br>
<br>
        • Configure will automatically look for blas/lapack in certain standard locations, on most systems you should not need to provide any information about BLAS/LAPACK in the ./configure command.<br>
        • One can use the following options to let configure download/install blas/lapack automatically.<br>
                • --download-f-blas-lapack [when fortran compiler is present]<br>
                • --download-f2cblaslapack [when configuring without a fortran compiler - i.e --with-fc=0]<br>
        • Alternatively one can use other options like one of the following.<br>
                • --with-blas-lapack-lib=libsunperf.a<br>
                • --with-blas-lib=libblas.a --with-lapack-lib=liblapack.a<br>
                • --with-blas-lapack-dir=opt/intel/mkl72<br>
Notes:</blockquote></div><br></div>