Software Archive
Read-only legacy content
17061 Discussions

Please don't recompile again and again

Intel_C_Intel
Employee
522 Views
Hi, I just used the most easy way to compile, link and Run my program --- to
add all of my Fortran file in the project, and built or run the program in the
develop studio environment. When I run the very easy programs, There is no any problem. But when I run a rather complicated program which
include 14 Fortran files, something became strange.
Even I didn't change any of the source file, the files must be recompiled
before it's ran.

I don't want the files be recompiled again and again. So I ask your help.
Can you tell me the reason?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
522 Views
There can be many reasons. Are any of your files on a network server? If so, the date stamp may be wrong. Try doing a Build..Update all dependencies.

You say you have version 6.0 - that's very old and we've made some improvements to the dependence analyzer since then. Please consider upgrading to 6.6. If you want support help, write to vf-support@compaq.com

Steve
0 Kudos
Reply