<?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: Always recompiling in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782960#M28671</link>
    <description>Sorry to ask,&lt;BR /&gt;but i've never seen any .PLG, .OPT or 'debug documents'. How exactly is that meant ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris</description>
    <pubDate>Tue, 14 Oct 2003 02:50:03 GMT</pubDate>
    <dc:creator>mftech</dc:creator>
    <dc:date>2003-10-14T02:50:03Z</dc:date>
    <item>
      <title>Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782955#M28666</link>
      <description>Hello,&lt;BR /&gt;i have a complex Fortran project, held within the Visual Studio.Net 2003 IDE. Any time i want to debug/start the&lt;BR /&gt;app, the whole source files are being recompiled again whether i changed anything or not.&lt;BR /&gt;&lt;BR /&gt;If i create a simple test project, the problem does not come up on my machine.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated !&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 08 Oct 2003 20:03:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782955#M28666</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-08T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782956#M28667</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;I had a similar problem and tracked it down to the fact that I had all my modules defined in one file with the exception of one that was in another file.  This caused the dependency analyzer to throw its hands up and recompile all the files.  Try putting all module definitions into one file, particularly if a module is reported as out of date when it wants to recompile.</description>
      <pubDate>Thu, 09 Oct 2003 20:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782956#M28667</guid>
      <dc:creator>tmcole</dc:creator>
      <dc:date>2003-10-09T20:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782957#M28668</link>
      <description>The project has alot of modules, i cannot change this. &lt;BR /&gt;&lt;BR /&gt;However, in Debug mode i've found the following out:&lt;BR /&gt;&lt;BR /&gt;If i load Visual Studio.Net and start Building for Debug/Release, the IDE&lt;BR /&gt;states, that the project files have changed. I select "Yes, Rebuild" and all source files are getting compiled &amp;amp; linked. &lt;BR /&gt;But each next time i start Building, VS again states that the project files have changed, but only the link process is being initiated then.&lt;BR /&gt;&lt;BR /&gt;If i restart Visual Studio, all files getting compiled &amp;amp; linked again.&lt;BR /&gt;&lt;BR /&gt;I have not changed the source code, so the files do definitely not need to be recompiled and linked either.&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 10 Oct 2003 19:47:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782957#M28668</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-10T19:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782958#M28669</link>
      <description>I seem to remember having the same problem once, and I thought that Steve Lionel suggested that I delete the .PLG and .OPT files. That worked; however, I wanted to confirm this by finding the post with a search through the forum and was unable to do so.&lt;BR /&gt;&lt;BR /&gt;You could try this by renaming or moving your .PLG and .OPT files instead of deleting them to see if it solves your problem. If it doesn't, then just restore your files and you'll be no worse off.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Mon, 13 Oct 2003 19:10:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782958#M28669</guid>
      <dc:creator>durisinm</dc:creator>
      <dc:date>2003-10-13T19:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782959#M28670</link>
      <description>what about deleting debug document in the project?</description>
      <pubDate>Mon, 13 Oct 2003 19:32:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782959#M28670</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2003-10-13T19:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782960#M28671</link>
      <description>Sorry to ask,&lt;BR /&gt;but i've never seen any .PLG, .OPT or 'debug documents'. How exactly is that meant ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 14 Oct 2003 02:50:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782960#M28671</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-14T02:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782961#M28672</link>
      <description>The .PLG is the project log, and deleting this should have no effect.  The .OPT contains project options such as debug breakpoints and window configuration, and while deleting it can solve certain problems (usually an access violation in DFDEV.EXE), it won't affect recompilation order.&lt;BR /&gt;&lt;BR /&gt;I usually recommend Build..Update All Dependencies.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 14 Oct 2003 03:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782961#M28672</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-10-14T03:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782962#M28673</link>
      <description>In Visual Studio.Net i cannot find any of these files/options.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 15 Oct 2003 01:37:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782962#M28673</guid>
      <dc:creator>mftech</dc:creator>
      <dc:date>2003-10-15T01:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782963#M28674</link>
      <description>&lt;DIV&gt;Hello.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;It seems to me that this is a very common problem. We have Microsoft Visual Studio.NET 2003 with 20 Microsoft C++ projects and 3 Intel Visual Fortran (IVF) 8.0 projects. For some reason, the fortran projects are being rebuild every time, even if no changes are made.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I would very much appreciate a step-by-step easy-to-understand recipe thatcan explian how I should avoid this problem. It is a little annoying as we havenow bought 15 licenses of IVF 80 and it Iget some comments why this happens all the time.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best regrds,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Lars Petter Endresen&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2004 01:30:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782963#M28674</guid>
      <dc:creator>invariant-invariant</dc:creator>
      <dc:date>2004-02-25T01:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782964#M28675</link>
      <description>&lt;DIV&gt;The advice about .PLG and .OPT files applies to CVF only, not Intel Visual Fortran.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If you're having problems with whole projects rebuilding instead of the minimal changes, first look to see if the sources are on a network share - sometimes time skew across systems can cause this problem.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;If the problem persists, and you have a current version installed, please submit a sample "solution" in a ZIP file to Intel Support and we'll take a look.&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2004 02:38:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782964#M28675</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-02-25T02:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782965#M28676</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I have found the origin of the problem. &lt;/P&gt;
