<?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 Crash while calling pdmr2d for a large matrix in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138292#M26154</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I recently parallelized my fortran90 code using Intel MKL ScaLAPACK.&lt;/P&gt;

&lt;P&gt;With relatively smaller matrices it worked fine,&lt;/P&gt;

&lt;P&gt;however when I ran my code for a double-precision real matrix of size 40656 by 40656, it crashed.&lt;/P&gt;

&lt;P&gt;The error messages are as follows:&lt;/P&gt;

&lt;P&gt;MKL_SCALAPACK_ALLOCATE in mr2d_malloc.c is unsuccessful, size = 13223282688&lt;/P&gt;

&lt;P&gt;I have tried to resolve this problem or to find a workaround for a week, but I couldn't.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Any help or comments would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2017 11:35:20 GMT</pubDate>
    <dc:creator>Yonghyun_Chung</dc:creator>
    <dc:date>2017-06-30T11:35:20Z</dc:date>
    <item>
      <title>Crash while calling pdmr2d for a large matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138292#M26154</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I recently parallelized my fortran90 code using Intel MKL ScaLAPACK.&lt;/P&gt;

&lt;P&gt;With relatively smaller matrices it worked fine,&lt;/P&gt;

&lt;P&gt;however when I ran my code for a double-precision real matrix of size 40656 by 40656, it crashed.&lt;/P&gt;

&lt;P&gt;The error messages are as follows:&lt;/P&gt;

&lt;P&gt;MKL_SCALAPACK_ALLOCATE in mr2d_malloc.c is unsuccessful, size = 13223282688&lt;/P&gt;

&lt;P&gt;I have tried to resolve this problem or to find a workaround for a week, but I couldn't.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Any help or comments would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 11:35:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138292#M26154</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-06-30T11:35:20Z</dc:date>
    </item>
    <item>
      <title>Hi, have you link with ILP64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138293#M26155</link>
      <description>&lt;P&gt;Hi, have you link with ILP64 or LP64 libraries?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 12:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138293#M26155</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-06-30T12:59:21Z</dc:date>
    </item>
    <item>
      <title>To store a dense matrix of</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138294#M26156</link>
      <description>&lt;P&gt;To store a dense matrix of size 40356*40356, you need memory of size&amp;nbsp;40656*40656*8 just for the matrix. That is, &lt;S&gt;132&lt;/S&gt;&amp;nbsp;13.2 Gb. How much memory (RAM) does your system have?&lt;/P&gt;

&lt;P&gt;P.S. Corrected, thanks to Gennady F.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 13:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138294#M26156</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-06-30T13:07:00Z</dc:date>
    </item>
    <item>
      <title>no, no this is ~ 13.2 Gb</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138295#M26157</link>
      <description>&lt;P&gt;no, no this is ~ 13.2 Gb which usual RAM&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 16:44:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138295#M26157</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-06-30T16:44:54Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138296#M26158</link>
      <description>&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;I linked with LP64 libraries. I think it would be better to use only the number of rows and columns in the array (plus its type), but if we should pass the entire size of the array as an argument, the 4 byte integer is probably not enough. I am afraid that I'm new to the ILP64 interface.&lt;/P&gt;

&lt;P&gt;Hi mecej4,&lt;/P&gt;

&lt;P&gt;The size of the array is ~13.2 Gb, which I mentioned in the error message I quoted in the last post. I am using a 25-node Linux cluster, where each node was equipped with 10-core processors sharing 128 GB of memory.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 06:22:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138296#M26158</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-03T06:22:03Z</dc:date>
    </item>
    <item>
      <title>The link line in my makefile</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138297#M26159</link>
      <description>&lt;P&gt;The link line in my makefile is as follows:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;$(MKLROOT)/lib/intel64/libmkl_scalapack_lp64.a -Wl,--start-group \
$(MKLROOT)/lib/intel64/libmkl_intel_lp64.a \
$(MKLROOT)/lib/intel64/libmkl_intel_thread.a \
$(MKLROOT)/lib/intel64/libmkl_core.a \
$(MKLROOT)/lib/intel64/libmkl_blacs_intelmpi_lp64.a \
-Wl,--end-group  -openmp -lpthread 

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 06:23:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138297#M26159</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-03T06:23:22Z</dc:date>
    </item>
    <item>
      <title>Hello all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138298#M26160</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;All of the integers in my source code are declared as INTEGER without kind designation, so it seems possible to compile with -i8 option and link with the ILP64 libraries.&lt;/P&gt;

