<?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 Hi everybody, in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997865#M102885</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;

&lt;P&gt;Thanks for your answers that made me think twice. It is embarassing to confess that I should define a as a vector a(100,2). Then&amp;nbsp;&lt;/P&gt;

&lt;P&gt;a(5,1:2)=[2,3] works fine!&lt;/P&gt;

&lt;P&gt;Sorry to have taken your time! &amp;nbsp;Vector usage apparently is not basic to everybody.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2015 15:19:58 GMT</pubDate>
    <dc:creator>Anders_S_1</dc:creator>
    <dc:date>2015-08-26T15:19:58Z</dc:date>
    <item>
      <title>Vector updating with implied DO does not work</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997862#M102882</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Tentatively I tried to update the second and third component in a integer vector with dimensions a(100,1,1):&lt;/P&gt;

&lt;P&gt;a(5,1:1,1:1)=[2,3]&lt;/P&gt;

&lt;P&gt;but the compiler discover that the two vectors had different shapes. How should this vector update be written?&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:32:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997862#M102882</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-08-26T14:32:28Z</dc:date>
    </item>
    <item>
      <title>The left-hand side is a</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997863#M102883</link>
      <description>&lt;P&gt;The left-hand side is a single element of the array a, whereas the right-hand side is an array with two elements. The compiler is quite right here. I do not quite understand which elements of the array a you mean, but this should work:&lt;/P&gt;

&lt;P&gt;a(2:3,1:1,1:1) = [2,3]&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:38:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997863#M102883</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2015-08-26T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Use: a(2:3,1,1) = [2,3] !</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997864#M102884</link>
      <description>&lt;P&gt;Use: a(2:3,1,1) = [2,3] ! Where array a has dimension (100,1,1)&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997864#M102884</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2015-08-26T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Hi everybody,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997865#M102885</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;

&lt;P&gt;Thanks for your answers that made me think twice. It is embarassing to confess that I should define a as a vector a(100,2). Then&amp;nbsp;&lt;/P&gt;

&lt;P&gt;a(5,1:2)=[2,3] works fine!&lt;/P&gt;

&lt;P&gt;Sorry to have taken your time! &amp;nbsp;Vector usage apparently is not basic to everybody.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Anders S&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:19:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Vector-updating-with-implied-DO-does-not-work/m-p/997865#M102885</guid>
      <dc:creator>Anders_S_1</dc:creator>
      <dc:date>2015-08-26T15:19:58Z</dc:date>
    </item>
  </channel>
</rss>

