<?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 I'm afraid there is not in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Meet-an-error-when-using-LAPACKE-dpptrf/m-p/1007193#M32585</link>
    <description>&lt;P&gt;I'm afraid there is not enough information here to answer the question, Can you tell me where and how the array&amp;nbsp;icfa_1 was declared and space allocated on the host? &amp;nbsp;When you did the offload call to allocate icfa_1 on the coprocessor, did you specify the same length value and did you use free_if(0) to be sure the space wasn't released? Was that also where you initialized the array?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Sep 2014 22:54:58 GMT</pubDate>
    <dc:creator>Frances_R_Intel</dc:creator>
    <dc:date>2014-09-29T22:54:58Z</dc:date>
    <item>
      <title>Meet an error when using LAPACKE_dpptrf</title>
      <link>https://community.intel.com/t5/Software-Archive/Meet-an-error-when-using-LAPACKE-dpptrf/m-p/1007192#M32584</link>
      <description>&lt;P&gt;I use LAPACKE_dpptrf in my program, the code is:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;int info = 0;
    #pragma offload target(mic) out(icfa_1:length(icfa_dim * (icfa_dim + 1) / 2) alloc_if(0) free_if(0)) 
    {
       info = LAPACKE_dpptrf(LAPACK_COL_MAJOR,'L',icfa_dim,icfa_1);
       
    }&lt;/PRE&gt;

&lt;P&gt;PS: the array icfa_1 is allocated before on MIC, no I use allloc_if(0) here.&lt;/P&gt;

&lt;P&gt;When I compile this application by icpc -no-offload -mkl, it can be compiled and it can run successfully.&lt;/P&gt;

&lt;P&gt;However, when I compile it by icpc -mkl, it still can be compiled but I met error when running it.&lt;/P&gt;

&lt;P&gt;The error is :&lt;/P&gt;

&lt;P&gt;offload error: process on the device 0 was terminated by signal 11 (SIGSEGV)&lt;/P&gt;

&lt;P&gt;What's the possible causes here?&lt;/P&gt;

&lt;P&gt;I really need your help.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 05:02:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Meet-an-error-when-using-LAPACKE-dpptrf/m-p/1007192#M32584</guid>
      <dc:creator>王__云飞</dc:creator>
      <dc:date>2014-09-29T05:02:31Z</dc:date>
    </item>
    <item>
      <title>I'm afraid there is not</title>
      <link>https://community.intel.com/t5/Software-Archive/Meet-an-error-when-using-LAPACKE-dpptrf/m-p/1007193#M32585</link>
      <description>&lt;P&gt;I'm afraid there is not enough information here to answer the question, Can you tell me where and how the array&amp;nbsp;icfa_1 was declared and space allocated on the host? &amp;nbsp;When you did the offload call to allocate icfa_1 on the coprocessor, did you specify the same length value and did you use free_if(0) to be sure the space wasn't released? Was that also where you initialized the array?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:54:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Meet-an-error-when-using-LAPACKE-dpptrf/m-p/1007193#M32585</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2014-09-29T22:54:58Z</dc:date>
    </item>
  </channel>
</rss>

