<?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: Linking to BLAS and Pardiso in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896401#M10897</link>
    <description>&lt;DIV style="margin:0px;"&gt;please try to use the following linking line:&lt;BR /&gt;ifort myprog.f -L$MKLPATH -I$MKLINCLUDE -lmkl_solver_lp64 &lt;BR /&gt;-Wl,--start-group $MKLPATH/libmkl_intel_lp64.a &lt;BR /&gt;$MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group &lt;BR /&gt;-liomp5 lpthread&lt;BR /&gt;Where, for example,$MKLPATH=/opt/intel/mkl/10.1/lib/64&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Feb 2009 15:22:01 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-02-24T15:22:01Z</dc:date>
    <item>
      <title>Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896400#M10896</link>
      <description>I'm having problems linking to the BLAS and Pardiso on a linux IA64. Here is my compile command (I've added some carriage returns to make it legible):&lt;BR /&gt;&lt;BR /&gt;____________________________________________________&lt;BR /&gt;&lt;BR /&gt;icpc -o febio.alt -DLINUX -DPSLDLT -DSUPERLU -DPARDISO &lt;BR /&gt;-I/home/sci/rawlins/Projects/SuperLU_3.1/SRC/ -I.. *.cpp -O3 &lt;BR /&gt;../lib/fecore_altix.a &lt;BR /&gt;/home/sci/rawlins/Projects/SuperLU_3.1/lib/libsuperlu_3.1_altix.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_intel_lp64.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_intel_thread.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libiomp5.a &lt;BR /&gt;-lpthread -L/usr/lib -lscs_mp -mp&lt;BR /&gt;_____________________________________________________&lt;BR /&gt;&lt;BR /&gt;And here is a sample of the errors I'm getting:&lt;BR /&gt;______________________________________________________&lt;BR /&gt;&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(blklu_unsym_ooc_lp64.o)(.text+0x37f2): In function `mkl_pds_lp64_blklu_unsym_ooc_pardiso':&lt;BR /&gt;: undefined reference to `mkl_blas_lp64_dtrsm'&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(blklu_unsym_ooc_lp64.o)(.text+0x38e2): In function `mkl_pds_lp64_blklu_unsym_ooc_pardiso':&lt;BR /&gt;: undefined reference to `mkl_blas_lp64_dgemm'&lt;BR /&gt;______________________________________________________&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 01:02:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896400#M10896</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-02-24T01:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896401#M10897</link>
      <description>&lt;DIV style="margin:0px;"&gt;please try to use the following linking line:&lt;BR /&gt;ifort myprog.f -L$MKLPATH -I$MKLINCLUDE -lmkl_solver_lp64 &lt;BR /&gt;-Wl,--start-group $MKLPATH/libmkl_intel_lp64.a &lt;BR /&gt;$MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group &lt;BR /&gt;-liomp5 lpthread&lt;BR /&gt;Where, for example,$MKLPATH=/opt/intel/mkl/10.1/lib/64&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:22:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896401#M10897</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-24T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896402#M10898</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;Gennady,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick reply. What should MKLINCLUDE point to?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;please try to use the following linking line:&lt;BR /&gt;ifort myprog.f -L$MKLPATH -I$MKLINCLUDE -lmkl_solver_lp64 &lt;BR /&gt;-Wl,--start-group $MKLPATH/libmkl_intel_lp64.a &lt;BR /&gt;$MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group &lt;BR /&gt;-liomp5 lpthread&lt;BR /&gt;Where, for example,$MKLPATH=/opt/intel/mkl/10.1/lib/64&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 17:40:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896402#M10898</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-02-24T17:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896403#M10899</link>
      <description>&lt;DIV style="margin:0px;"&gt;opps,&lt;BR /&gt;$MKLINCLUDE=/opt/intel/mkl/10.1/include&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 18:27:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896403#M10899</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-02-24T18:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896404#M10900</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;Thanks, I think the grouping did the trick.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;opps,&lt;BR /&gt;$MKLINCLUDE=/opt/intel/mkl/10.1/include&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2009 00:19:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896404#M10900</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-02-25T00:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896405#M10901</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;Using your suggestion below worked a couple of weeks ago, but I'm running into similar problems again. Here is my compile command and a sample of the errors I am getting:&lt;BR /&gt;&lt;BR /&gt;icpc -o febio.altix &lt;BR /&gt;-DLINUX -DSUPERLU -DPARDISO -DPSLDLT &lt;BR /&gt;-I/home/sci/rawlins/Projects/SuperLU_3.1/SRC/ &lt;BR /&gt;-I/usr/sci/LinuxIA64/intel/mkl/include/ -I.. &lt;BR /&gt;*.o -O3 &lt;BR /&gt;../lib/fecore_altix.a &lt;BR /&gt;/home/sci/rawlins/Projects/SuperLU_3.1/lib/libsuperlu_3.1_altix.a &lt;BR /&gt;-Wl,--start-group &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_intel_lp64.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_intel_thread.a &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a &lt;BR /&gt;-Wl,--end-group &lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libiomp5.a &lt;BR /&gt;-lpthread &lt;BR /&gt;-L/usr/lib -lscs_mp -mp&lt;BR /&gt;&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(pardiso_lp64.o)(.text+0xb2): In function `mkl_pds_lp64_pardiso':&lt;BR /&gt;: undefined reference to `mkl_pds_lp64_get_proc_pardiso'&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(pardiso_lp64.o)(.text+0x282): In function `mkl_pds_lp64_pardiso':&lt;BR /&gt;: undefined reference to `mkl_pds_lp64_diag_pardiso'&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(pardiso_lp64.o)(.text+0x2d2): In function `mkl_pds_lp64_pardiso':&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(dgetf2_p_lp64.o)(.text+0x602): In function `mkl_pds_lp64_dgetf2_pardiso':&lt;BR /&gt;: undefined reference to `mkl_blas_lp64_dger'&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(dgetf2_p_lp64.o)(.text+0x702): In function `mkl_pds_lp64_dgetf2_pardiso':&lt;BR /&gt;: undefined reference to `mkl_blas_lp64_dswap'&lt;BR /&gt;/usr/sci/LinuxIA64/intel/mkl/lib/64/libmkl_core.a(dgetf2_p_lp64.o)(.text+0x742): In function `mkl_pds_lp64_dgetf2_pardiso':&lt;BR /&gt;: undefined reference to `mkl_blas_lp64_dswap'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;please try to use the following linking line:&lt;BR /&gt;ifort myprog.f -L$MKLPATH -I$MKLINCLUDE -lmkl_solver_lp64 &lt;BR /&gt;-Wl,--start-group $MKLPATH/libmkl_intel_lp64.a &lt;BR /&gt;$MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group &lt;BR /&gt;-liomp5 lpthread&lt;BR /&gt;Where, for example,$MKLPATH=/opt/intel/mkl/10.1/lib/64&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 21:12:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896405#M10901</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-03-04T21:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896406#M10902</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I tried to repeat the issue without succes.All is ok on my side. &lt;BR /&gt;I uploaded to this tread makefile and pardiso.f i used for reproducing the issue.&lt;BR /&gt;You can try to use these files as well.&lt;BR /&gt;please let me know mkl's Package IDinstalled ( see ../doc/mklsupport.txt file )&lt;BR /&gt;--gif</description>
      <pubDate>Thu, 05 Mar 2009 07:09:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896406#M10902</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-05T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896407#M10903</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/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I tried to repeat the issue without succes.All is ok on my side. &lt;BR /&gt;I uploaded to this tread makefile and pardiso.f i used for reproducing the issue.&lt;BR /&gt;You can try to use these files as well.&lt;BR /&gt;please let me know mkl's Package IDinstalled ( see ../doc/mklsupport.txt file )&lt;BR /&gt;--gif&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 07:10:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896407#M10903</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-05T07:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896408#M10904</link>
      <description>&lt;DIV style="margin:0px;"&gt;sorry - I've forget to add the additional info, probably will helful.&lt;BR /&gt;&lt;BR /&gt;[root@nntsed01-4i2 work]# make&lt;BR /&gt;ifort -I/opt/intel/mkl/10.1.0.015/include pardiso.f -L/opt/intel/mkl/10.1.0.015/lib/64 &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_solver_lp64.a &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_intel_lp64.a &lt;BR /&gt;-Wl,--start-group &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_intel_thread.a /opt/intel/mkl/10.1.0.015/lib/64/libmkl_core.a &lt;BR /&gt;-Wl,--end-group &lt;BR /&gt;-L/opt/intel/mkl/10.1.0.015/lib/64 -liomp5 -lpthread -lm -o test.out&lt;BR /&gt;[root@nntsed01-4i2 work]# ./test.out&lt;BR /&gt;&lt;BR /&gt;and ( cat /opt/cpuinfo )&lt;BR /&gt;&lt;BR /&gt;my CPU info :&lt;BR /&gt;processor : 3&lt;BR /&gt;vendor : GenuineIntel&lt;BR /&gt;arch : IA-64&lt;BR /&gt;family : Itanium 2&lt;BR /&gt;model : 1&lt;BR /&gt;revision : 5&lt;BR /&gt;archrev : 0&lt;BR /&gt;features : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs : 4&lt;BR /&gt;cpu MHz : 1495.933995&lt;BR /&gt;itc MHz : 1495.933995&lt;BR /&gt;BogoMIPS : 2239.75&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 07:14:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896408#M10904</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-05T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896409#M10905</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/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I tried to repeat the issue without succes. All is ok on my side. &lt;BR /&gt;I uploaded to this tread makefile and pardiso.f i used for reproducing the issue.&lt;BR /&gt;You can try to use these files as well.&lt;BR /&gt;please let me know mkl's Package ID installed ( see ../doc/mklsupport.txt file )&lt;BR /&gt;--gif&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The package ID is l_mkl_p_10.1.1.019. I've been preoccupied with other projects, but I still have not been able to get this to compile.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 23:32:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896409#M10905</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-03-16T23:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Linking to BLAS and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896410#M10906</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/334681"&gt;Gennady Fedorov (Intel)&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;DIV style="margin:0px;"&gt;sorry - I've forget to add the additional info, probably will helful.&lt;BR /&gt;&lt;BR /&gt;[root@nntsed01-4i2 work]# make&lt;BR /&gt;ifort -I/opt/intel/mkl/10.1.0.015/include pardiso.f -L/opt/intel/mkl/10.1.0.015/lib/64 &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_solver_lp64.a &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_intel_lp64.a &lt;BR /&gt;-Wl,--start-group &lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64/libmkl_intel_thread.a /opt/intel/mkl/10.1.0.015/lib/64/libmkl_core.a &lt;BR /&gt;-Wl,--end-group &lt;BR /&gt;-L/opt/intel/mkl/10.1.0.015/lib/64 -liomp5 -lpthread -lm -o test.out&lt;BR /&gt;[root@nntsed01-4i2 work]# ./test.out&lt;BR /&gt;&lt;BR /&gt;and ( cat /opt/cpuinfo )&lt;BR /&gt;&lt;BR /&gt;my CPU info :&lt;BR /&gt;processor : 3&lt;BR /&gt;vendor : GenuineIntel&lt;BR /&gt;arch : IA-64&lt;BR /&gt;family : Itanium 2&lt;BR /&gt;model : 1&lt;BR /&gt;revision : 5&lt;BR /&gt;archrev : 0&lt;BR /&gt;features : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs : 4&lt;BR /&gt;cpu MHz : 1495.933995&lt;BR /&gt;itc MHz : 1495.933995&lt;BR /&gt;BogoMIPS : 2239.75&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Gennady,&lt;BR /&gt;&lt;BR /&gt;I played around a bit more with your instructions and got things working. Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 23:41:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linking-to-BLAS-and-Pardiso/m-p/896410#M10906</guid>
      <dc:creator>Rawlins__David</dc:creator>
      <dc:date>2009-03-16T23:41:26Z</dc:date>
    </item>
  </channel>
</rss>

