<?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 Re:problem using &amp;amp;lt;execution&amp;amp;gt; on linux in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1240496#M7513</link>
    <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You are getting an error since &amp;lt;execution&amp;gt; is currently only available on msvc. Intel c++ compilers havent implemented  &amp;lt;execution&amp;gt;.&lt;/P&gt;&lt;P&gt;But intel does offer its own implementation for parallelism which is DPC++. If you are interested, please refer &lt;A href="https://intel.github.io/llvm-docs/" rel="noopener noreferrer" target="_blank"&gt;Data Parallel C++ Documentation — oneAPI DPC++ Compiler documentation (intel.github.io)&lt;/A&gt; for getting started with dpc++.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 24 Dec 2020 08:06:20 GMT</pubDate>
    <dc:creator>PrasanthD_intel</dc:creator>
    <dc:date>2020-12-24T08:06:20Z</dc:date>
    <item>
      <title>problem using &lt;execution&gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1239717#M7489</link>
      <description>&lt;P&gt;I have a problem using &amp;lt;execution&amp;gt; on Linux.&lt;/P&gt;
&lt;P&gt;Here is the Linux compile&lt;/P&gt;
&lt;P&gt;icpc -O3 -parallel -fopenmp -std=c++20 -xhost ch3804.cxx -o ch3804.out&lt;BR /&gt;ch3804.cxx(1): catastrophic error: cannot open source file "execution"&lt;BR /&gt;#include &amp;lt;execution&amp;gt;&lt;/P&gt;
&lt;P&gt;compilation aborted for ch3804.cxx (code 4)&lt;/P&gt;
&lt;P&gt;The same program compiles and runs to completion on Windows.&lt;/P&gt;
&lt;P&gt;Here are the first few lines of the code.&lt;/P&gt;
&lt;P&gt;#include &amp;lt;execution&amp;gt;&lt;BR /&gt;#include &amp;lt;iostream&amp;gt;&lt;BR /&gt;#include &amp;lt;algorithm&amp;gt;&lt;BR /&gt;#include &amp;lt;array&amp;gt;&lt;BR /&gt;#include &amp;lt;random&amp;gt;&lt;BR /&gt;#include &amp;lt;string&amp;gt;&lt;BR /&gt;#include &amp;lt;chrono&amp;gt;&lt;/P&gt;
&lt;P&gt;using namespace std;&lt;/P&gt;
&lt;P&gt;I tried googling but could not find anything useful.&lt;/P&gt;
&lt;P&gt;I tried attaching the complete program but got this message.&lt;/P&gt;
&lt;P&gt;The attachment's ch3804.cxx content type (text/plain) does not match its file extension and has been removed.&lt;/P&gt;
&lt;P&gt;Any thoughts?&lt;/P&gt;
&lt;P&gt;I've written some examples to compare user sorting, with stl serial sorting and stl parallel sorting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 07:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1239717#M7489</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2020-12-22T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re:problem using &amp;lt;execution&amp;gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1240496#M7513</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You are getting an error since &amp;lt;execution&amp;gt; is currently only available on msvc. Intel c++ compilers havent implemented  &amp;lt;execution&amp;gt;.&lt;/P&gt;&lt;P&gt;But intel does offer its own implementation for parallelism which is DPC++. If you are interested, please refer &lt;A href="https://intel.github.io/llvm-docs/" rel="noopener noreferrer" target="_blank"&gt;Data Parallel C++ Documentation — oneAPI DPC++ Compiler documentation (intel.github.io)&lt;/A&gt; for getting started with dpc++.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Dec 2020 08:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1240496#M7513</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-12-24T08:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re:problem using &amp;lt;execution&amp;gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1240557#M7516</link>
      <description>&lt;P&gt;Thanks for getting back. I'll have a look at the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:09:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1240557#M7516</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2020-12-24T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re:problem using &amp;lt;execution&amp;gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241207#M7528</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for marking the reply as the solution.&lt;/P&gt;&lt;P&gt;Let us know if we can close this thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Dec 2020 12:16:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241207#M7528</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-12-28T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re:problem using &amp;lt;execution&amp;gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241220#M7529</link>
      <description>&lt;P&gt;Yes, fine to close it.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 13:42:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241220#M7529</guid>
      <dc:creator>Ian_Chivers</dc:creator>
      <dc:date>2020-12-28T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re:problem using &amp;lt;execution&amp;gt; on linux</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241633#M7538</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;As the issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Dec 2020 12:32:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/problem-using-lt-execution-gt-on-linux/m-p/1241633#M7538</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-12-29T12:32:59Z</dc:date>
    </item>
  </channel>
</rss>

