<?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: How to express the directive for OpenMP in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850854#M1867</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/215577"&gt;hydrol88&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;How do you know how to express the continuous red line with the previous line as follows?&lt;BR /&gt;&lt;BR /&gt;!$OMP PARALLEL DEFAULT(PRIVATE),SHARED(i, j,k,ucn,q,dc,de,dz)&lt;BR /&gt;!$OMP&amp;amp; SHARED(qq,qw) &lt;BR /&gt;Could you let me know how to do or some references for that?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
No red visible from here.&lt;BR /&gt;In Chapman, Jost, van der Pas &lt;A href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;amp;tid=11387" target="_blank"&gt;http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;amp;tid=11387&lt;/A&gt;&lt;BR /&gt;likewise&lt;BR /&gt;&lt;A href="https://computing.llnl.gov/tutorials/openMP/#Directives" target="_blank"&gt;https://computing.llnl.gov/tutorials/openMP/#Directives&lt;/A&gt;&lt;BR /&gt;for the !$omp form of OpenMP directive, the ampersand is required to be at the end of lines to be continued, analogous to Fortran 90 source format (except that it works also with Fortran 77 fixed source format).&lt;BR /&gt;Both that textbook and a working internet search engine are important for learning OpenMP.</description>
    <pubDate>Tue, 03 Feb 2009 13:47:59 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2009-02-03T13:47:59Z</dc:date>
    <item>
      <title>How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850852#M1865</link>
      <description>&lt;P&gt;How do you know how to express the continuous red line with the previous line as follows?&lt;BR /&gt;&lt;BR /&gt;!$OMP PARALLEL DEFAULT(PRIVATE),SHARED(i, j,k,ucn,q,dc,de,dz)&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;!$OMP&amp;amp; SHARED(qq,qw)&lt;/SPAN&gt; ---&amp;gt; Question??&lt;BR /&gt;:&lt;BR /&gt;:&lt;BR /&gt;!$OMP END PARALLEL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If adding the + or &amp;amp;, the complier make the error message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;adi.f90(10): error #5082: Syntax error, found '&amp;amp;' when expecting one of: &lt;LABEL&gt; &lt;END-OF-STATEMENT&gt; ; BLOCK BLOCKDATA PROGRAM MODULE TYPE COMPLEX BYTE ...&lt;BR /&gt; !$OMP&amp;amp; SHARED(qq,qw)&lt;BR /&gt;------------^&lt;BR /&gt;adi.f90(21): error #7622: Misplaced part of an OpenMP parallel directive.&lt;BR /&gt; !$OMP END PARALLEL&lt;BR /&gt;---------------^&lt;BR /&gt;&lt;BR /&gt;----------omitting&lt;BR /&gt;&lt;BR /&gt;Could you let me know how to do or some references for that?&lt;/END-OF-STATEMENT&gt;&lt;/LABEL&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2009 05:45:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850852#M1865</guid>
      <dc:creator>Anonymous21</dc:creator>
      <dc:date>2009-02-03T05:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850853#M1866</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Check to verify that all the "!$OMP" are using the letter O (oh) and not the digit 0 (zero).&lt;BR /&gt;&lt;BR /&gt;I suspect the error is in the !$OMP PARALLEL statement because the continuation line is not honored and the !$OMP END PARALLEL error is reporting it is being compiled without a matching !$OMP PARALLEL.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 13:21:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850853#M1866</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-02-03T13:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850854#M1867</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/215577"&gt;hydrol88&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;How do you know how to express the continuous red line with the previous line as follows?&lt;BR /&gt;&lt;BR /&gt;!$OMP PARALLEL DEFAULT(PRIVATE),SHARED(i, j,k,ucn,q,dc,de,dz)&lt;BR /&gt;!$OMP&amp;amp; SHARED(qq,qw) &lt;BR /&gt;Could you let me know how to do or some references for that?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
