<?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: Compile Pardiso example under linux in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859344#M7325</link>
    <description>&lt;BR /&gt;MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/64&lt;BR /&gt;ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o pardiso_sym_f.out&lt;BR /&gt;
&lt;P&gt;I'd recommend you to read user's Guide manual, especially chapter 5 "Linking You application with Intel MKL".&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2009 05:44:50 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-01-23T05:44:50Z</dc:date>
    <item>
      <title>Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859341#M7322</link>
      <description>Could you help me with compilation pardiso example (pardiso_sym_f.f from mkl library examples)?&lt;BR /&gt;&lt;BR /&gt;-sh-3.1$ ifort pardiso_sym_f.f -o pardiso.x -I /opt/intel/mkl/10.1.0.015/include/ -I /opt/intel/mkl/10.1.0.015/&lt;BR /&gt;pardiso_sym_f.f(78): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(81): (col. 7) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(106): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(133): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;/tmp/ifort5nLdf5.o: In function `MAIN__':&lt;BR /&gt;pardiso_sym_f.f:(.text+0x188): undefined reference to `pardiso_'&lt;BR /&gt;pardiso_sym_f.f:(.text+0x32f): undefined reference to `pardiso_'&lt;BR /&gt;pardiso_sym_f.f:(.text+0x477): undefined reference to `pardiso_'&lt;BR /&gt;pardiso_sym_f.f:(.text+0x694): undefined reference to `pardiso_'</description>
      <pubDate>Thu, 22 Jan 2009 18:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859341#M7322</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-22T18:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859342#M7323</link>
      <description>&lt;BR /&gt;&lt;EM&gt;Which architecture are you working on? ia32, IA64(aka Itanium) or Intel64.&lt;BR /&gt;--Gennady&lt;/EM&gt;</description>
      <pubDate>Thu, 22 Jan 2009 18:56:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859342#M7323</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-22T18:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859343#M7324</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;BR /&gt;&lt;EM&gt;Which architecture are you working on? ia32, IA64(aka Itanium) or Intel64.&lt;BR /&gt;--Gennady&lt;/EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
As i understand architecture is IA64. &lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jan 2009 19:47:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859343#M7324</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-22T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859344#M7325</link>
      <description>&lt;BR /&gt;MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/64&lt;BR /&gt;ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o pardiso_sym_f.out&lt;BR /&gt;
