ncargf90 -Mlist -Mbounds template.for
where template.for is the file being compiled. list creates the
listing file template.lst, while bounds should check
array bounds...
A typical (old) compiler command is
illustrated
below for the ncar graphics library using FORTRAN 77
on our DEC machines.
ncargf77 -V -show xref -check bounds template.for
where template.for is the file being compiled.