<?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 You have not done anything in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976606#M25129</link>
    <description>You have not done anything wrong. There is currently a defect with using omp task inside an offload region that is expected to be fixed in the next update release tentatively scheduled for late January. I confirmed your program runs correctly with a newer (internal-only) build of the compiler.</description>
    <pubDate>Wed, 19 Dec 2012 19:23:52 GMT</pubDate>
    <dc:creator>Kevin_D_Intel</dc:creator>
    <dc:date>2012-12-19T19:23:52Z</dc:date>
    <item>
      <title>OpenMP Tasks + Offload possible?</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976603#M25126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;when I offload a parallel region, my OpenMP tasks are not executed, is this intended?&lt;/P&gt;
&lt;P&gt;The example below&amp;nbsp;gives no output as it is, it seems the tasks are created but not executed. If I omit the offload or the task pragma, I get&amp;nbsp;the expected result.&amp;nbsp;Any idea what I am doing wrong?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dirk&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;int main(){&lt;/P&gt;
&lt;P&gt;#pragma offload target(mic)&lt;/P&gt;
&lt;P&gt;#pragma omp parallel&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;#pragma omp task &amp;nbsp;&lt;/P&gt;
&lt;P&gt;printf("Hello World!\n");&lt;/P&gt;
&lt;P&gt;} &amp;nbsp;&lt;/P&gt;
&lt;P&gt;return 0;&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976603#M25126</guid>
      <dc:creator>ds534486</dc:creator>
      <dc:date>2012-12-19T16:08:19Z</dc:date>
    </item>
    <item>
      <title>This question would be more</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976604#M25127</link>
      <description>This question would be more likely to get a reply on the appropriate forum: &lt;A href="http://software.intel.com/en-us/forums/intel-many-integrated-core" target="_blank"&gt;http://software.intel.com/en-us/forums/intel-many-integrated-core&lt;/A&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:54:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976604#M25127</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-12-19T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Thanks for the hint, I moved</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976605#M25128</link>
      <description>Thanks for the hint, I moved the thread as you suggested.

Dirk</description>
      <pubDate>Wed, 19 Dec 2012 17:49:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976605#M25128</guid>
      <dc:creator>ds534486</dc:creator>
      <dc:date>2012-12-19T17:49:13Z</dc:date>
    </item>
    <item>
      <title>You have not done anything</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976606#M25129</link>
      <description>You have not done anything wrong. There is currently a defect with using omp task inside an offload region that is expected to be fixed in the next update release tentatively scheduled for late January. I confirmed your program runs correctly with a newer (internal-only) build of the compiler.</description>
      <pubDate>Wed, 19 Dec 2012 19:23:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976606#M25129</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2012-12-19T19:23:52Z</dc:date>
    </item>
    <item>
      <title>Thanks for the information. I</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976607#M25130</link>
      <description>Thanks for the information. I will wait for the compiler update then.

Dirk</description>
      <pubDate>Thu, 20 Dec 2012 12:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976607#M25130</guid>
      <dc:creator>ds534486</dc:creator>
      <dc:date>2012-12-20T12:51:29Z</dc:date>
    </item>
    <item>
      <title>I confirmed this defect is</title>
      <link>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976608#M25131</link>
      <description>&lt;P&gt;I confirmed this defect is fixed in the Intel Fortran Composer XE &lt;STRONG&gt;2013 Update 2&lt;/STRONG&gt; (2013.1.146 - Linux) now available for download from the Intel Registration Center (&lt;A href="https://registrationcenter.intel.com/"&gt;https://registrationcenter.intel.com&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 13:07:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/OpenMP-Tasks-Offload-possible/m-p/976608#M25131</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2013-02-08T13:07:39Z</dc:date>
    </item>
  </channel>
</rss>

