In all likelihood, there are bugs in your code (deviations from the Fortran standard) that did not show up when you used the Compaq compiler, or the code relied on nonstandard extensions provided by the compiler (for example, implicit SAVE of all local variables).
Read this note:
and, if there are still questions left unanswered, you may ask here.




compile the old fortran 77 code worked with Compaq Fortran
HI
I have a set of old Fortran 77 code, they were compiled and executed with old Compaq Fortran and it worked fine. With the Intel Fortran, they either cannot be compiled, or the results of execution different form results with Compaq.
Is there any setting/flags available to make the Intel compiler bahave the same as Compaq f77? Or are there any settings required to compile 77 Fortran code?
Thanks
Howard