<?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 Oh, I see. Do you mean that I in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928777#M13573</link>
    <description>&lt;P&gt;Oh, I see. Do you mean that I should include 'mkl_cluster_sparse_solver.f77' for .f or .for file and include 'mkl_cluster_sparse_solver.f90' for .f90 file?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2016 22:58:06 GMT</pubDate>
    <dc:creator>Zhanghong_T_</dc:creator>
    <dc:date>2016-04-15T22:58:06Z</dc:date>
    <item>
      <title>Does current MKL pardiso solver support MPI?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928764#M13560</link>
      <description>&lt;P&gt;I am using Pardiso on one code for my program. it runs fine. Now as I would like to extend my code to distributed version(MPI), I wonder if pardiso supprots MPI. My MKL viersion is 10.3.6.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;The errors while linking .o files I just got&amp;nbsp; are(I use mpif90):&lt;/P&gt;
&lt;P&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_ok_to_fork'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_end_single'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_ordered'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_for_static_init_8'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_barrier'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_next_4'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_end_reduce_nowait'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_critical'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_fini_8'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_atomic_cmplx8_add'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_atomic_float4_add'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_serialized_parallel'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_end_critical'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_init_8'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `ompc_set_nested'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_fini_4'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_push_num_threads'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_reduce_nowait'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_for_static_init_4'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_end_serialized_parallel'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_flush'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_single'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_next_8'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_atomic_float8_add'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_dispatch_init_4'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_global_thread_num'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_end_ordered'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_fork_call'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_atomic_fixed8_add'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_for_static_fini'&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.8.273/mkl/lib/intel64/libmkl_intel_thread.so: undefined reference to `__kmpc_atomic_cmplx4_add'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 17:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928764#M13560</guid>
      <dc:creator>roy_atlans</dc:creator>
      <dc:date>2013-06-20T17:38:15Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928765#M13561</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Pardiso works fine within a MPI environment, however it can't be used as a distributed solver (for that, you might want to check&amp;nbsp;http://www.pardiso-project.org/). Concerning your errors, do you link against libiomp5 and activate OpenMP support (-openmp -liomp5) ?&amp;nbsp;If you are using GNU compilers, that might be something like -fopenmp -lgomp.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 18:36:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928765#M13561</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2013-06-20T18:36:09Z</dc:date>
    </item>
    <item>
      <title>I am using mpif90 for the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928766#M13562</link>
      <description>&lt;P&gt;I am using mpif90 for the linking step, so the last linking command is some thing like:&lt;/P&gt;
&lt;P&gt;mpif90 1.o 2.o 3.o -L$MKL_HOME/lib/intel64 -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -liomp5 -lm -o run.exe&lt;BR /&gt;I got the same error for -openmp -lgomp combination;&lt;BR /&gt;&lt;BR /&gt;I got the following error for -openmp -liomp5 combination:&lt;BR /&gt;/usr/bin/ld: cannot find -liomp5&lt;/P&gt;
&lt;P&gt;It seems to me that the compiler does not know the option -fopenmp&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:53:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928766#M13562</guid>
      <dc:creator>roy_atlans</dc:creator>
      <dc:date>2013-06-20T19:53:16Z</dc:date>
    </item>
    <item>
      <title>Actually, there is some</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928767#M13563</link>
      <description>&lt;P&gt;Actually, there is some research version of pardiso for distributed version.&amp;nbsp;Can you elaborate with us&amp;nbsp;some more details about the task you are solving? In the case if some restricted info - you can use the private message for that. &amp;nbsp;Probably I can give you this package for evaluation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2013 14:03:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928767#M13563</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-06-22T14:03:57Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928768#M13564</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm intrested in pardiso for distributed version. Is there any way to get this package for evaluation?&lt;/P&gt;

&lt;P&gt;best,&lt;/P&gt;

&lt;P&gt;Paweł J.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 10:09:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928768#M13564</guid>
      <dc:creator>Paweł_J_</dc:creator>
      <dc:date>2014-02-24T10:09:50Z</dc:date>
    </item>
    <item>
      <title>yes, we are going to add this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928769#M13565</link>
      <description>&lt;P&gt;yes, we are going to add this functionality to the 11.2 beta version. This beta would be released soon. the information about this release would be published on mkl forum.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 10:19:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928769#M13565</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2014-02-24T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928770#M13566</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;