No red visible from here.&lt;BR /&gt;In Chapman, Jost, van der Pas &lt;A href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;amp;tid=11387" target="_blank"&gt;http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;amp;tid=11387&lt;/A&gt;&lt;BR /&gt;likewise&lt;BR /&gt;&lt;A href="https://computing.llnl.gov/tutorials/openMP/#Directives" target="_blank"&gt;https://computing.llnl.gov/tutorials/openMP/#Directives&lt;/A&gt;&lt;BR /&gt;for the !$omp form of OpenMP directive, the ampersand is required to be at the end of lines to be continued, analogous to Fortran 90 source format (except that it works also with Fortran 77 fixed source format).&lt;BR /&gt;Both that textbook and a working internet search engine are important for learning OpenMP.</description>
      <pubDate>Tue, 03 Feb 2009 13:47:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850854#M1867</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-02-03T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850855#M1868</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;tim18,&lt;BR /&gt;&lt;BR /&gt;I noticed that the current version of the IVF documentation is missing the section on OpenMP continuation lines. There is a comment in thegeneral section on continuation lines applying to OpenMP directives, but no explicit example.&lt;BR /&gt;&lt;BR /&gt;In the older IVF documentation there was a section of !$OMP continuation lines including sample code.&lt;BR /&gt;&lt;BR /&gt;Intel should add this back to the documentation. (and include an index reference under the OpenMP section of theindex).&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 15:38:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850855#M1868</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-02-03T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850856#M1869</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Jim,&lt;BR /&gt;Good point. I suppose the Intel docs can't hope to keep up with the improved quality of OpenMP documentation in textbooks and on the net, but that would indicate the need to include appropriate URLs to cover areas not directly in the Intel .pdf. Customer submission of documentation issues on premier.intel.com has more weight than comments from Intel employees.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 16:57:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850856#M1869</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-02-03T16:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850857#M1870</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
This question was also posted and answered here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=63411"&gt;http://software.intel.com/en-us/forums/showthread.php?t=63411&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2009 15:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850857#M1870</guid>
      <dc:creator>rreis</dc:creator>
      <dc:date>2009-02-04T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to express the directive for OpenMP</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850858#M1871</link>
      <description>&lt;DIV style="margin:0px;"&gt;Thanks for your helps.Imade a solution foryour commentsas to add &amp;amp;in the last line.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/215577"&gt;hydrol88&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;How do you know how to express the continuous red line with the previous line as follows?&lt;BR /&gt;&lt;BR /&gt;!$OMP PARALLEL DEFAULT(PRIVATE),SHARED(i, j,k,ucn,q,dc,de,dz)&lt;BR /&gt;&lt;SPAN style="background-color: #ff0000;"&gt;!$OMP&amp;amp; SHARED(qq,qw)&lt;/SPAN&gt; ---&amp;gt; Question??&lt;BR /&gt;:&lt;BR /&gt;:&lt;BR /&gt;!$OMP END PARALLEL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If adding the + or &amp;amp;, the complier make the error message.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;adi.f90(10): error #5082: Syntax error, found '&amp;amp;' when expecting one of: &lt;LABEL&gt; &lt;END-OF-STATEMENT&gt; ; BLOCK BLOCKDATA PROGRAM MODULE TYPE COMPLEX BYTE ...&lt;BR /&gt; !$OMP&amp;amp; SHARED(qq,qw)&lt;BR /&gt;------------^&lt;BR /&gt;adi.f90(21): error #7622: Misplaced part of an OpenMP parallel directive.&lt;BR /&gt; !$OMP END PARALLEL&lt;BR /&gt;---------------^&lt;BR /&gt;&lt;BR /&gt;----------omitting&lt;BR /&gt;&lt;BR /&gt;Could you let me know how to do or some references for that?&lt;/END-OF-STATEMENT&gt;&lt;/LABEL&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:40:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/How-to-express-the-directive-for-OpenMP/m-p/850858#M1871</guid>
      <dc:creator>Anonymous21</dc:creator>
      <dc:date>2009-02-06T10:40:32Z</dc:date>
    </item>
  </channel>
</rss>

