I am trying to run a fortran 77 program on my pentium 4 processor which
runs redhat9.0. The program is returning bunk values ("nan" everywhere).
It works fine on my old IRIX machine using a different compiler. I
believe the reason Im having trouble is because I cannot find a way to
set the real and integer data type to store in 8 Bytes. On the Irix
machine the command looked like:
f77 -i8 -r8 -o a.out blah.f
Is there anything similiar for g77?
Thanks,
Dylan Powell
UMBC/JCET