fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

CHECK NAMES IN COMMON BLOCKS

Syntax:

[DO NOT] CHECK NAMES IN COMMON [BLOCKS] [DO NOT] CHECK NAMES IN COMMONS

Function:

The name check is executed, but the check is restricted to the names of objects which occupy COMMON block locations. Please see CHECK NAMES for a detailed description of the checks carried out.

The most serious problems identified by the name check are usually situations where a COMMON block variable is placed in different memory locations, or has different data types, in different sub-programs. The command CHECK NAMES IN COMMON BLOCKS is a specific check for problems of this type.

Where to Use this Command

Operating system command line Yes
Configuration file, config.fsp Yes
Specification (fsp) files, *.fsp Yes
Interactively, to FPT> prompt Yes
Interactive command files Yes
Embedded in the Fortran code Yes

Default

No check is made by default (Note that defaults may be changed in the configuration file).

Examples:

Command line

D:> fpt tcmc.fsp "%check names in common"

Interactively, at the fpt prompt:

FPT> check names in common

See Also

CHECK NAMES

Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.