<?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 cilk runtime error in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998036#M28917</link>
    <description>&lt;P&gt;I am using MYO model for offloading my code to MIC but it I am getting some sort of runtime errors .Is this errors are code related or some system issues.&lt;/P&gt;

&lt;P&gt;CARD--ERROR:1 _myoiPageFaultHandler: 0x44108b068 switch to default signal handle&lt;BR /&gt;
	CARD--ERROR:1 Segment Fault!&lt;BR /&gt;
	HOST--ERROR:myoiScifGetRecvId: Call recv() Header Failed ! for source: 1, errno = 104&lt;BR /&gt;
	HOST--ERROR:myoiScifSend: Call send() Failed! errno = 104&lt;BR /&gt;
	HOST--ERROR:myoiSend: Fail to send message!&lt;BR /&gt;
	HOST--ERROR:_myoiWatchdogDaemon: could not send to target: 1&lt;BR /&gt;
	offload error: process on the device 0 unexpectedly exited with code 1&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2014 05:48:52 GMT</pubDate>
    <dc:creator>chavhan__hitesh</dc:creator>
    <dc:date>2014-04-22T05:48:52Z</dc:date>
    <item>
      <title>cilk runtime error</title>
      <link>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998036#M28917</link>
      <description>&lt;P&gt;I am using MYO model for offloading my code to MIC but it I am getting some sort of runtime errors .Is this errors are code related or some system issues.&lt;/P&gt;

&lt;P&gt;CARD--ERROR:1 _myoiPageFaultHandler: 0x44108b068 switch to default signal handle&lt;BR /&gt;
	CARD--ERROR:1 Segment Fault!&lt;BR /&gt;
	HOST--ERROR:myoiScifGetRecvId: Call recv() Header Failed ! for source: 1, errno = 104&lt;BR /&gt;
	HOST--ERROR:myoiScifSend: Call send() Failed! errno = 104&lt;BR /&gt;
	HOST--ERROR:myoiSend: Fail to send message!&lt;BR /&gt;
	HOST--ERROR:_myoiWatchdogDaemon: could not send to target: 1&lt;BR /&gt;
	offload error: process on the device 0 unexpectedly exited with code 1&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 05:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998036#M28917</guid>
      <dc:creator>chavhan__hitesh</dc:creator>
      <dc:date>2014-04-22T05:48:52Z</dc:date>
    </item>
    <item>
      <title>It does not necessarily imply</title>
      <link>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998037#M28918</link>
      <description>&lt;P&gt;It does not necessarily imply a system error. There are two examples noted below exhibiting some of the same messages where the fault was associated with variables used within the offloaded code. One example is not using the _Cilk_shared/_Cilk_offload method, one is.&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/forums/topic/393636" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/393636&lt;/A&gt;&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/forums/topic/394302" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/394302&lt;/A&gt;&lt;BR /&gt;
	If you can provide a reproducing example of your code then we would be able to help pinpoint the cause.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:09:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998037#M28918</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-04-22T17:09:32Z</dc:date>
    </item>
    <item>
      <title>thanks for the response it</title>
      <link>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998038#M28919</link>
      <description>&lt;P&gt;thanks for the response it helped the error is now not there.&lt;/P&gt;

&lt;P&gt;I am facing another runtime issue, check this&lt;/P&gt;

&lt;P&gt;HOST--ERROR:myoiOSSetPageAccess: mprotect failed!&lt;BR /&gt;
	&amp;nbsp;Please increase the maximum of memory map areas&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i.e. echo 256000 &amp;gt; /proc/sys/vm/max_map_count&lt;BR /&gt;
	offload error: process on the device 0 unexpectedly exited with code 1&lt;BR /&gt;
	HOST--ERROR:myoiThreadMutexDestroy1: Fail to destroy a mutex (0x1543508)! error: 16&lt;BR /&gt;
	HOST--ERROR:myoiOSDetachSharedMemory: shmdt failed: Invalid argument&lt;BR /&gt;
	HOST--ERROR:myoiOSDetachSharedMemory: shmdt failed: Invalid argument&lt;BR /&gt;
	HOST--ERROR:myoiOSDestroySharedMemory: shmctl failed: Invalid argument&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 05:22:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998038#M28919</guid>
      <dc:creator>chavhan__hitesh</dc:creator>
      <dc:date>2014-04-23T05:22:06Z</dc:date>
    </item>
    <item>
      <title>Please refer to the response</title>
      <link>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998039#M28920</link>
      <description>&lt;P&gt;Please refer to the response &lt;STRONG&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/509928#comment-1787472" target="_blank"&gt;here &lt;/A&gt;&lt;/STRONG&gt;for more details and a resolution.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2014 08:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cilk-runtime-error/m-p/998039#M28920</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2014-04-30T08:41:20Z</dc:date>
    </item>
  </channel>
</rss>

