<?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: Pointing etiquette in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Pointing-etiquette/m-p/772970#M23503</link>
    <description>&lt;DIV&gt;You cannot have T(:)%component(:) notation &lt;STRONG&gt;anywhere&lt;/STRONG&gt;according tothe Standard. I can't quoteexact reasons, butI think that 1) itcan lead to ambiguities, 2) in general case, an array/pointer descriptor cannot be always constructed to match the resulting memory layout.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thus, you have to resort to DO-loops.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Apr 2004 16:21:36 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2004-04-09T16:21:36Z</dc:date>
    <item>
      <title>Pointing etiquette</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Pointing-etiquette/m-p/772969#M23502</link>
      <description>&lt;DIV&gt;Under CVF6.6B&lt;/DIV&gt;
&lt;DIV&gt;This works:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;type symbolType&lt;BR /&gt;real, pointer:: a(:),b(:)&lt;BR /&gt;end type symbolType&lt;BR /&gt;type(symbolType):: symbol&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;STRONG&gt; symbol.a =&amp;gt; symData(:,1)&lt;BR /&gt; symbol.b =&amp;gt; symData(:,2)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;But its extension to an array does not:&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;type symbolType&lt;BR /&gt;real, pointer:: a(:),b(:)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;end type symbolType&lt;BR /&gt;type(symbolType):: symbol(4)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;STRONG&gt; symbol(:).a(:) =&amp;gt; symSetData(:,1,:) !or (:,:,1)&lt;BR /&gt; symbol(:).b(:) =&amp;gt; symSetData(:,2,:)&lt;BR /&gt; &lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;Where the intent is the first (:) on the lhs should point to the first onthe rhs etc, Is thereANY way that this can be achieved?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I have tried&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;type(symbolType),pointer:: symbol(:)&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;type(symbolType),allocatable:: symbol(:) !followed by allocation&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;and a number of other variations, But none compile.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks, &lt;/DIV&gt;
&lt;DIV&gt;Tim&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Apr 2004 01:45:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Pointing-etiquette/m-p/772969#M23502</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2004-04-09T01:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pointing etiquette</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Pointing-etiquette/m-p/772970#M23503</link>
      <description>&lt;DIV&gt;You cannot have T(:)%component(:) notation &lt;STRONG&gt;anywhere&lt;/STRONG&gt;according tothe Standard. I can't quoteexact reasons, butI think that 1) itcan lead to ambiguities, 2) in general case, an array/pointer descriptor cannot be always constructed to match the resulting memory layout.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thus, you have to resort to DO-loops.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jugoslav&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Apr 2004 16:21:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Pointing-etiquette/m-p/772970#M23503</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2004-04-09T16:21:36Z</dc:date>
    </item>
  </channel>
</rss>

