DanSandbergUCONN
Programmer
Hi All -
I'm a programmer but not too familiar with Fortran 77. I have a ".f" file that compiles just fine on my windows PC and linux but using the program AbsoftTools for the Intel Mac the compiler fails after 100+ errors. I get lots of errors like
cf90-197 af90fe: ERROR MAIN, File = ../mndoci fortran code/mndoci49.f, Line = 874, Column = 73
Unexpected syntax: ", or )" was expected but found "EOS".
I feel like with this many errors on a file that compiles fine on another platform probably means I need to adjust the preferences on the AbsoftTools program.
Here are the settings I normally use:
target: MRWE application
use VAX/VMS library
FPU: round to nearest
F77:
general: 20000//1024
suppress warnings, quiet
compatability: integer*4
static storage
fold to upper case
misc: data variables are static
format: vax tab format
wide format
Any suggestions?
I'm a programmer but not too familiar with Fortran 77. I have a ".f" file that compiles just fine on my windows PC and linux but using the program AbsoftTools for the Intel Mac the compiler fails after 100+ errors. I get lots of errors like
cf90-197 af90fe: ERROR MAIN, File = ../mndoci fortran code/mndoci49.f, Line = 874, Column = 73
Unexpected syntax: ", or )" was expected but found "EOS".
I feel like with this many errors on a file that compiles fine on another platform probably means I need to adjust the preferences on the AbsoftTools program.
Here are the settings I normally use:
target: MRWE application
use VAX/VMS library
FPU: round to nearest
F77:
general: 20000//1024
suppress warnings, quiet
compatability: integer*4
static storage
fold to upper case
misc: data variables are static
format: vax tab format
wide format
Any suggestions?