<?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 with for_isodef.for in 11.1.046 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867352#M71072</link>
    <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;In the Debug configuration, do a Build &amp;gt; Clean and then rebuild. Does the error still occur?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;I already tried this before submitting the first post. Needless to say it didn't solve the problem.&lt;BR /&gt;&lt;BR /&gt;Summarising:&lt;BR /&gt;&lt;BR /&gt;1) Built OK in previous version of compiler 11.1.038, both debug and release IA-32 &amp;amp; x64&lt;BR /&gt;2) Builds in 11.1.046 Release config IA-32 &amp;amp; x64&lt;BR /&gt;3) Fails in 11.1.046 Debug config in current project IA-32 &amp;amp; x64&lt;BR /&gt;4) Builds in 11.1.046 Debug in different project with same solution as 3) above. IA-32 &amp;amp; x64.&lt;BR /&gt;&lt;BR /&gt;How does the compiler obtain the data type of the FOR$*** parameters?</description>
    <pubDate>Wed, 23 Sep 2009 07:21:40 GMT</pubDate>
    <dc:creator>dannycat</dc:creator>
    <dc:date>2009-09-23T07:21:40Z</dc:date>
    <item>
      <title>Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867341#M71061</link>
      <description>Since upgading to 11.1.046 I am getting undefined variable errors when attempting to compile a f90 source that includes the file for_isodef.for file.None ofthe parameters defined have a type, so it looks like the latest compiler is picking up on this.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;PARAMETER FOR$IOS_PERACCFIL = '00000009'X&lt;BR /&gt;&lt;BR /&gt;Should this be:&lt;BR /&gt;&lt;BR /&gt;INTEGER,PARAMETER :: FOR$IOS_PERACCFIL = '0000000009'X&lt;BR /&gt;&lt;BR /&gt;What's the best work-round. I could define the parameters I need explicitly.</description>
      <pubDate>Sun, 20 Sep 2009 13:34:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867341#M71061</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-20T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867342#M71062</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
The syntax is correct - this is a feature that almost but not quite made it into F77, but we had already implemented itl. The type is taken from the constant.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Sep 2009 22:24:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867342#M71062</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-20T22:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867343#M71063</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I had written earlier (in a post I since deleted) that I could reproduce this, but it turns out I made an error. Would you please show a small source that shows this problem and also show the error message?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Sep 2009 14:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867343#M71063</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-21T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867344#M71064</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;I had written earlier (in a post I since deleted) that I could reproduce this, but it turns out I made an error. Would you please show a small source that shows this problem and also show the error message?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;Something very strange seems to be happening here! In order to simplify the example I copied the file in question to a new version with the intention of removing code until I had a small file to send. I did this with my main solution and inserted the file into (what I thought of was) the same project so that I could keep recompiling to check that I was getting the same error messages. Guess what? Compilation worked! I'd mistakenly insert the file into a different project within the solution. &lt;BR /&gt;&lt;BR /&gt;These are the messages I get with original file.&lt;BR /&gt;&lt;BR /&gt;1&amp;gt;C:WinFEM2000Generalnp_savemodel.f90(574): error #6404: This name does not have a type, and must have an explicit type. [FOR$IOS_BUG_CHECK]&lt;BR /&gt;1&amp;gt;C:WinFEM2000Generalnp_savemodel.f90(578): error #6404: This name does not have a type, and must have an explicit type. [FOR$IOS_PERACCFIL]&lt;BR /&gt;&lt;BR /&gt;Why should this depend upon what project the file is contained in? I can't see any obvious settings that would cause this, but perhaps you could suggest something.</description>
      <pubDate>Mon, 21 Sep 2009 20:04:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867344#M71064</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-21T20:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867345#M71065</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Do you perhaps have a rogue copy of for_iosdef.for in among your source files?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 03:53:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867345#M71065</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-22T03:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867346#M71066</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;Do you perhaps have a rogue copy of for_iosdef.for in among your source files?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve&lt;BR /&gt;As a matter of fact I do have a copy of the file in the solution directory (so that theCVF versionof my project will pick it up). I tried removing this filebut the problem doesn't go away.&lt;BR /&gt;&lt;BR /&gt;There is a shortcut in the users C:UserssteveAppDataRoamingMicrosoftWindows|for_iosdef.for which points to&lt;BR /&gt;C:Program FilesIntelCompiler11.1&amp;#0;46includefor_iosdef.for</description>
      <pubDate>Tue, 22 Sep 2009 12:16:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867346#M71066</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-22T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867347#M71067</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Try renaming (temporarily) the one in the compiler's INCLUDE folder, so that, theoretically, it won't be found, and see what happens.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 14:12:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867347#M71067</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-22T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867348#M71068</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;Try renaming (temporarily) the one in the compiler's INCLUDE folder, so that, theoretically, it won't be found, and see what happens.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It can't find the file 'error #5102: Cannot open include file 'for_iosdef.for''. (Also get the "name does not have type" errors #6404).&lt;BR /&gt;&lt;BR /&gt;Is there a way to create a listing of the source with includes incorporated?&lt;BR /&gt;&lt;BR /&gt;Renamed it back and I get the original errors (#6404) only.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 16:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867348#M71068</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-22T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867349#M71069</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
