<?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 Hi Honghui, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075829#M22560</link>
    <description>&lt;P&gt;Hi Honghui,&lt;/P&gt;

&lt;P&gt;I also met the same problem when I ran the code using MPI_FILE_READ_ALL. (Intel XE 2017)&lt;/P&gt;

&lt;P&gt;The error message is like this:&lt;/P&gt;

&lt;P&gt;Fatal error in PMPI_Waitall: Other MPI error, error stack:&lt;BR /&gt;
	PMPI_Waitall(405)...............: MPI_Waitall(count=1, req_array=0x15ca768, status_array=0x15ca818) failed&lt;BR /&gt;
	MPIR_Waitall_impl(221)..........: fail failed&lt;BR /&gt;
	PMPIDI_CH3I_Progress(623).......: fail failed&lt;BR /&gt;
	pkt_RTS_handler(317)............: fail failed&lt;BR /&gt;
	do_cts(662).....................: fail failed&lt;BR /&gt;
	MPID_nem_lmt_dcp_start_recv(288): fail failed&lt;BR /&gt;
	dcp_recv(154)...................: Internal MPI error!&amp;nbsp; cannot read from remote process&lt;/P&gt;

&lt;P&gt;My colleague said he could run the same code with Intel 2015&lt;/P&gt;

&lt;P&gt;Have you solved your problem yet?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2016 14:06:09 GMT</pubDate>
    <dc:creator>Mengze_W_</dc:creator>
    <dc:date>2016-09-30T14:06:09Z</dc:date>
    <item>
      <title>Reporting Intel Parallel Studio XE 2017  error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075825#M22556</link>
      <description>&lt;P&gt;This week I test&amp;nbsp;Intel Parallel Studio XE 2017 &amp;nbsp;for our fortran code, the compiling is fine, but when running, I get an error seems coming from scalapack:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; | Stacksize not measured: no C compiler&lt;BR /&gt;
	&amp;nbsp; | Checking for scalapack...&lt;BR /&gt;
	&amp;nbsp; | Testing pdtran()...&lt;BR /&gt;
	Fatal error in MPI_Sendrecv: Other MPI error, error stack:&lt;BR /&gt;
	MPI_Sendrecv(259)...............: MPI_Sendrecv(sbuf=0x7f4d5e321080, scount=112896, MPI_DOUBLE, dest=0, stag=0, rbuf=0x7f4d5e3fd880, rcount=112896, MPI_DOUBLE, src=0, rtag=0, comm=0x84000007, status=0x7ffc1fa6b8d0) failed&lt;BR /&gt;
	PMPIDI_CH3I_Progress(623).......: fail failed&lt;BR /&gt;
	pkt_RTS_handler(317)............: fail failed&lt;BR /&gt;
	do_cts(662).....................: fail failed&lt;BR /&gt;
	MPID_nem_lmt_dcp_start_recv(288): fail failed&lt;BR /&gt;
	dcp_recv(154)...................: Internal MPI error! &amp;nbsp;cannot read from remote process&lt;BR /&gt;
	Fatal error in MPI_Sendrecv: Other MPI error, error stack:&lt;BR /&gt;
	MPI_Sendrecv(259)...............: MPI_Sendrecv(sbuf=0x6ff3100, scount=112896, MPI_DOUBLE, dest=1, stag=0, rbuf=0x70cf900, rcount=112896, MPI_DOUBLE, src=1, rtag=0, comm=0xc4000003, status=0x7ffeb86c71d0) failed&lt;BR /&gt;
	PMPIDI_CH3I_Progress(623).......: fail failed&lt;BR /&gt;
	pkt_RTS_handler(317)............: fail failed&lt;BR /&gt;
	do_cts(662).....................: fail failed&lt;BR /&gt;
	MPID_nem_lmt_dcp_start_recv(288): fail failed&lt;BR /&gt;
	dcp_recv(154)...................: Internal MPI error! &amp;nbsp;cannot read from remote process&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any idea about this ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hui&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 12:17:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075825#M22556</guid>
      <dc:creator>Honghui_S_</dc:creator>
      <dc:date>2016-09-14T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Hui, we know another issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075826#M22557</link>
      <description>&lt;P&gt;Hui, we know another issue with pdtran from MKL 2017. Could you get us the reproducer this problem? We will investigate the cause of the problem and will keep you updated. regards, Gennady&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 18:37:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075826#M22557</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-14T18:37:08Z</dc:date>
    </item>
    <item>
      <title>Hi Gennady,  I have attached</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075827#M22558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Gennady, &amp;nbsp;I have attached all my test code ( test_pdtran.f90)&amp;nbsp;as well as run log in the zip folder.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;It seems to be a mpi problem but not a pdtran subrutine. Because by removing the following splitting code in my &amp;nbsp;test_pdtran.f90 code, &amp;nbsp;intel_2017 works fine:&lt;/P&gt;

&lt;P&gt;==============================================================&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; split_row = myid / nsplit&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; split_col = mod(myid, nsplit)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; call mpi_comm_split(pdtran_blacs_ctxt, split_row, split_col, &amp;nbsp;&amp;amp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pdtran_comm, mpierr)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; call mpi_comm_rank(pdtran_comm, pdtran_myid, &amp;nbsp;mpierr)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; call mpi_comm_size(pdtran_comm, pdtran_nprocs,mpierr)&lt;/P&gt;

&lt;P&gt;==============================================================&lt;/P&gt;