&lt;P&gt;Does 11.3 added this new feature? Is there any reference to show how to use the PARDISO as&amp;nbsp;&lt;SPAN style="font-family: Arial, SimHei, SimSun, Tahoma, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;distributed&amp;nbsp;&lt;/SPAN&gt;solver?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 03:09:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928770#M13566</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-04-13T03:09:52Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928771#M13567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Sure, use this link&amp;nbsp;https://software.intel.com/en-us/articles/intel-math-kernel-library-parallel-direct-sparse-solver-for-clusters in which we describe how to switch from pardiso to&amp;nbsp;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 19.6px;"&gt;&amp;nbsp;cluster_sparse_solver&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 19.6px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; line-height: 19.6px;"&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 04:32:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928771#M13567</guid>
      <dc:creator>Alexander_K_Intel2</dc:creator>
      <dc:date>2016-04-13T04:32:13Z</dc:date>
    </item>
    <item>
      <title>moreover, since version 11.2</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928772#M13568</link>
      <description>&lt;P&gt;moreover, since version 11.2 when we introduce this solver, now in the next version 11.3 u2 we have many of improvements. Please check this solver and let us know the feedback.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 05:03:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928772#M13568</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-04-13T05:03:41Z</dc:date>
    </item>
    <item>
      <title>That's great! Thank you very</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928773#M13569</link>
      <description>&lt;P&gt;That's great! Thank you very much for your kindly reply.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928773#M13569</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-04-13T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady and Alex,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928774#M13570</link>
      <description>&lt;P style="line-height: 19.5120010375977px;"&gt;Dear&amp;nbsp;Gennady and Alex,&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;I am trying to test the example&amp;nbsp;cl_solver_sym_f90.f90 in windows 7 64bit + VS2013 + intel Fortran 2016, and set the include path to:&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;C:\Program Files (x86)\Intel\MPI\4.1.3.047\em64t\include;C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\mkl\include&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;The following errors displayed when build the project:&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;error #7002: Error in opening the compiled module file. &amp;nbsp;Check INCLUDE paths. &amp;nbsp; [MKL_CLUSTER_SPARSE_SOLVER]&lt;BR /&gt;
	error #6457: This derived type name has not been declared. &amp;nbsp; [MKL_CLUSTER_SPARSE_SOLVER_HANDLE]&lt;BR /&gt;
	error #6404: This name does not have a type, and must have an explicit type. &amp;nbsp; [PT]&lt;BR /&gt;
	error #6458: This name must be the name of a variable with a derived type (structure type). &amp;nbsp; [PT]&lt;BR /&gt;
	error #6830: The argument of the ALLOCATED intrinsic cannot be a constant or an expression. &amp;nbsp; [PT]&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Is there anything I have missed?&lt;/P&gt;

&lt;P style="line-height: 19.5120010375977px;"&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 11:40:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928774#M13570</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-04-15T11:40:14Z</dc:date>
    </item>
    <item>
      <title>I used .f source file to link</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928775#M13571</link>
      <description>&lt;P&gt;I used .f source file to link the project. After I changed the file name to .f90, the build is successed. Why the .f file can't work?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 14:46:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928775#M13571</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-04-15T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Changing a source file name</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928776#M13572</link>
      <description>&lt;P&gt;Changing a source file name from .f to .f90 changes default source format setting from f77 (fixed form column dependent) to f90 free form, nothing more. &amp;nbsp;The same setting applies to include files.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 17:51:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928776#M13572</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2016-04-15T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Oh, I see. Do you mean that I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928777#M13573</link>
      <description>&lt;P&gt;Oh, I see. Do you mean that I should include 'mkl_cluster_sparse_solver.f77' for .f or .for file and include 'mkl_cluster_sparse_solver.f90' for .f90 file?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 22:58:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-current-MKL-pardiso-solver-support-MPI/m-p/928777#M13573</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-04-15T22:58:06Z</dc:date>
    </item>
  </channel>
</rss>