&lt;P&gt;However, in this case, all integers are changed to 8 bytes. In my source code, there is often no need to use an 8 byte integer in any parts, which is a question of efficiency. Is there a hint that you can fix with minimal changes in the code that used the LP library?&lt;/P&gt;

&lt;P&gt;Still, I wonder if the size of the array is this much, but should I consider ILP64?&lt;/P&gt;

&lt;P&gt;Best wishes,&lt;/P&gt;

&lt;P&gt;Yonghyun&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 02:31:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138298#M26160</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-05T02:31:47Z</dc:date>
    </item>
    <item>
      <title>Hello Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138299#M26161</link>
      <description>&lt;P&gt;Hello Gennady,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I attached a test code.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;If the matrix size is set to 100 x 100, there is no problem with the LP64 libraries. Setting the matrix size to 40656 x 40656 causes an error. In this case, the MKL link line is the same as the above post, and the code was compiled with -i8 option and ILP64 libraries.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I would be grateful if you could review the test code.&lt;/P&gt;

&lt;P&gt;Cordially,&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Yonghyun.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 08:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138299#M26161</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-05T08:52:00Z</dc:date>
    </item>
    <item>
      <title>I tried to check how your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138300#M26162</link>
      <description>&lt;P&gt;I tried to check how your example works with the latest MKL ( 2017 u3). I only print the problem sizes finally after the example passed and print version of MKL used.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpiifort &amp;nbsp;-i8 &amp;nbsp;scalapack.f90 -I/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/include \&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_scalapack_ilp64.a \&lt;BR /&gt;
	-Wl,--start-group \&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_intel_ilp64.a \&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_intel_thread.a \&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_core.a \&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.4.196/linux/mkl/lib/intel64/libmkl_blacs_intelmpi_ilp64.a \&lt;BR /&gt;
	-Wl,--end-group \&lt;BR /&gt;
	-liomp5 -lpthread -lm -ldl&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;mpirun -n 1 ./a.out&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;1.00000000000000&lt;BR /&gt;
	&amp;nbsp;... test passed...&lt;BR /&gt;
	&amp;nbsp; ndof1 == &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40656&lt;BR /&gt;
	&amp;nbsp; ndof2 == &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40656&lt;BR /&gt;
	Intel(R) Math Kernel Library Version 2017.0.3 Product Build 20170413 for Intel(R) 64 architecture applications&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 06:44:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138300#M26162</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-07-10T06:44:04Z</dc:date>
    </item>
    <item>
      <title>Hi. I appreciate your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138301#M26163</link>
      <description>&lt;P&gt;Hi. I appreciate your feedback.&lt;/P&gt;

&lt;P&gt;You seem to have succeeded without errors with ndof = 40656. But I didn't.&lt;/P&gt;

&lt;P&gt;While compiling the code, I got the warnings:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;/engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/bin/mpif90  -c -i8 scalapack.f90
/engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/bin/mpif90 -o scalapack  scalapack.o -I~/intel/compilers_and_libraries_2017.4.196/linux/mkl//include ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_scalapack_ilp64.a -Wl,--start-group ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_intel_ilp64.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_intel_thread.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_core.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_blacs_intelmpi_ilp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl   
ld: Warning: size of symbol `mpifcmb1_' changed from 40 in scalapack.o to 20 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
ld: Warning: size of symbol `mpifcmb2_' changed from 40 in scalapack.o to 20 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
ld: Warning: size of symbol `mpifcmb3_' changed from 8 in scalapack.o to 4 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
ld: Warning: size of symbol `mpifcmb4_' changed from 8 in scalapack.o to 4 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
ld: Warning: size of symbol `mpifcmb5_' changed from 8 in scalapack.o to 4 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
ld: Warning: size of symbol `mpifcmb6_' changed from 8 in scalapack.o to 4 in /engrid/enhpc/mpich2-1.3.2-hydra-p1-no-opt/intel/v11.1.046/lib/libmpich.a(setbot.o)
make: warning:  Clock skew detected.  Your build may be incomplete.
&lt;/PRE&gt;

&lt;P&gt;And, the errors occurred during the test run:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt; Error INIT!
 Error SIZE!
 Error RANK!
   1.00000000000000     
 Error!
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 07:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138301#M26163</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-10T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Hi Yonghyun,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138302#M26164</link>
      <description>&lt;P&gt;Hi Yonghyun,&lt;/P&gt;