&lt;P&gt;Intel Visual Fortran 8.0 (w_fc_p_8.0.035) always recompilesany Fortran source code filelarger than around 20 kB (actuallythe exact limit may varydepending of the content or other thingsI think).This I know because the Fortran projects that contain small source code files are never recompiled if nothing is changed. I have also tried to make the source code file systematically smaller, and found that recompilation is not being done when the file is small enough (20 kB +/- 10 kB).&lt;/P&gt;
&lt;P&gt;Maybe this is fixed in the new release w_fc_p_8.0.042 ?&lt;/P&gt;
&lt;P&gt;Best wishes&lt;/P&gt;
&lt;P&gt;Lars Petter Endresen&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2004 18:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782965#M28676</guid>
      <dc:creator>invariant-invariant</dc:creator>
      <dc:date>2004-02-25T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782966#M28677</link>
      <description>I have not seen such a symptom reported. Please file a report with Intel Support and include an example so that it can be investigated. Offhand, I can't imagine why a test on source size would be there.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2004 21:42:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782966#M28677</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-02-25T21:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782967#M28678</link>
      <description>&lt;DIV&gt;Hello.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Our source code is not public domain, and it is a little difficult to generate at 20 kB source code file on the fly.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;To me it seems that this may be related to the intermediate Fortran files that is stored in .../Local Settings/Temp/ folder.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I hope this is resolved in the next release.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best wishes&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Lars Petter Endresen&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2004 03:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782967#M28678</guid>
      <dc:creator>invariant-invariant</dc:creator>
      <dc:date>2004-02-26T03:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782968#M28679</link>
      <description>&lt;DIV&gt;The build dependency analyzer doesn't look at the temp files. If nobody reports the problem and supplies a way to reproduce it, it's unlikely to get fixed. My own guess is that your assumption as to the cause of the problem is incorrect, but without a reproducer being submitted, it's not going to be investigated.&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2004 03:04:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782968#M28679</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-02-26T03:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782969#M28680</link>
      <description>&lt;P&gt;This happens over and over again. The forst time, when no object files exist, pressing F7 recompiles all files. The second time F7 is pressed, only the largest files are recompiled. This happens for 3 different users and 3 different projects.&lt;/P&gt;
&lt;P&gt;Lars Petter&lt;/P&gt;
&lt;P&gt;------ Build started: Project: PR1, Configuration: Debug|Win32 ------&lt;/P&gt;
&lt;P&gt;Deleting intermediate files and output files for project 'PR1', configuration 'Debug|Win32'.&lt;BR /&gt;Compiling...&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAf.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAg.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAh.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAi.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAj.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAa.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGA&amp;#8;.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAc.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAd.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAe.f&lt;BR /&gt;Creating library...&lt;BR /&gt;Lib /OUT:"Debug/pr1.lib" /NOLOGO Debug/f.obj Debug/g.obj Debug/h.obj Debug/i.obj Debug/j.obj Debug/a.obj Debug/b.obj Debug/c.obj Debug/d.obj Debug/e.obj&lt;BR /&gt;xilib: executing 'lib'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;PR1 build succeeded.&lt;/P&gt;
&lt;P&gt;------ Build started: Project: PR1, Configuration: Debug|Win32 ------&lt;/P&gt;
&lt;P&gt;Compiling...&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW 
/QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAa.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGA&amp;#8;.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAc.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAd.f&lt;BR /&gt;ifort /nologo /Zi /Od /QaxW /QxW /fpp /define:IFORTWIN32 /free /fpconstant /iface:cvf /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /libs:static /threads /dbglibs /libdir:noauto /c /extfor:f C:lpeFLOWMODELOLGAe.f&lt;BR /&gt;Creating library...&lt;BR /&gt;Lib /OUT:"Debug/pr1.lib" /NOLOGO Debug/f.obj Debug/g.obj Debug/h.obj Debug/i.obj Debug/j.obj Debug/a.obj Debug/b.obj Debug/c.obj Debug/d.obj Debug/e.obj&lt;BR /&gt;xilib: executing 'lib'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;PR1 build succeeded.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2004 03:41:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782969#M28680</guid>
      <dc:creator>invariant-invariant</dc:creator>
      <dc:date>2004-02-26T03:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782970#M28681</link>
      <description>&lt;DIV&gt;Submit a sample to support please.&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2004 03:51:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782970#M28681</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-02-26T03:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Always recompiling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782971#M28682</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;I just wanted to say that I have submitted this problem to the Intelpremier support. Fortunately, the problem was not related to file size, but related to the combination of using the pre-processor and the use statement. The following code will enable the always recompiling problem in any project:&lt;/P&gt;
&lt;P&gt;#ifdef FISH&lt;/P&gt;
&lt;P&gt;use m_fish&lt;/P&gt;
&lt;P&gt;#endif&lt;/P&gt;
&lt;P&gt;Try to write this in a source code file and see what happens.Remember to compile with the /fpp switch. The "FISH" should not be defined, and the module m_fish should not exist.Every time you build or debug the solution Visual Studio complains that the file that contains the 3 lines above are out of date. We are using Microsoft Visual Studio .NET 2003 Enterprise Architect, Intel Visual Fortran 8.0 (version 0035) and Windows XP Professional on a Pentium 4 computer.&lt;/P&gt;
&lt;P&gt;Lars Petter Endresen&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 Mar 2004 22:45:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Always-recompiling/m-p/782971#M28682</guid>
      <dc:creator>invariant-invariant</dc:creator>
      <dc:date>2004-03-12T22:45:45Z</dc:date>
    </item>
  </channel>
</rss>

