<?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 If I understand you correctly in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917733#M12937</link>
    <description>&lt;P&gt;If I understand you correctly, sometimes when you run your program you see the CARD-ERROR messages and sometimes you do not see them but you always see the HOST-ERROR messages? What is different between the two runs?&lt;/P&gt;
&lt;P&gt;Also - are you using _Offload_shared_malloc to allocate your memory? are you trying to use STL?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2013 17:30:55 GMT</pubDate>
    <dc:creator>Frances_R_Intel</dc:creator>
    <dc:date>2013-06-10T17:30:55Z</dc:date>
    <item>
      <title>errors when running a program using _Cilk</title>
      <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917732#M12936</link>
      <description>&lt;P&gt;I mostly have in my program _Cilk_shared for structs, global variables, and functions. When I run my program I get the following errors:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;HOST--ERROR:myoiScifGetRecvID: Call recv() Header Failed! for source: 1, errno = 104&lt;/P&gt;
&lt;P&gt;HOST--ERROR:myoiScifSend: Call send() Failed! errno = 104&lt;/P&gt;
&lt;P&gt;HOST--ERROR:myoiSend: Fail to send message!&lt;/P&gt;
&lt;P&gt;HOST--ERROR:_myoiWatchdogDaemon: could not send to target: 1&lt;/P&gt;
&lt;P&gt;offload error: process on device 0 was terminated by signal 11 (SIGSEGV)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Other times when I run my program I get the following kind of lines (a lot of them) followed by the above HOST--ERROR lines:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;CARD--ERROR:1 myoiPageFaultHandler: 0x5827ec0 Out of Range!&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;CARD--ERROR:1 _myiPageFaultHandler: 0x5827ec0 switch to default signal handle&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My icc -V prints as follows:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Intel(R) C Intel(R) 64 Compiler XE for applications running on Intel (R) 64, Version 13.1.1.163 Build 20130313&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Why do I get these errors? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 15:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917732#M12936</guid>
      <dc:creator>TK</dc:creator>
      <dc:date>2013-06-10T15:03:00Z</dc:date>
    </item>
    <item>
      <title>If I understand you correctly</title>
      <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917733#M12937</link>
      <description>&lt;P&gt;If I understand you correctly, sometimes when you run your program you see the CARD-ERROR messages and sometimes you do not see them but you always see the HOST-ERROR messages? What is different between the two runs?&lt;/P&gt;
&lt;P&gt;Also - are you using _Offload_shared_malloc to allocate your memory? are you trying to use STL?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917733#M12937</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-06-10T17:30:55Z</dc:date>
    </item>
    <item>
      <title>I just run ./a.out, sometimes</title>
      <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917734#M12938</link>
      <description>&lt;P&gt;I just run ./a.out, sometimes it gives the CARD--ERROR+HOST--ERROR, and sometimes it gives only HOST--ERROR messages.&lt;/P&gt;
&lt;P&gt;Yes, I am using the _Offload_shared_malloc to allocate the memory. Thanks.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917734#M12938</guid>
      <dc:creator>TK</dc:creator>
      <dc:date>2013-06-10T17:52:34Z</dc:date>
    </item>
    <item>
      <title>I forgot to allocate one of</title>
      <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917735#M12939</link>
      <description>&lt;P&gt;I forgot to allocate one of the arrays of struct using _Offload_shared_malloc, it was doing it with malloc. Changed that and it worked fine. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 20:01:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917735#M12939</guid>
      <dc:creator>TK</dc:creator>
      <dc:date>2013-06-10T20:01:42Z</dc:date>
    </item>
    <item>
      <title>I'm glad it's working now. </title>
      <link>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917736#M12940</link>
      <description>&lt;P&gt;I'm glad it's working now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 20:04:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/errors-when-running-a-program-using-Cilk/m-p/917736#M12940</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-06-10T20:04:11Z</dc:date>
    </item>
  </channel>
</rss>

