<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Trouble with installation/use of blas lapack in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889729#M10323</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447163"&gt;hervez&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,&lt;BR /&gt;I have installed the mkl library on a 64 bits stystem running with Linux Federa 11.&lt;BR /&gt;When I try to link to the blas-lapack library, using the following option&lt;BR /&gt;&lt;BR /&gt;--with-blas-lapack-dir=/opt/intel/mkl/10.2.2.025/lib/em64t/&lt;BR /&gt;&lt;BR /&gt;I get the message :&lt;BR /&gt;You set a value for --with-blas-lapack-dir=&lt;/EM&gt;&lt;DIR&gt;&lt;EM&gt;, but /opt/intel/mkl/10.2.2.025/lib/em64t/ cannot be used&lt;BR /&gt;&lt;BR /&gt;What is the problem and How can I solve ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIR&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Try this. It works for me.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;./config/configure.py --with-fc=0 --with-mpi=0 --with-blas-lapack-lib=[$MKL_LIB_PATH/libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,libiomp5.a,libpthread.a,libm.a]&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Assume libpthread.a and libm.a are installed on your linux box.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Use other than --with-fc=0 and --with-mpi=0 in case you want to use fortran compiler or MPI.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you're still unable to configure, see $PETSC_DIR/make.log. You will find what went wrong.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jaewon&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Nov 2009 09:36:40 GMT</pubDate>
    <dc:creator>jaewonj</dc:creator>
    <dc:date>2009-11-11T09:36:40Z</dc:date>
    <item>
      <title>Trouble with installation/use of blas lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889727#M10321</link>
      <description>Hello,&lt;BR /&gt;I have installed the mkl library on a 64 bits stystem running with Linux Federa 11.&lt;BR /&gt;When I try to link to the blas-lapack library, using the following option&lt;BR /&gt;&lt;BR /&gt;--with-blas-lapack-dir=/opt/intel/mkl/10.2.2.025/lib/em64t/&lt;BR /&gt;&lt;BR /&gt;I get the message :&lt;BR /&gt;You set a value for --with-blas-lapack-dir=&lt;DIR&gt;, but /opt/intel/mkl/10.2.2.025/lib/em64t/ cannot be used&lt;BR /&gt;&lt;BR /&gt;What is the problem and How can I solve ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIR&gt;</description>
      <pubDate>Mon, 09 Nov 2009 18:46:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889727#M10321</guid>
      <dc:creator>hervez</dc:creator>
      <dc:date>2009-11-09T18:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with installation/use of blas lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889728#M10322</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You would likely need to consult the link advisor on the right side of the forum header page. If this is an argument to a configure script for some software installation which expects an older version of MKL or a gfortran-compiled lapack such as might be available with a linux distro, you will have to study the situation yourself.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Nov 2009 20:10:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889728#M10322</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-11-09T20:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with installation/use of blas lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889729#M10323</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/447163"&gt;hervez&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hello,&lt;BR /&gt;I have installed the mkl library on a 64 bits stystem running with Linux Federa 11.&lt;BR /&gt;When I try to link to the blas-lapack library, using the following option&lt;BR /&gt;&lt;BR /&gt;--with-blas-lapack-dir=/opt/intel/mkl/10.2.2.025/lib/em64t/&lt;BR /&gt;&lt;BR /&gt;I get the message :&lt;BR /&gt;You set a value for --with-blas-lapack-dir=&lt;/EM&gt;&lt;DIR&gt;&lt;EM&gt;, but /opt/intel/mkl/10.2.2.025/lib/em64t/ cannot be used&lt;BR /&gt;&lt;BR /&gt;What is the problem and How can I solve ?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIR&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Try this. It works for me.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;./config/configure.py --with-fc=0 --with-mpi=0 --with-blas-lapack-lib=[$MKL_LIB_PATH/libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,libiomp5.a,libpthread.a,libm.a]&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Assume libpthread.a and libm.a are installed on your linux box.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Use other than --with-fc=0 and --with-mpi=0 in case you want to use fortran compiler or MPI.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you're still unable to configure, see $PETSC_DIR/make.log. You will find what went wrong.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jaewon&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Nov 2009 09:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889729#M10323</guid>
      <dc:creator>jaewonj</dc:creator>
      <dc:date>2009-11-11T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with installation/use of blas lapack</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889730#M10324</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431061"&gt;jaewonj&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;
&lt;DIV&gt;Try this. It works for me.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;./config/configure.py --with-fc=0 --with-mpi=0 --with-blas-lapack-lib=[$MKL_LIB_PATH/libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,libiomp5.a,libpthread.a,libm.a]&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Assume libpthread.a and libm.a are installed on your linux box.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Use other than --with-fc=0 and --with-mpi=0 in case you want to use fortran compiler or MPI.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you're still unable to configure, see $PETSC_DIR/make.log. You will find what went wrong.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jaewon&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;May be the best way to use mklvarsem64t.sh or mklvarsem64t.csh to set all libraries and compilers environment variables (INCLUDE, MKLROOT,LD_LIBRARY_PATH, MANPATH, LIBRARY_PATH, CPATH, FPATH ) in the current user shell....&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2009 12:20:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-with-installation-use-of-blas-lapack/m-p/889730#M10324</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-11-11T12:20:03Z</dc:date>
    </item>
  </channel>
</rss>

