Next: 8.5 Allocating dynamic memory Up: 8 PROGRAM CONTROL Previous: 8.3 Restarting a job


8.4 Including secondary input files (INCLUDE)

INCLUDE,file,echo;

Insert the contents of the specified file in the input stream. In most implementations the file name given is used directly in a Fortran open statement. If the parameter echo is nonzero, the included file is echoed to the output in the normal way, but by default its contents are not printed. The included file may itself contain INCLUDE commands up to a maximum nesting depth of 10.


P.J. Knowles and H.-J. Werner
molpro@tc.bham.ac.uk
Jan 15, 2002