&lt;P&gt;But if I use&amp;nbsp;nsplit = 2, 3 ,4 ,5 ,6 ... then the above mpi error appeared.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am looking forward to you reply and I would like to use intel_2017 as soon as&amp;nbsp;&lt;/SPAN&gt;possible.&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hui&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:19:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075827#M22558</guid>
      <dc:creator>Honghui_S_</dc:creator>
      <dc:date>2016-09-19T11:19:03Z</dc:date>
    </item>
    <item>
      <title>it should be noted that if I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075828#M22559</link>
      <description>&lt;P&gt;it should be noted that if I use intel-composer_xe_2015 :&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(1) compile:&lt;BR /&gt;
	/opt/intel//impi/5.0.1.035/intel64/bin/mpiifort &amp;nbsp;test_pdtran.f90 &amp;nbsp;-L/opt/intel/mkl/lib/intel64/ -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm&lt;/P&gt;

&lt;P&gt;(2) mpirun:&lt;BR /&gt;
	/opt/intel//impi/5.0.1.035/intel64/bin/mpirun -np 14 ./a.out&lt;/P&gt;

&lt;P&gt;Then my code in the attachment of my second post passed.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;However if I use&amp;nbsp;&amp;nbsp;intel-composer_xe_2017 :&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) compile:&lt;BR /&gt;
	/opt/intel_2017//compilers_and_libraries_2017.0.098/linux/mpi/intel64/bin/mpiifort &amp;nbsp;test_pdtran.f90 &amp;nbsp;-L/opt/intel_2017/mkl/lib/intel64/ -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm&lt;/P&gt;

&lt;P&gt;(2) run&lt;BR /&gt;
	/opt/intel_2017//compilers_and_libraries_2017.0.098/linux/mpi/intel64/bin/mpirun &amp;nbsp;-np 14 ./a.out&lt;/P&gt;

&lt;P&gt;I got the error showed in my first post.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:50:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075828#M22559</guid>
      <dc:creator>Honghui_S_</dc:creator>
      <dc:date>2016-09-20T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Hi Honghui,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075829#M22560</link>
      <description>&lt;P&gt;Hi Honghui,&lt;/P&gt;

&lt;P&gt;I also met the same problem when I ran the code using MPI_FILE_READ_ALL. (Intel XE 2017)&lt;/P&gt;

&lt;P&gt;The error message is like this:&lt;/P&gt;

&lt;P&gt;Fatal error in PMPI_Waitall: Other MPI error, error stack:&lt;BR /&gt;
	PMPI_Waitall(405)...............: MPI_Waitall(count=1, req_array=0x15ca768, status_array=0x15ca818) failed&lt;BR /&gt;
	MPIR_Waitall_impl(221)..........: fail failed&lt;BR /&gt;
	PMPIDI_CH3I_Progress(623).......: fail failed&lt;BR /&gt;
	pkt_RTS_handler(317)............: fail failed&lt;BR /&gt;
	do_cts(662).....................: fail failed&lt;BR /&gt;
	MPID_nem_lmt_dcp_start_recv(288): fail failed&lt;BR /&gt;
	dcp_recv(154)...................: Internal MPI error!&amp;nbsp; cannot read from remote process&lt;/P&gt;

&lt;P&gt;My colleague said he could run the same code with Intel 2015&lt;/P&gt;

&lt;P&gt;Have you solved your problem yet?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:06:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075829#M22560</guid>
      <dc:creator>Mengze_W_</dc:creator>
      <dc:date>2016-09-30T14:06:09Z</dc:date>
    </item>
    <item>
      <title>Hi Mengze,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075830#M22561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Mengze,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Intel 2015 also works for me and &amp;nbsp;now I am using intel 2015 to compile my code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have uploaded my test code above, and&amp;nbsp;Gennady Fedorov (Intel) said they will try to deal with it.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;best wishes,&lt;/P&gt;

&lt;P&gt;Honghui&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:31:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075830#M22561</guid>
      <dc:creator>Honghui_S_</dc:creator>
      <dc:date>2016-09-30T14:31:09Z</dc:date>
    </item>
    <item>
      <title>I experienced exactly the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075831#M22562</link>
      <description>&lt;P&gt;I experienced exactly the same error on Ubuntu 14 and 16. The workaround was;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;echo 0 &amp;gt; /proc/sys/kernel/yama/ptrace_scope&lt;/PRE&gt;

&lt;P&gt;If this works, you may want to change the corresponding setting in /etc/sysctl/10-ptrace.conf to make this change permanent.&lt;/P&gt;

&lt;P&gt;The release notes say we need to do this when attaching gdb to impi process, but that might not be correct. We always need to do this to use impi.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;Hiroshi&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 02:16:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075831#M22562</guid>
      <dc:creator>Hiroshi_S_</dc:creator>
      <dc:date>2016-12-16T02:16:51Z</dc:date>
    </item>
    <item>
      <title>hello Honghui,S</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075832#M22563</link>
      <description>&lt;P&gt;hello Honghui,S&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, SimHei, SimSun, Tahoma, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;I also met the same problem when I ran the code using MPI_FILE_READ_ALL. (Intel XE 2017)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, SimHei, SimSun, Tahoma, Helvetica, sans-serif; font-size: 12px; line-height: 18px;"&gt;Have you solved your problem yet?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 09:11:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Reporting-Intel-Parallel-Studio-XE-2017-error/m-p/1075832#M22563</guid>
      <dc:creator>alice_c_</dc:creator>
      <dc:date>2017-04-09T09:11:14Z</dc:date>
    </item>
  </channel>
</rss>