&lt;P&gt;I'd recommend you to read user's Guide manual, especially chapter 5 "Linking You application with Intel MKL".&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2009 05:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859344#M7325</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-23T05:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859345#M7326</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;BR /&gt;MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/64&lt;BR /&gt;ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o pardiso_sym_f.out&lt;BR /&gt;
&lt;P&gt;I'd recommend you to read user's Guide manual, especially chapter 5 "Linking You application with Intel MKL".&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Unfortunately, it still gave errors. &lt;BR /&gt;&lt;BR /&gt; -sh-3.1$ MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/64/&lt;BR /&gt;-sh-3.1$ ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o pardiso_sym_f.out&lt;BR /&gt;pardiso_sym_f.f(78): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(81): (col. 7) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(106): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;pardiso_sym_f.f(133): (col. 7) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_DftiCreateDescriptorDM1_fortran_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_pardiso_lp64.o): warning: sh_link not set for section `.IA_64.unwind'&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_pardiso_lp64.o): Relocations in generic ELF (EM: 50)&lt;BR /&gt;ld: /opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a(_pardiso_lp64.o): Relocations in generic ELF (EM: 50)&lt;BR /&gt;/opt/intel/mkl/10.1.0.015/lib/64//libmkl_intel_lp64.a: could not read symbols: File in wrong format&lt;BR /&gt;-sh-3.1$ &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 06:55:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859345#M7326</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-23T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859346#M7327</link>
      <description>&lt;BR /&gt;
&lt;P&gt;File in wrong format!!! It seems you are working on Intel64.&lt;BR /&gt;Could you give the output of "cat /proc/cpuinfo" ?&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2009 08:07:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859346#M7327</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-23T08:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859347#M7328</link>
      <description>It seem, I was wrong about architecture. Administrator said it is EM64T=Intel64&lt;BR /&gt;&lt;BR /&gt;And output is:&lt;BR /&gt;-sh-3.1$ cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;processor : 0&lt;BR /&gt;vendor_id : GenuineIntel&lt;BR /&gt;cpu family : 6&lt;BR /&gt;model : 15&lt;BR /&gt;model name : Intel Xeon CPU 5140 @ 2.33GHz&lt;BR /&gt;stepping : 6&lt;BR /&gt;cpu MHz : 2333.420&lt;BR /&gt;cache size : 4096 KB&lt;BR /&gt;physical id : 0&lt;BR /&gt;siblings : 2&lt;BR /&gt;core id : 0&lt;BR /&gt;cpu cores : 2&lt;BR /&gt;fpu : yes&lt;BR /&gt;fpu_exception : yes&lt;BR /&gt;cpuid level : 10&lt;BR /&gt;wp : yes&lt;BR /&gt;flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm&lt;BR /&gt;bogomips : 4670.19&lt;BR /&gt;clflush size : 64&lt;BR /&gt;cache_alignment : 64&lt;BR /&gt;address sizes : 36 bits physical, 48 bits virtual&lt;BR /&gt;power management:&lt;BR /&gt;&lt;BR /&gt;processor : 1&lt;BR /&gt;vendor_id : GenuineIntel&lt;BR /&gt;cpu family : 6&lt;BR /&gt;model : 15&lt;BR /&gt;model name : Intel Xeon CPU 5140 @ 2.33GHz&lt;BR /&gt;stepping : 6&lt;BR /&gt;cpu MHz : 2333.420&lt;BR /&gt;cache size : 4096 KB&lt;BR /&gt;physical id : 3&lt;BR /&gt;siblings : 2&lt;BR /&gt;core id : 0&lt;BR /&gt;cpu cores : 2&lt;BR /&gt;fpu : yes&lt;BR /&gt;fpu_exception : yes&lt;BR /&gt;cpuid level : 10&lt;BR /&gt;wp : yes&lt;BR /&gt;flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm&lt;BR /&gt;bogomips : 4666.84&lt;BR /&gt;clflush size : 64&lt;BR /&gt;cache_alignment : 64&lt;BR /&gt;address sizes : 36 bits physical, 48 bits virtual&lt;BR /&gt;power management:&lt;BR /&gt;&lt;BR /&gt;processor : 2&lt;BR /&gt;vendor_id : GenuineIntel&lt;BR /&gt;cpu family : 6&lt;BR /&gt;model : 15&lt;BR /&gt;model name : Intel Xeon CPU 5140 @ 2.33GHz&lt;BR /&gt;stepping : 6&lt;BR /&gt;cpu MHz : 2333.420&lt;BR /&gt;cache size : 4096 KB&lt;BR /&gt;physical id : 0&lt;BR /&gt;siblings : 2&lt;BR /&gt;core id : 1&lt;BR /&gt;cpu cores : 2&lt;BR /&gt;fpu : yes&lt;BR /&gt;fpu_exception : yes&lt;BR /&gt;cpuid level : 10&lt;BR /&gt;wp : yes&lt;BR /&gt;flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm&lt;BR /&gt;bogomips : 4666.72&lt;BR /&gt;clflush size : 64&lt;BR /&gt;cache_alignment : 64&lt;BR /&gt;address sizes : 36 bits physical, 48 bits virtual&lt;BR /&gt;power management:&lt;BR /&gt;&lt;BR /&gt;processor : 3&lt;BR /&gt;vendor_id : GenuineIntel&lt;BR /&gt;cpu family : 6&lt;BR /&gt;model : 15&lt;BR /&gt;model name : Intel Xeon CPU 5140 @ 2.33GHz&lt;BR /&gt;stepping : 6&lt;BR /&gt;cpu MHz : 2333.420&lt;BR /&gt;cache size : 4096 KB&lt;BR /&gt;physical id : 3&lt;BR /&gt;siblings : 2&lt;BR /&gt;core id : 1&lt;BR /&gt;cpu cores : 2&lt;BR /&gt;fpu : yes&lt;BR /&gt;fpu_exception : yes&lt;BR /&gt;cpuid level : 10&lt;BR /&gt;wp : yes&lt;BR /&gt;flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm&lt;BR /&gt;bogomips : 4666.97&lt;BR /&gt;clflush size : 64&lt;BR /&gt;cache_alignment : 64&lt;BR /&gt;address sizes : 36 bits physical, 48 bits virtual&lt;BR /&gt;power management:</description>
      <pubDate>Fri, 23 Jan 2009 14:00:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859347#M7328</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-23T14:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859348#M7329</link>
      <description>&lt;DIV style="margin:0px;"&gt;yes, sure, this is Intel 64.&lt;BR /&gt;please try the following linking line:&lt;BR /&gt;&lt;BR /&gt;MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/em64t&lt;BR /&gt;ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o test.out&lt;BR /&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:25:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859348#M7329</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-23T14:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859349#M7330</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;yes, sure, this is Intel 64.&lt;BR /&gt;please try the following linking line:&lt;BR /&gt;&lt;BR /&gt;MKL_LIB=/opt/intel/mkl/10.1.0.015/lib/em64t&lt;BR /&gt;ifort -w -I /opt/intel/mkl/10.1.0.015/include/ pardiso_sym_f.f -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm -o test.out&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Thanks. It works fine!&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859349#M7330</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-23T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Compile Pardiso example under linux</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859350#M7331</link>
      <description>I have another question. It is strange, but actual.. &lt;BR /&gt;Is it possible to compile the same (pardiso) example under mpi, so that i can execute it with mpirun command?&lt;BR /&gt;Unfortunately our cluster doesn't permit running applications directly, only through queue.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 13:02:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-Pardiso-example-under-linux/m-p/859350#M7331</guid>
      <dc:creator>alevseev</dc:creator>
      <dc:date>2009-01-26T13:02:11Z</dc:date>
    </item>
  </channel>
</rss>

