<?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 Cluster_sparse_solver_64  -- in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compiler-option-4I8-MPI-input-parameters-cluster-sparse-solver/m-p/1179872#M29254</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Cluster_sparse_solver_64 &amp;nbsp;-- You need to link with LP64 libs ( that's mean all others mkl functions would be use 4bit integer ) but&amp;nbsp;all input integer parameters have to be declare as long long or integer(8). We don’t provide the examples with this API, but thanks for the tips, we will add this into future. Meantime, You may try find out similar example into this forum.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 08:47:09 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2017-09-08T08:47:09Z</dc:date>
    <item>
      <title>compiler option /4I8 , MPI input parameters , cluster_sparse_solver_64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compiler-option-4I8-MPI-input-parameters-cluster-sparse-solver/m-p/1179871#M29253</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;I have a question regaarding the Compiler Option /4I8:&lt;/P&gt;

&lt;P&gt;I am dealing with very very larg Matrix and I have to use Cluster_sparse_solver_64 (some components of the ia exceeds the 2^31-1). So I must use /4I8 when I compile the program (using mpiifort).&lt;/P&gt;

&lt;P&gt;When I use /4I8, I recieve a warning that&lt;/P&gt;

&lt;P&gt;parallel01.f90(77): warning #6075: The data type of the actual argument does not match the definition.&amp;nbsp;&amp;nbsp; [IERR]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL MPI_INIT( ierr )&lt;BR /&gt;
	-----------------------^&lt;BR /&gt;
	parallel01.f90(79): warning #6075: The data type of the actual argument does not match the definition.&amp;nbsp;&amp;nbsp; [MKL_COMM]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL MPI_COMM_RANK( MKL_COMM, myid, ierr )&lt;BR /&gt;
	----------------------------^&lt;BR /&gt;
	parallel01.f90(79): warning #6075: The data type of the actual argument does not match the definition.&amp;nbsp;&amp;nbsp; [MYID]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL MPI_COMM_RANK( MKL_COMM, myid, ierr )&lt;BR /&gt;
	--------------------------------------^&lt;BR /&gt;
	parallel01.f90(79): warning #6075: The data type of the actual argument does not match the definition.&amp;nbsp;&amp;nbsp; [IERR]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL MPI_COMM_RANK( MKL_COMM, myid, ierr )&lt;BR /&gt;
	--------------------------------------------^&lt;/P&gt;

&lt;P&gt;and when I Change the data type of myid, ierr and mkl_comm from integer(4) to integer(8), i get another error that:&lt;/P&gt;

&lt;P&gt;parallel01.f90(283): error #6285: There is no matching specific subroutine for this generic subroutine call.&amp;nbsp;&amp;nbsp; [CLUSTER_SPARSE_SOLVER_64]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL CLUSTER_SPARSE_SOLVER_64 (CPT,CMAXFCT, CMNUM, CMTYPE, CPHASE,CN,M_SPARSE,cum_row_index,col_index8,CPERM,CNRHS,CIPARM,CMSGLVL,RHS,X,MKL_COMM,CERROR)&lt;BR /&gt;
	-------------^&lt;/P&gt;

&lt;P&gt;Also, when I do not use /4I8, every Thing is fine, but when running the program I get a runtime error.&lt;/P&gt;

&lt;P&gt;Can somebody help me in this regard or give me an example for using Cluster_sparse_solver_64 (this is not provided i Intel document).&lt;/P&gt;

&lt;P&gt;Stay cool&lt;/P&gt;

&lt;P&gt;Mehdi&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 04:50:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compiler-option-4I8-MPI-input-parameters-cluster-sparse-solver/m-p/1179871#M29253</guid>
      <dc:creator>Mehdi_M_1</dc:creator>
      <dc:date>2017-09-08T04:50:16Z</dc:date>
    </item>
    <item>
      <title>Cluster_sparse_solver_64  --</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compiler-option-4I8-MPI-input-parameters-cluster-sparse-solver/m-p/1179872#M29254</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Cluster_sparse_solver_64 &amp;nbsp;-- You need to link with LP64 libs ( that's mean all others mkl functions would be use 4bit integer ) but&amp;nbsp;all input integer parameters have to be declare as long long or integer(8). We don’t provide the examples with this API, but thanks for the tips, we will add this into future. Meantime, You may try find out similar example into this forum.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 08:47:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/compiler-option-4I8-MPI-input-parameters-cluster-sparse-solver/m-p/1179872#M29254</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-09-08T08:47:09Z</dc:date>
    </item>
  </channel>
</rss>