At the moment, we don't support a source listing. That will come in the future. It's interesting that you can't reproduce this in a separate test case. Can you copy the existing project folder and see it there? Please attach the buildlog.htm from a failed build.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 17:39:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867349#M71069</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-22T17:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867350#M71070</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;At the moment, we don't support a source listing. That will come in the future. It's interesting that you can't reproduce this in a separate test case. Can you copy the existing project folder and see it there? Please attach the buildlog.htm from a failed build.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve here are contents of build log (Debug configuration).&lt;BR /&gt;
&lt;PRE&gt;Compiling with Intel Visual Fortran 11.1.046 [IA-32]...
ifort /nologo /debug:full /Od /I"..Resource/" /I"C:Winf90gllibIVF32/" /I"C:Winf90SQLIVF32/" /I"..ModulesDebug/" /I"..NASTRANDebug/" /I"..AnalysisDebug/" /DCONFIG=WIN32 /warn:unused /warn:interfaces /module:"Debug/" /object:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,"c:Program Files (x86)Microsoft Visual Studio 9.0VCbin" "C:WinFEM2000Generalnp_savemodel.f90"
C:WinFEM2000Generalnp_savemodel.f90(574): error #6404: This name does not have a type, and must have an explicit type.   [FOR$IOS_BUG_CHECK]
if(ier.eq.FOR$IOS_BUG_CHECK) then
----------^
C:WinFEM2000Generalnp_savemodel.f90(578): error #6404: This name does not have a type, and must have an explicit type.   [FOR$IOS_PERACCFIL]
else if(ier.eq.FOR$IOS_PERACCFIL) then
---------------^
compilation aborted for C:WinFEM2000Generalnp_savemodel.f90 (code 1)

General - 3 error(s), 0 warning(s)&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;I have just tried switching from Debug to Release the problem goes away! Does this give you any clues?&lt;BR /&gt;Here's the build log for successful compilation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Visual Fortran 11.1.046 [IA-32]...&lt;BR /&gt;ifort /nologo /I"..Resource/" /I"..ModulesRelease/" /I"..AnalysisRelease/" /I"..NASTRANRelease/" /I&amp;amp;quotC:Winf90gllibIVF32/" /I&amp;amp;quotC:Winf90SQLIVF32/" /DCONFIG=WIN32 /warn:noalignments /module:&amp;amp;quotRelease/" /object:&amp;amp;quotRelease/" /traceback /libs:static /threads /c /Qvc9 /Qlocation,link,&amp;amp;quotc:Program Files (x86)Microsoft Visual Studio 9.0VCbin" &amp;amp;quotC:WinFEM2000Generalnp_savemodel.f90"&lt;BR /&gt;&lt;BR /&gt;General - 0 error(s), 0 warning(s)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Sep 2009 18:23:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867350#M71070</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-22T18:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867351#M71071</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
In the Debug configuration, do a Build &amp;gt; Clean and then rebuild. Does the error still occur?&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 03:39:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867351#M71071</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-23T03:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867352#M71072</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;In the Debug configuration, do a Build &amp;gt; Clean and then rebuild. Does the error still occur?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve,&lt;BR /&gt;&lt;BR /&gt;I already tried this before submitting the first post. Needless to say it didn't solve the problem.&lt;BR /&gt;&lt;BR /&gt;Summarising:&lt;BR /&gt;&lt;BR /&gt;1) Built OK in previous version of compiler 11.1.038, both debug and release IA-32 &amp;amp; x64&lt;BR /&gt;2) Builds in 11.1.046 Release config IA-32 &amp;amp; x64&lt;BR /&gt;3) Fails in 11.1.046 Debug config in current project IA-32 &amp;amp; x64&lt;BR /&gt;4) Builds in 11.1.046 Debug in different project with same solution as 3) above. IA-32 &amp;amp; x64.&lt;BR /&gt;&lt;BR /&gt;How does the compiler obtain the data type of the FOR$*** parameters?</description>
      <pubDate>Wed, 23 Sep 2009 07:21:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867352#M71072</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-23T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867353#M71073</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
It derives the type from the form of the constant. This is different from the standard form of PARAMETER with parentheses in which normal implicit typing rules apply.&lt;BR /&gt;&lt;BR /&gt;If you make a copy of the entire solution folder and open the copy, does it still fail? If so, would you be willing to ZIP that and provide it to us? You can attach it here or submit it to Intel Premier Support.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 14:08:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867353#M71073</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-23T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867354#M71074</link>
      <description>&lt;DIV style="margin:0px;"&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/336209"&gt;Steve Lionel (Intel)&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;It derives the type from the form of the constant. This is different from the standard form of PARAMETER with parentheses in which normal implicit typing rules apply.&lt;BR /&gt;&lt;BR /&gt;If you make a copy of the entire solution folder and open the copy, does it still fail? If so, would you be willing to ZIP that and provide it to us? You can attach it here or submit it to Intel Premier Support.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;I will try to provide you with something but it may take me a while to sort it out. &lt;BR /&gt;&lt;BR /&gt;I had a look at the for_iosdef.for file and it looks toas thoughthe FOR_IOSDEF definition is already set causing the compiler to disregard the parameter definitions. &lt;BR /&gt;&lt;BR /&gt;If I add the line &lt;BR /&gt;&lt;BR /&gt;!DEC$ UNDEFINE FOR_IOSDEF&lt;BR /&gt;&lt;BR /&gt;before the include 'for_iosdef.for' statement I get the warning:&lt;BR /&gt;&lt;BR /&gt;#5168: Undefined conditional compilation variable&lt;BR /&gt;&lt;BR /&gt;but the source compiles OK. (??? very confused!)&lt;BR /&gt;&lt;BR /&gt;Where else could this definition be set?&lt;BR /&gt;&lt;BR /&gt;Is the problem related to the compiler directives somewhere?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 17:29:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867354#M71074</guid>
      <dc:creator>dannycat</dc:creator>
      <dc:date>2009-09-23T17:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with for_isodef.for in 11.1.046</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867355#M71075</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
That symbol would be set only if the file had already been included. I don't think that's relevant.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 20:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Problem-with-for-isodef-for-in-11-1-046/m-p/867355#M71075</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-23T20:36:40Z</dc:date>
    </item>
  </channel>
</rss>

