<?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 The following hint is given in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111595#M24399</link>
    <description>&lt;P&gt;The following hint is given in the source codes:&lt;/P&gt;

&lt;P&gt;If the 'arpack' library (which is in the public domain) is linked to optimized 'lapack' and 'blas' libraries at 'arpack' compilation time, 'scatci' will run more efficiently. For example, a suggestion for flags for the linking of 'arpack' to Intel's 'mkl' library is as follows:&lt;/P&gt;

&lt;PRE&gt; -O3 -static-intel -parallel -par-threshold0 -mkl=parallel.&lt;/PRE&gt;

&lt;P&gt;Please find the attached Source_code_makefile, ARPACK_MAKEFILE and ARmake.inc in new.tar.gz&lt;/P&gt;

&lt;P&gt;Still the following error is coming while compilation:&lt;/P&gt;

&lt;P&gt;mv -f psn&amp;nbsp; ./bin&lt;BR /&gt;
	ifort -static -mkl=sequential scatci.o davidson.o scatci_intPacking.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a /home/jasmeet/ARPACK/lib.a -o scatci&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	/opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mm_cleanup_thread_cbk':&lt;BR /&gt;
	mkl_memory.c:(.text+0x68c7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking&lt;BR /&gt;
	/home/jasmeet/ARPACK/lib.a(dsaupd.o): In function `dsaupd_':&lt;BR /&gt;
	dsaupd.f:(.text+0x41f): undefined reference to `__kmpc_for_static_init_4'&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2016 20:10:59 GMT</pubDate>
    <dc:creator>Jasmeet_S_</dc:creator>
    <dc:date>2016-12-16T20:10:59Z</dc:date>
    <item>
      <title>Compilation of source codes using BLAS, LAPACK and ARPACK??</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111591#M24395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to compile source codes using BLAS, LAPACK and ARPACK.&lt;/P&gt;

&lt;P&gt;Source folder contain 14 files out of which 10 are compiled (using BLAS and LAPACK) but rest of the 4 files require ARPACK.&lt;/P&gt;

&lt;P&gt;I have downloaded ARPACK from &lt;A href="http://www.caam.rice.edu/software/ARPACK/" target="_blank"&gt;http://www.caam.rice.edu/software/ARPACK/&lt;/A&gt; and then extracted it in home directory.&lt;/P&gt;

&lt;P&gt;but the following error is coming:&lt;/P&gt;

&lt;P&gt;ifort -static -mkl=sequential gaustail.o -o gaustail&lt;BR /&gt;
	mv -f gaustail&amp;nbsp; ./bin&lt;BR /&gt;
	ifort -static -mkl=sequential psn.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a -o psn&lt;BR /&gt;
	/opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mm_cleanup_thread_cbk':&lt;BR /&gt;
	mkl_memory.c:(.text+0x68c7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking&lt;BR /&gt;
	mv -f psn&amp;nbsp; ./bin&lt;BR /&gt;
	ifort -static -mkl=sequential scatci.o davidson.o scatci_intPacking.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a /home/jasmeet/ARPACK/libarpack.a -o scatci&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	/opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mm_cleanup_thread_cbk':&lt;BR /&gt;
	mkl_memory.c:(.text+0x68c7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking&lt;BR /&gt;
	/home/jasmeet/ARPACK/libarpack.a(dnrm2.o): In function `dnrm2_':&lt;BR /&gt;
	dnrm2.f:(.text+0x9d): undefined reference to `_gfortran_runtime_error_at'&lt;BR /&gt;
	Makefile:125: recipe for target 'scatci' failed&lt;BR /&gt;
	make: *** [scatci] Error 1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please find the attached Makefile.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 18:47:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111591#M24395</guid>
      <dc:creator>Jasmeet_S_</dc:creator>
      <dc:date>2016-12-12T18:47:44Z</dc:date>
    </item>
    <item>
      <title>You seem to have compiled the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111592#M24396</link>
      <description>&lt;P&gt;You seem to have compiled the Arpack library using Gfortran. It is never completely safe to build an application with more than one compiler's runtime library in it. However, you can try by adding &lt;STRONG&gt;-lgfortran&lt;/STRONG&gt; to the linking command in your makefile (which you say you attached but is not to be seen).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 22:46:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111592#M24396</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-12-12T22:46:32Z</dc:date>
    </item>
    <item>
      <title>@mecej4 Thanks for replying.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111593#M24397</link>
      <description>&lt;P&gt;@mecej4 Thanks for replying.&lt;/P&gt;

&lt;P&gt;I have realized that I need parallel-ARPACK. So I have downloaded the parallel-ARPACK.&lt;/P&gt;

&lt;P&gt;But I don't know how to install it on my computer.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 18:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111593#M24397</guid>
      <dc:creator>Jasmeet_S_</dc:creator>
      <dc:date>2016-12-13T18:25:18Z</dc:date>
    </item>
    <item>
      <title>Quote:Jasmeet S. wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111594#M24398</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Jasmeet S. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I have realized that I need parallel-ARPACK. So I have downloaded the parallel-ARPACK.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The kind of parallelism that is provided is probably not suitable for you -- it is for distributed memory systems, whereas you probably need SMP support as provided by OpenMP, etc. Unless, of course, you really need to install Parpack on a cluster.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;But I don't know how to install it on my computer.&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You have to build it from source, using the usual GNU/Linux "configure", "make", "make test" and "make install" procedures.&lt;/P&gt;

&lt;P&gt;Search these forums and you will find some recent threads that involved the use of the serial version of Arpack.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 19:26:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111594#M24398</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-12-13T19:26:22Z</dc:date>
    </item>
    <item>
      <title>The following hint is given</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111595#M24399</link>
      <description>&lt;P&gt;The following hint is given in the source codes:&lt;/P&gt;

&lt;P&gt;If the 'arpack' library (which is in the public domain) is linked to optimized 'lapack' and 'blas' libraries at 'arpack' compilation time, 'scatci' will run more efficiently. For example, a suggestion for flags for the linking of 'arpack' to Intel's 'mkl' library is as follows:&lt;/P&gt;

&lt;PRE&gt; -O3 -static-intel -parallel -par-threshold0 -mkl=parallel.&lt;/PRE&gt;

&lt;P&gt;Please find the attached Source_code_makefile, ARPACK_MAKEFILE and ARmake.inc in new.tar.gz&lt;/P&gt;

&lt;P&gt;Still the following error is coming while compilation:&lt;/P&gt;

&lt;P&gt;mv -f psn&amp;nbsp; ./bin&lt;BR /&gt;
	ifort -static -mkl=sequential scatci.o davidson.o scatci_intPacking.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_ilp64.a /home/jasmeet/ARPACK/lib.a -o scatci&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	/opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mm_cleanup_thread_cbk':&lt;BR /&gt;
	mkl_memory.c:(.text+0x68c7): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking&lt;BR /&gt;
	/home/jasmeet/ARPACK/lib.a(dsaupd.o): In function `dsaupd_':&lt;BR /&gt;
	dsaupd.f:(.text+0x41f): undefined reference to `__kmpc_for_static_init_4'&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 20:10:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111595#M24399</guid>
      <dc:creator>Jasmeet_S_</dc:creator>
      <dc:date>2016-12-16T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Apparently, you built the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111596#M24400</link>
      <description>&lt;P&gt;Apparently, you built the Arpack library with -openmp, but left that flag out when compiling and linking your applications.&lt;/P&gt;

&lt;P&gt;Please see this thread:&amp;nbsp;https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/685394 . In it, you will find information about bugs in various versions of Arpack and getting Arpack to work with MKL.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 23:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111596#M24400</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-12-16T23:06:00Z</dc:date>
    </item>
    <item>
      <title>I have followed the link:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111597#M24401</link>
      <description>&lt;P&gt;I have followed the link: &lt;A href="https://software.intel.com/en-us/articles/how-to-resolve-arpack-issues-with-intel-mkl-110-update-3" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-resolve-arpack-issues-with-intel-mkl-110-update-3&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But no success. Same error is coming&lt;/P&gt;

&lt;P&gt;/home/jasmeet/ARPACK/lib.a(dsaupd.o): In function `dsaupd_':&lt;BR /&gt;
	dsaupd.f:(.text+0x41f): undefined reference to `__kmpc_for_static_init_4'&lt;BR /&gt;
	dsaupd.f:(.text+0x4a2): undefined reference to `__kmpc_for_static_fini&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 18:57:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111597#M24401</guid>
      <dc:creator>Jasmeet_S_</dc:creator>
      <dc:date>2016-12-19T18:57:53Z</dc:date>
    </item>
    <item>
      <title>Hi Jasmeet, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111598#M24402</link>
      <description>&lt;P&gt;Hi Jasmeet,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm try to understand the issue &amp;nbsp;and noticed several tiny problems in your command line, &amp;nbsp;please consider them.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) first , regarding the error,&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;/home/jasmeet/ARPACK/lib.a(dsaupd.o): In function `dsaupd_':&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;dsaupd.f:(.text+0x41f): undefined reference to `__kmpc_for_static_init_4'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;The symbol " __kmpc_for_static_init_4" is from intel Openmp run-time library. &amp;nbsp; You can resolve it by &amp;nbsp;add -qopenmp or add libiomp5.so library&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;mv -f psn&amp;nbsp; ./bin&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;ifort -static -mkl=sequential scatci.o davidson.o scatci_intPacking.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_lp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_lp64.a /home/jasmeet/ARPACK/lib.a -o scatci -qopenmp&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;or&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;ifort -static -mkl=sequential scatci.o davidson.o scatci_intPacking.o /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_lp64.a /opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_lapack95_lp64.a /home/jasmeet/ARPACK/lib.a -o scatci &amp;nbsp;-L&lt;/SPAN&gt;&lt;STRONG&gt;/opt/intel/compilers_and_libraries_2016/linux/lib/intel64&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN style="font-size: 12px;"&gt;-liomp5 &amp;nbsp;​&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;-lpthread -lm -ldl&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt; &amp;nbsp;(please change according to your real path)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;if it fix the problem, you may ignore the below comments.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;2) why you add&amp;nbsp;/opt/intel/newbin/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/libmkl_blas95_ilp64.a and&amp;nbsp;/libmkl_lapack95_ilp64.a &amp;nbsp;into the link.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;They are fortran 95 &lt;STRONG&gt;interface&lt;/STRONG&gt; libraries, &amp;nbsp;not exact blas or lapack library (blas and library library are in mkl library, which you use -mkl=sequential or /home/jasmeet/ARPACK/lib.a, which had mkl linked-already). &amp;nbsp;in most of case, you don't need them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;and you are using ILP64 bit, &amp;nbsp; by default&amp;nbsp;-mkl=sequential &amp;nbsp;will be LP64 library, so i may suggest you remove them or change to&amp;nbsp;libmkl_blas95_lp64.a and&amp;nbsp;/libmkl_lapack95_lp64.a. &amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Actually, please use the &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&amp;nbsp;to" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&amp;nbsp;to&lt;/A&gt; produce the correct link line. for example,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;${MKLROOT}/lib/intel64/libmkl_blas95_lp64.a ${MKLROOT}/lib/intel64/libmkl_lapack95_lp64.a &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;-mkl=sequential&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;3) please notice the order of static library as the linker under Linux just review the symbols one times. so you need make sure the required library in some kind of order. for example, in general,&amp;nbsp;&amp;nbsp;${MKLROOT}/lib/intel64/libmkl_blas95_lp64.a ${MKLROOT}/lib/intel64/libmkl_lapack95_lp64.a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;-mkl=sequential&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;4) regarding&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;/home/jasmeet/ARPACK/&lt;STRONG&gt;libarpack.a&lt;/STRONG&gt;(dnrm2.o): In function `dnrm2_':&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;/home/jasmeet/ARPACK/&lt;STRONG&gt;lib.a. &lt;/STRONG&gt;&amp;nbsp;It should be ok. &amp;nbsp;Just wonder if you build them with mkl option or you download from some public repository? &amp;nbsp;are they linked static mkl internally or no mkl libaries, so you add it when compile the&amp;nbsp;scatci &amp;nbsp;? &amp;nbsp; ( you mentioned &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-family: Consolas, &amp;quot;Lucida Console&amp;quot;, Menlo, Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, monospace, sans-serif; font-size: 13.008px;"&gt;-O3 -static-intel -parallel -par-threshold0 -mkl=parallel. so just guess, maybe you can remove the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;-mkl=sequential in your link line of compile the&amp;nbsp;scatci, anyway, please let us know if you have any result.)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Ying&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 02:09:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compilation-of-source-codes-using-BLAS-LAPACK-and-ARPACK/m-p/1111598#M24402</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-12-23T02:09:41Z</dc:date>
    </item>
  </channel>
</rss>

