fpt and WinFPT Reference Manual - Command-line Commands
| SimCon Home | Ref Manual Home |
COMMON BLOCK NAMELIST NAME
Syntax:
COMMON [BLOCK] NAMELIST NAME [:] <identifier>
COMMONS NAMELIST NAME [:] <identifier>
Function:
The command BUILD NAMELIST FOR COMMON BLOCKS instructs fpt to generate a NAMELIST which contains all of the variables in COMMON blocks in the entire program. The NAMELIST may then be used to initialise the program or to control it at run-time.
By default, the NAMELIST for the COMMON blocks is named /COMMONS/. It may be changed by the command COMMON BLOCK NAMELIST NAME.
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
COMMON BLOCK NAMELIST NAME : COMMONS
See Also
BUILD NAMELIST FOR COMMON BLOCKS
Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.