<?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: Compile error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-error/m-p/754774#M10261</link>
    <description>I don't see this with a current 7.1 compiler. &lt;BR /&gt;&lt;BR /&gt;I suggest downloading the latest update from Intel Premier Support and see if the problem is still there.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 07 Oct 2003 20:32:21 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2003-10-07T20:32:21Z</dc:date>
    <item>
      <title>Compile error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-error/m-p/754773#M10260</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have changed from 7.0 to 7.1 of the ifc compiler.&lt;BR /&gt;&lt;BR /&gt;The following small program is compiled well with 7.0 but not with 7.1&lt;BR /&gt;&lt;BR /&gt;MODULE Kind_Mod&lt;BR /&gt;  INTEGER, PARAMETER :: RealKind=8&lt;BR /&gt;  REAL(RealKind), PARAMETER :: Zero=0.0d0&lt;BR /&gt;END MODULE Kind_Mod&lt;BR /&gt;MODULE Vector_Mod&lt;BR /&gt;  USE Kind_Mod&lt;BR /&gt;  IMPLICIT NONE&lt;BR /&gt;  TYPE Vector_T&lt;BR /&gt;    REAL(RealKInd), POINTER :: c(:)&lt;BR /&gt;  END TYPE Vector_T&lt;BR /&gt;  INTERFACE ASSIGNMENT(=)&lt;BR /&gt;    MODULE PROCEDURE Copy_VectorScalar&lt;BR /&gt;  END INTERFACE&lt;BR /&gt;CONTAINS&lt;BR /&gt;SUBROUTINE Copy_VectorScalar(Vec,Scalar)&lt;BR /&gt;  TYPE(Vector_T), INTENT(OUT) :: Vec&lt;BR /&gt;  REAL(RealKind), INTENT(IN) :: Scalar&lt;BR /&gt;  Vec%c=Scalar&lt;BR /&gt;END SUBROUTINE Copy_VectorScalar&lt;BR /&gt;END MODULE Vector_Mod&lt;BR /&gt;MODULE SparseLU_Mod&lt;BR /&gt;  USE Vector_Mod&lt;BR /&gt;  IMPLICIT NONE&lt;BR /&gt;  TYPE MatVector_T&lt;BR /&gt;    TYPE(Vector_T) :: c&lt;BR /&gt;  END TYPE MatVector_T&lt;BR /&gt;  INTERFACE ASSIGNMENT(=)&lt;BR /&gt;    MODULE PROCEDURE CopyScalar_MatVector&lt;BR /&gt;  END INTERFACE&lt;BR /&gt;CONTAINS&lt;BR /&gt;SUBROUTINE CopyScalar_MatVector(Vec1,Value)&lt;BR /&gt;  TYPE(MatVector_T), INTENT(OUT) :: Vec1&lt;BR /&gt;  REAL(RealKind), INTENT(IN) :: Value&lt;BR /&gt;  Vec1%c=Value&lt;BR /&gt;END SUBROUTINE CopyScalar_MatVector&lt;BR /&gt;END MODULE SparseLU_Mod&lt;BR /&gt;PROGRAM ImpRos&lt;BR /&gt;  USE SparseLU_Mod&lt;BR /&gt;  IMPLICIT NONE&lt;BR /&gt;  TYPE(MatVector_T) :: c&lt;BR /&gt;      c=Zero&lt;BR /&gt;END PROGRAM ImpRos&lt;BR /&gt;&lt;BR /&gt;The error is&lt;BR /&gt;      c=Zero&lt;BR /&gt;      ^&lt;BR /&gt;Error 166 at (41:Ta2.f90) : Type conformance violation on assignment&lt;BR /&gt;&lt;BR /&gt;Oswald&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2003 19:47:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-error/m-p/754773#M10260</guid>
      <dc:creator>oswald</dc:creator>
      <dc:date>2003-10-07T19:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compile error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-error/m-p/754774#M10261</link>
      <description>I don't see this with a current 7.1 compiler. &lt;BR /&gt;&lt;BR /&gt;I suggest downloading the latest update from Intel Premier Support and see if the problem is still there.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 07 Oct 2003 20:32:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Compile-error/m-p/754774#M10261</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-10-07T20:32:21Z</dc:date>
    </item>
  </channel>
</rss>

