Re: Need Help: compiling old Fortran program



Förster vom Silberwald wrote:
On Jun 29, 12:23 pm, Förster vom Silberwald <chain_l...@xxxxxxxxxxx>
wrote:

Maybe as an addenmdum: using the F90 compiler on our Sun workstations
I get through the compiling stage:

==
igam02ws% f90 ./R*.f -c

IF (R(J) .EQ. 0.D0) GO TO 30
^
"./RADINV.f", Line = 540, Column = 36: WARNING: Transfer of control
into the DO loop starting at line 542 is not safe.

f90comp: 1159 SOURCE LINES
f90comp: 0 ERRORS, 1 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
==

Your readiness to accept and use an executable which you contrive to produce from dubious old Fortran code is to be deplored. As someone else pointed out, you may just as well use random numbers in place of the results from this program.

If, indeed, the Fortran code is being used as part of an advanced level research project, you should consider digging up the the ideas and algorithms that the code attempts to express, and then rewriting the algorithms in a language that you are familiar with "for obvious reasons."


Silly question: I always thought gnu compilers are more forgiveable.

Few users would label a compiler that is too forgiving as forgiveable.

<-- CUT -->

-- mecej4
.