I’ve too many f77 style fortran subroutines (several hundred of thousand lines !!) and I need to find a solution with preprocessing files without rewriting them (like writing a simple perl preprocessor)
As a remark, I will say that I’m very disapointed with this compiler :
- the preprocessor is uncomplete,
- we still have an unresolved bug with python importing compiled fortran (Run time error for f2py wrapped fortran),
-there is some non ascendant compatibility between compiled librairies (5.2 and 6.0) (pgf90 5.2 and 6.0 compatibility)
In the next weeks, I will check GNU gfortran as for industrial use
labrach