[424] in Software_Announce
ftnchek updated to 3.1.1, Linux version added
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Aug 23 17:35:13 2001
Message-Id: <200108232135.RAA15832@dit.mit.edu>
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, cfyi@MIT.EDU, facdev@MIT.EDU
Date: Thu, 23 Aug 2001 17:35:01 -0400
From: Alex T Prengel <alexp@MIT.EDU>
I've updated the ftnchek utility in the fortran locker to version 3.1.1 and
added a Linux version. ftnchek is a utility for statically checking FORTRAN
programs, similar to lint for C programs.
The simplest way to invoke it is by typing something like:
add fortran
ftnchek myprogram.f
where myprogram.f is a FORTRAN program you want it to check, but many options
exist. Documentation starts from http://web.mit.edu/fortran/www/toc.html
and there is also an extensive man page in pdf format:
/mit/fortran/ftnchek-3.1.0.pdf.
Alex