&lt;P&gt;You're trying to link ILP64 MKL libraries with mpich, which was most likely not compiled with ILP64 flag. That's why you see warnings (incompatibility of parameter sizes exactly 2 times). Another issue I see is that you pick BLACS libraries built for intel mpi, but again, link with MPICH. So, there're a few incompatibility issues.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;So, my recommendation is to use Intel MPI, because if you add -i8 to mpiifort, it will link with ILP64 version of Intel MPI (probably this flag also works for MPICH, in this case you need to add it to linking line, not only compiling one):&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;$ ldd a.out&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-size: 1em;"&gt;libmpi_ilp64.so.4 -&amp;gt; ...&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;One more note. IMO, when you call pdgemr2d, there's no need to pass context to -1 on some processors. It's enough just to create descriptors uniformly on every process - on some processors, the real amount of data just will be 0 with respect to the grid parameters (nb etc.) . That's enough for any kind of redistribution:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Global matrix:&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;  lm=numroc(sizeN,nb,myrow,0,nprow)
  call descinit(desc_Jmatg,sizeN,sizeN,nb,nb,0,0,ictxt,lm,info)&lt;/PRE&gt;

&lt;P&gt;Local matrix (please note than nb=sizeN):&lt;/P&gt;

&lt;PRE class="brush:;"&gt;  lm=numroc(sizeN,sizeN,myrow,0,nprow)
  call descinit(desc_Jmat,sizeN,sizeN,sizeN,sizeN,0,0,ictxt,lm,info)&lt;/PRE&gt;

&lt;P&gt;Redistribute from local to global:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;call pdgemr2d(sizeN,sizeN,Jmat,1,1,desc_Jmatg,Jmat_loc,1,1,desc_Jmat,ictxt)&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 19:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138302#M26164</guid>
      <dc:creator>Konstantin_A_Intel</dc:creator>
      <dc:date>2017-07-12T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Hi Konstantin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138303#M26165</link>
      <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;

&lt;P&gt;I am very grateful for your taking a very detailed look at my problem. I'll gladly try to resolve my problem according to your suggestion. It feels like I've gotten a bunch of weapons on the battlefield. I'd like to ask again if I have any questions because&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;I did't fully understand it for now.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Thank you again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 00:39:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138303#M26165</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-14T00:39:35Z</dc:date>
    </item>
    <item>
      <title>Hi Konstantin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138304#M26166</link>
      <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;

&lt;P&gt;I ran into another error message as follows after I installed Intel MPI and tried to compile my code with it.&amp;nbsp;I have tried quite a bit to find the cause, but after all my failures, I started to think that it would be better if the experts helped me.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;mpiifort -i8 scalapack.f90 -I~/intel/compilers_and_libraries_2017.4.196/linux/mkl//include ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_scalapack_ilp64.a -Wl,--start-group ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_intel_ilp64.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_intel_thread.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_core.a ~/intel/compilers_and_libraries_2017.4.196/linux/mkl//lib/intel64/libmkl_blacs_intelmpi_ilp64.a -Wl,--end-group -liomp5 -lpthread -lm -ldl &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	/home/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/lib/release_mt/libmpi.so: undefined reference to `__isoc99_fscanf@GLIBC_2.7'&lt;BR /&gt;
	/home/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/lib/release_mt/libmpi.so: undefined reference to `sched_getcpu@GLIBC_2.6'&lt;BR /&gt;
	/home/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/lib/release_mt/libmpi.so: undefined reference to `__isoc99_sscanf@GLIBC_2.7'&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 04:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138304#M26166</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-18T04:11:00Z</dc:date>
    </item>
    <item>
      <title>Hi Konstantin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138305#M26167</link>
      <description>&lt;P&gt;Hi Konstantin,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;I tried to follow your last note about the better use of &lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 13.008px;"&gt;pdgemr2d&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;, which was&lt;/SPAN&gt;&amp;nbsp;very difficult for me to understand. Would you mind&amp;nbsp;describing it in more detail, or if possible, showing us the full code that contains the changes?&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;I think it would be better not only for me but also other scalapack users who want to further know &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; font-weight: bold;"&gt;pdgemr2d&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;, one of the essential scaLAPACK routines. :)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Sincerely, Yonghyun&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 11:47:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Crash-while-calling-pdmr2d-for-a-large-matrix/m-p/1138305#M26167</guid>
      <dc:creator>Yonghyun_Chung</dc:creator>
      <dc:date>2017-07-20T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

