Fortran program under Ultrix 4.0 - Fortran V2.0

Frank Wortner frank at croton.enet.dec.com
Sat Oct 27 00:12:17 AEST 1990


Try compiling with the -C ("check array bounds") option and
then rerunning the program.  In fact, try compiling on VMS
with the /CHECK option or on the Sun with whatever their
corresponding option is.  It is amazing how many FORTRAN
programs attempt to store information in the 150th element
of a 100 element array.  ;-)

				Frank



More information about the Comp.unix.ultrix mailing list