< Home - < Back

ftnchek


Information about the package, ftnchek, which is shipped with common Linux distributions. The ftnchek package is designed for, Static analyzer for Fortran 77 programs.


Package Name:

ftnchek

Summary:

Static analyzer for Fortran 77 programs

Description:

ftnchek is a static analyzer for Fortran 77 programs. It is designed to detect certain errors in a Fortran program that a compiler usually does not. ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation. For example, variables which are never used may indicate some omission in the program; uninitialized variables contain garbage which may cause incorrect results to be calculated; and variables which are not declared may not have the intended type. ftnchek is intended to assist users in the debugging of their Fortran program. It is not intended to catch all syntax errors. This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly.

Architecture:

x86_64

Version:

3.3.1

Release:

11.el6

Size:

196 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for ftnchek


Control the ftnchek package with the following handy commands outlined below.


Command

Description of Command

yum install ftnchek

This command will install ftnchek on the server.

yum remove ftnchek

This command will un-install ftnchek on the server. When you run this command, you will be asked if you are sure that you want to remove ftnchek, so you have to manually confirm that you want to do this.

yum -y remove ftnchek

This command will un-install ftnchek on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ftnchek when using the -y flag.

yum update ftnchek

This command will update ftnchek to the latest version. When you run this command, you will be asked if you are sure that you want to remove ftnchek, so you have to manually confirm that you want to do this.

yum -y update ftnchek

This command will update ftnchek to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ftnchek when using the -y flag.

yum info ftnchek

This command will show you core information about the ftnchek package.

yum deplist ftnchek

This command will show you the dependencies for ftnchek. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ftnchek

This command will check if there is an update waiting on ftnchek. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.